chore: bump versions

This commit is contained in:
github-actions[bot]
2024-02-15 16:19:40 +00:00
committed by Braks
parent 46be1fed5b
commit 303419d4b2
9 changed files with 22 additions and 27 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Use data obj in default nodes to get label

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Update composables jsdocs

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/background": minor
---
Deprecate `bgColor` prop

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `edgeId` to `useHandleConnections` return value

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Wrap edge marker urls with single quotes to allow for css vars as color

View File

@@ -1,5 +1,11 @@
# @vue-flow/background
## 1.3.0
### Minor Changes
- [#1301](https://github.com/bcakmakoglu/vue-flow/pull/1301) [`b03608d`](https://github.com/bcakmakoglu/vue-flow/commit/b03608dc33ec5999c095ec8d3f80dbab7ec931ef) Thanks [@github-actions](https://github.com/apps/github-actions)! - Deprecate `bgColor` prop
## 1.2.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/background",
"version": "1.2.0",
"version": "1.3.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

View File

@@ -1,5 +1,19 @@
# @vue-flow/core
## 1.32.0
### Minor Changes
- [#1301](https://github.com/bcakmakoglu/vue-flow/pull/1301) [`1c8d15e`](https://github.com/bcakmakoglu/vue-flow/commit/1c8d15e61d7a728337032da66b280a5018f53b2c) Thanks [@github-actions](https://github.com/apps/github-actions)! - Use data obj in default nodes to get label
- [#1307](https://github.com/bcakmakoglu/vue-flow/pull/1307) [`290bca3`](https://github.com/bcakmakoglu/vue-flow/commit/290bca30cc58414f62dd9cb722aa6510b8aca5e5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `edgeId` to `useHandleConnections` return value
### Patch Changes
- [#1301](https://github.com/bcakmakoglu/vue-flow/pull/1301) [`1c8d15e`](https://github.com/bcakmakoglu/vue-flow/commit/1c8d15e61d7a728337032da66b280a5018f53b2c) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update composables jsdocs
- [#1313](https://github.com/bcakmakoglu/vue-flow/pull/1313) [`ce98113`](https://github.com/bcakmakoglu/vue-flow/commit/ce98113a292d18896d761594258914805f52318f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Wrap edge marker urls with single quotes to allow for css vars as color
## 1.31.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.31.0",
"version": "1.32.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",