Skip to content

Commit 6829811

Browse files
chore: bump versions (next)
1 parent 469d395 commit 6829811

File tree

15 files changed

+68
-16
lines changed

15 files changed

+68
-16
lines changed

.changeset/pre.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@tooling/vite-config": "0.0.0"
2121
},
2222
"changesets": [
23-
"cyan-melons-unite.md",
24-
"fluffy-pans-boil.md",
25-
"hip-melons-peel.md"
23+
"cyan-melons-unite",
24+
"fluffy-pans-boil",
25+
"hip-melons-peel"
2626
]
2727
}

packages/background/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vue-flow/background
22

3+
## 2.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`083da694`](https://github.com/bcakmakoglu/vue-flow/commit/083da694544f888a13d02ed835cf4ebdb7ecaa9f), [`41f08c3e`](https://github.com/bcakmakoglu/vue-flow/commit/41f08c3e453bebcd9eac68e3c2adfd8535cd308e), [`dc953a78`](https://github.com/bcakmakoglu/vue-flow/commit/dc953a7834e327654d99e7c77f8d729efecb24a4)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.1.0
411

512
### Minor Changes

packages/background/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/background",
3-
"version": "1.1.0",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",
@@ -29,7 +29,7 @@
2929
"test": "exit 0"
3030
},
3131
"peerDependencies": {
32-
"@vue-flow/core": "^1.12.2"
32+
"@vue-flow/core": "^2.0.0-next.0"
3333
},
3434
"devDependencies": {
3535
"@tooling/eslint-config": "workspace:*",

packages/controls/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vue-flow/controls
22

3+
## 2.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`083da694`](https://github.com/bcakmakoglu/vue-flow/commit/083da694544f888a13d02ed835cf4ebdb7ecaa9f), [`41f08c3e`](https://github.com/bcakmakoglu/vue-flow/commit/41f08c3e453bebcd9eac68e3c2adfd8535cd308e), [`dc953a78`](https://github.com/bcakmakoglu/vue-flow/commit/dc953a7834e327654d99e7c77f8d729efecb24a4)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.0.4
411

512
### Patch Changes

packages/controls/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/controls",
3-
"version": "1.0.4",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",
@@ -29,7 +29,7 @@
2929
"test": "exit 0"
3030
},
3131
"peerDependencies": {
32-
"@vue-flow/core": "^1.12.2"
32+
"@vue-flow/core": "^2.0.0-next.0"
3333
},
3434
"devDependencies": {
3535
"@tooling/eslint-config": "workspace:*",

packages/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vue-flow/core
22

3+
## 2.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`083da694`](https://github.com/bcakmakoglu/vue-flow/commit/083da694544f888a13d02ed835cf4ebdb7ecaa9f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove experimental features flag
8+
9+
- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`41f08c3e`](https://github.com/bcakmakoglu/vue-flow/commit/41f08c3e453bebcd9eac68e3c2adfd8535cd308e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use `GraphNode` or `GraphEdge` as optional generic types for `findNode` or `findEdge` actions
10+
11+
- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`dc953a78`](https://github.com/bcakmakoglu/vue-flow/commit/dc953a7834e327654d99e7c77f8d729efecb24a4) 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
12+
313
## 1.17.2
414

515
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/core",
3-
"version": "1.17.2",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

packages/minimap/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vue-flow/minimap
22

3+
## 2.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`083da694`](https://github.com/bcakmakoglu/vue-flow/commit/083da694544f888a13d02ed835cf4ebdb7ecaa9f), [`41f08c3e`](https://github.com/bcakmakoglu/vue-flow/commit/41f08c3e453bebcd9eac68e3c2adfd8535cd308e), [`dc953a78`](https://github.com/bcakmakoglu/vue-flow/commit/dc953a7834e327654d99e7c77f8d729efecb24a4)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.0.4
411

512
### Patch Changes

packages/minimap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/minimap",
3-
"version": "1.0.4",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",
@@ -29,7 +29,7 @@
2929
"test": "exit 0"
3030
},
3131
"peerDependencies": {
32-
"@vue-flow/core": "^1.12.2"
32+
"@vue-flow/core": "^2.0.0-next.0"
3333
},
3434
"dependencies": {
3535
"d3-selection": "^3.0.0",

packages/node-resizer/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vue-flow/node-resizer
22

3+
## 2.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`083da694`](https://github.com/bcakmakoglu/vue-flow/commit/083da694544f888a13d02ed835cf4ebdb7ecaa9f), [`41f08c3e`](https://github.com/bcakmakoglu/vue-flow/commit/41f08c3e453bebcd9eac68e3c2adfd8535cd308e), [`dc953a78`](https://github.com/bcakmakoglu/vue-flow/commit/dc953a7834e327654d99e7c77f8d729efecb24a4)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.3.0
411

512
### Minor Changes

packages/node-resizer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/node-resizer",
3-
"version": "1.3.0",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",
@@ -29,7 +29,7 @@
2929
"test": "exit 0"
3030
},
3131
"peerDependencies": {
32-
"@vue-flow/core": "^1.12.2",
32+
"@vue-flow/core": "^2.0.0-next.0",
3333
"vue": "^3.2.37"
3434
},
3535
"dependencies": {

packages/node-toolbar/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vue-flow/node-toolbar
22

3+
## 2.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`083da694`](https://github.com/bcakmakoglu/vue-flow/commit/083da694544f888a13d02ed835cf4ebdb7ecaa9f), [`41f08c3e`](https://github.com/bcakmakoglu/vue-flow/commit/41f08c3e453bebcd9eac68e3c2adfd8535cd308e), [`dc953a78`](https://github.com/bcakmakoglu/vue-flow/commit/dc953a7834e327654d99e7c77f8d729efecb24a4)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.0.6
411

512
### Patch Changes

packages/node-toolbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/node-toolbar",
3-
"version": "1.0.6",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",
@@ -29,7 +29,7 @@
2929
"test": "exit 0"
3030
},
3131
"peerDependencies": {
32-
"@vue-flow/core": "^1.12.2"
32+
"@vue-flow/core": "^2.0.0-next.0"
3333
},
3434
"devDependencies": {
3535
"@tooling/eslint-config": "workspace:*",

packages/pathfinding-edge/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vue-flow/pathfinding-edge
22

3+
## 2.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`083da694`](https://github.com/bcakmakoglu/vue-flow/commit/083da694544f888a13d02ed835cf4ebdb7ecaa9f), [`41f08c3e`](https://github.com/bcakmakoglu/vue-flow/commit/41f08c3e453bebcd9eac68e3c2adfd8535cd308e), [`dc953a78`](https://github.com/bcakmakoglu/vue-flow/commit/dc953a7834e327654d99e7c77f8d729efecb24a4)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.0.5
411

512
### Patch Changes

packages/pathfinding-edge/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/pathfinding-edge",
3-
"version": "1.0.5",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"repository": {
66
"type": "git",
@@ -27,7 +27,7 @@
2727
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix ."
2828
},
2929
"peerDependencies": {
30-
"@vue-flow/core": "^1.12.2"
30+
"@vue-flow/core": "^2.0.0-next.0"
3131
},
3232
"dependencies": {
3333
"pathfinding": "^0.4.18",

0 commit comments

Comments
 (0)