chore: bump versions
This commit is contained in:
committed by
Braks
parent
46be1fed5b
commit
303419d4b2
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@vue-flow/core": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Use data obj in default nodes to get label
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@vue-flow/core": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update composables jsdocs
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@vue-flow/background": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Deprecate `bgColor` prop
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@vue-flow/core": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add `edgeId` to `useHandleConnections` return value
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"@vue-flow/core": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Wrap edge marker urls with single quotes to allow for css vars as color
|
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
# @vue-flow/background
|
# @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
|
## 1.2.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vue-flow/background",
|
"name": "@vue-flow/background",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
|
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
# @vue-flow/core
|
# @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
|
## 1.31.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vue-flow/core",
|
"name": "@vue-flow/core",
|
||||||
"version": "1.31.0",
|
"version": "1.32.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
|
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
|
||||||
|
|||||||
Reference in New Issue
Block a user