diff --git a/.changeset/orange-cooks-kneel.md b/.changeset/orange-cooks-kneel.md deleted file mode 100644 index df7b6643..00000000 --- a/.changeset/orange-cooks-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use data obj in default nodes to get label diff --git a/.changeset/seven-frogs-obey.md b/.changeset/seven-frogs-obey.md deleted file mode 100644 index e48b6301..00000000 --- a/.changeset/seven-frogs-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Update composables jsdocs diff --git a/.changeset/sour-crews-boil.md b/.changeset/sour-crews-boil.md deleted file mode 100644 index 0c5e9432..00000000 --- a/.changeset/sour-crews-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/background": minor ---- - -Deprecate `bgColor` prop diff --git a/.changeset/tall-avocados-type.md b/.changeset/tall-avocados-type.md deleted file mode 100644 index e9389d4d..00000000 --- a/.changeset/tall-avocados-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `edgeId` to `useHandleConnections` return value diff --git a/.changeset/wild-worms-pay.md b/.changeset/wild-worms-pay.md deleted file mode 100644 index b4b6c16c..00000000 --- a/.changeset/wild-worms-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Wrap edge marker urls with single quotes to allow for css vars as color diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 9b725077..40bd938a 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -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 diff --git a/packages/background/package.json b/packages/background/package.json index 9d5ce05f..3bde3f4a 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -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>", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 300439b4..8d2519b0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index e65c94ba..3b3662a9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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>",