diff --git a/.changeset/pre.json b/.changeset/pre.json index fac142e7f2..005c2cd43e 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 634e4720b9..f9dc4beddc 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 [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.0.5 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index 00822e870d..8323538548 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.0.5", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -29,7 +29,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 c4fb077bed..499445695e 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 [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.0.4 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index c43e17d637..f2784bd3c7 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/controls", - "version": "1.0.4", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -29,7 +29,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 8a0ecf2b9a..26e6ee13a1 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 + +- [#363](https://github.com/bcakmakoglu/vue-flow/pull/363) [`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove experimental features flag + +- [#363](https://github.com/bcakmakoglu/vue-flow/pull/363) [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use `GraphNode` or `GraphEdge` as optional generic types for `findNode` or `findEdge` actions + +- [#363](https://github.com/bcakmakoglu/vue-flow/pull/363) [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860) 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.16.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 29a322f230..a594947a15 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.16.5", + "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 8cbebc64cf..e3310b1bb7 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 [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.0.4 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 41e9bc53af..ded027b5ff 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.0.4", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -29,7 +29,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 39618eccb0..915a05d0c5 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 [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.3.0 ### Minor Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 56cf5c93f2..e8f4270ff0 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.0", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -29,7 +29,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 3a8a886644..85846ce2ef 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 [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.0.6 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 2c79e09061..6625939626 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-toolbar", - "version": "1.0.6", + "version": "2.0.0-next.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", @@ -29,7 +29,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 faefc91713..3fd0212b89 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 [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]: + - @vue-flow/core@2.0.0-next.0 + ## 1.0.5 ### Patch Changes diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index 6b8ea465d8..34ffc6b497 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.5", + "version": "2.0.0-next.0", "private": false, "repository": { "type": "git", @@ -27,7 +27,7 @@ "lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix ." }, "peerDependencies": { - "@vue-flow/core": "^1.12.2" + "@vue-flow/core": "^2.0.0-next.0" }, "dependencies": { "pathfinding": "^0.4.18",