From b3faf04b355399b69591ebbcb4e4a46e10f09171 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Jun 2023 20:54:15 +0000 Subject: [PATCH] chore: bump versions (next) --- .changeset/pre.json | 6 +++--- packages/background/CHANGELOG.md | 7 +++++++ packages/background/package.json | 4 ++-- packages/controls/CHANGELOG.md | 7 +++++++ packages/controls/package.json | 4 ++-- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 7 +++++++ packages/minimap/package.json | 4 ++-- packages/node-resizer/CHANGELOG.md | 7 +++++++ packages/node-resizer/package.json | 4 ++-- packages/node-toolbar/CHANGELOG.md | 7 +++++++ packages/node-toolbar/package.json | 4 ++-- packages/pathfinding-edge/CHANGELOG.md | 7 +++++++ packages/pathfinding-edge/package.json | 4 ++-- 15 files changed, 68 insertions(+), 16 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index fac142e7f..005c2cd43 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,8 +20,8 @@ "@tooling/vite-config": "0.0.0" }, "changesets": [ - "cyan-melons-unite.md", - "fluffy-pans-boil.md", - "hip-melons-peel.md" + "cyan-melons-unite", + "fluffy-pans-boil", + "hip-melons-peel" ] } diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 9b725077d..8df5c809d 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,12 @@ # @vue-flow/background +## 2.0.0-next.0 + +### Patch Changes + +- Updated dependencies [[`c89190cc`](https://github.com/bcakmakoglu/vue-flow/commit/c89190cc1cc690db1b0a97e8c195464b21c3226f), [`8e4ef50c`](https://github.com/bcakmakoglu/vue-flow/commit/8e4ef50c21a7c21ce9e0bf786b0d9457faeea616), [`fccea178`](https://github.com/bcakmakoglu/vue-flow/commit/fccea178688550ee95044266079604227fd0ef6f)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.2.0 ### Minor Changes diff --git a/packages/background/package.json b/packages/background/package.json index 8da4bd30b..2d5751aed 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.2.0", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -56,7 +56,7 @@ "test": "exit 0" }, "peerDependencies": { - "@vue-flow/core": "^1.12.2" + "@vue-flow/core": "^2.0.0-next.0" }, "devDependencies": { "@tooling/eslint-config": "workspace:*", diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index a25c23158..7773dd32c 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,12 @@ # @vue-flow/controls +## 2.0.0-next.0 + +### Patch Changes + +- Updated dependencies [[`c89190cc`](https://github.com/bcakmakoglu/vue-flow/commit/c89190cc1cc690db1b0a97e8c195464b21c3226f), [`8e4ef50c`](https://github.com/bcakmakoglu/vue-flow/commit/8e4ef50c21a7c21ce9e0bf786b0d9457faeea616), [`fccea178`](https://github.com/bcakmakoglu/vue-flow/commit/fccea178688550ee95044266079604227fd0ef6f)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index a4cf54c46..7e3f87577 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/controls", - "version": "1.1.0", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -59,7 +59,7 @@ "test": "exit 0" }, "peerDependencies": { - "@vue-flow/core": "^1.12.2" + "@vue-flow/core": "^2.0.0-next.0" }, "devDependencies": { "@tooling/eslint-config": "workspace:*", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b9aca6429..839de3c68 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 2.0.0-next.0 + +### Major Changes + +- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`c89190cc`](https://github.com/bcakmakoglu/vue-flow/commit/c89190cc1cc690db1b0a97e8c195464b21c3226f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove experimental features flag + +- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`8e4ef50c`](https://github.com/bcakmakoglu/vue-flow/commit/8e4ef50c21a7c21ce9e0bf786b0d9457faeea616) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use `GraphNode` or `GraphEdge` as optional generic types for `findNode` or `findEdge` actions + +- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`fccea178`](https://github.com/bcakmakoglu/vue-flow/commit/fccea178688550ee95044266079604227fd0ef6f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Update handle styles and avoid using fixed pixel positions to offset handle position and instead use transform to align handles + ## 1.20.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c1755c641..79873f113 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.20.2", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index a5c2e119b..c0551209b 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,12 @@ # @vue-flow/minimap +## 2.0.0-next.0 + +### Patch Changes + +- Updated dependencies [[`c89190cc`](https://github.com/bcakmakoglu/vue-flow/commit/c89190cc1cc690db1b0a97e8c195464b21c3226f), [`8e4ef50c`](https://github.com/bcakmakoglu/vue-flow/commit/8e4ef50c21a7c21ce9e0bf786b0d9457faeea616), [`fccea178`](https://github.com/bcakmakoglu/vue-flow/commit/fccea178688550ee95044266079604227fd0ef6f)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.1.1 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 07f486669..52f7a71c0 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.1.1", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -57,7 +57,7 @@ "test": "exit 0" }, "peerDependencies": { - "@vue-flow/core": "^1.12.2" + "@vue-flow/core": "^2.0.0-next.0" }, "dependencies": { "d3-selection": "^3.0.0", diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md index ed7caa388..f9e4ba941 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,12 @@ # @vue-flow/node-resizer +## 2.0.0-next.0 + +### Patch Changes + +- Updated dependencies [[`c89190cc`](https://github.com/bcakmakoglu/vue-flow/commit/c89190cc1cc690db1b0a97e8c195464b21c3226f), [`8e4ef50c`](https://github.com/bcakmakoglu/vue-flow/commit/8e4ef50c21a7c21ce9e0bf786b0d9457faeea616), [`fccea178`](https://github.com/bcakmakoglu/vue-flow/commit/fccea178688550ee95044266079604227fd0ef6f)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.3.2 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 94283c98d..4f2031a56 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.3.2", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -59,7 +59,7 @@ "test": "exit 0" }, "peerDependencies": { - "@vue-flow/core": "^1.12.2", + "@vue-flow/core": "^2.0.0-next.0", "vue": "^3.2.37" }, "dependencies": { diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index acefc9e4e..e02a3c943 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,12 @@ # @vue-flow/node-toolbar +## 2.0.0-next.0 + +### Patch Changes + +- Updated dependencies [[`c89190cc`](https://github.com/bcakmakoglu/vue-flow/commit/c89190cc1cc690db1b0a97e8c195464b21c3226f), [`8e4ef50c`](https://github.com/bcakmakoglu/vue-flow/commit/8e4ef50c21a7c21ce9e0bf786b0d9457faeea616), [`fccea178`](https://github.com/bcakmakoglu/vue-flow/commit/fccea178688550ee95044266079604227fd0ef6f)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 77b5e7c69..91acc9f30 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-toolbar", - "version": "1.1.0", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -40,7 +40,7 @@ "test": "exit 0" }, "peerDependencies": { - "@vue-flow/core": "^1.12.2" + "@vue-flow/core": "^2.0.0-next.0" }, "devDependencies": { "@tooling/eslint-config": "workspace:*", diff --git a/packages/pathfinding-edge/CHANGELOG.md b/packages/pathfinding-edge/CHANGELOG.md index 73d24a0aa..e16fa9ae6 100644 --- a/packages/pathfinding-edge/CHANGELOG.md +++ b/packages/pathfinding-edge/CHANGELOG.md @@ -1,5 +1,12 @@ # @vue-flow/pathfinding-edge +## 2.0.0-next.0 + +### Patch Changes + +- Updated dependencies [[`c89190cc`](https://github.com/bcakmakoglu/vue-flow/commit/c89190cc1cc690db1b0a97e8c195464b21c3226f), [`8e4ef50c`](https://github.com/bcakmakoglu/vue-flow/commit/8e4ef50c21a7c21ce9e0bf786b0d9457faeea616), [`fccea178`](https://github.com/bcakmakoglu/vue-flow/commit/fccea178688550ee95044266079604227fd0ef6f)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.0.6 ### Patch Changes diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index 15c70c7e9..f26695ed8 100644 --- a/packages/pathfinding-edge/package.json +++ b/packages/pathfinding-edge/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/pathfinding-edge", - "version": "1.0.6", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -56,7 +56,7 @@ "lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist" }, "peerDependencies": { - "@vue-flow/core": "^1.12.2" + "@vue-flow/core": "^2.0.0-next.0" }, "dependencies": { "pathfinding": "^0.4.18",