Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa2267a

Browse filesBrowse files
chore: bump versions (next)
1 parent bbb54be commit fa2267a
Copy full SHA for fa2267a

File tree

Expand file treeCollapse file tree

15 files changed

+65
-16
lines changed
Filter options
Expand file treeCollapse file tree

15 files changed

+65
-16
lines changed

‎.changeset/pre.json

Copy file name to clipboardExpand all lines: .changeset/pre.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
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+
"hip-melons-peel"
2625
]
2726
}

‎packages/background/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/background/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.3.0
411

512
### Minor Changes

‎packages/background/package.json

Copy file name to clipboardExpand all lines: packages/background/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/background",
3-
"version": "1.3.0",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -56,7 +56,7 @@
5656
"test": "exit 0"
5757
},
5858
"peerDependencies": {
59-
"@vue-flow/core": "^1.23.0",
59+
"@vue-flow/core": "^2.0.0-next.0",
6060
"vue": "^3.3.0"
6161
},
6262
"devDependencies": {

‎packages/controls/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/controls/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.1.2
411

512
### Patch Changes

‎packages/controls/package.json

Copy file name to clipboardExpand all lines: packages/controls/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/controls",
3-
"version": "1.1.2",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -59,7 +59,7 @@
5959
"test": "exit 0"
6060
},
6161
"peerDependencies": {
62-
"@vue-flow/core": "^1.23.0",
62+
"@vue-flow/core": "^2.0.0-next.0",
6363
"vue": "^3.3.0"
6464
},
6565
"devDependencies": {

‎packages/core/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/core/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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) [`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove experimental features flag
8+
9+
- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e) 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
10+
311
## 1.39.0
412

513
### Minor Changes

‎packages/core/package.json

Copy file name to clipboardExpand all lines: packages/core/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/core",
3-
"version": "1.39.0",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

‎packages/minimap/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/minimap/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.5.0
411

512
### Minor Changes

‎packages/minimap/package.json

Copy file name to clipboardExpand all lines: packages/minimap/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/minimap",
3-
"version": "1.5.0",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -57,7 +57,7 @@
5757
"test": "exit 0"
5858
},
5959
"peerDependencies": {
60-
"@vue-flow/core": "^1.23.0",
60+
"@vue-flow/core": "^2.0.0-next.0",
6161
"vue": "^3.3.0"
6262
},
6363
"dependencies": {

‎packages/node-resizer/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/node-resizer/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.4.0
411

512
### Minor Changes

‎packages/node-resizer/package.json

Copy file name to clipboardExpand all lines: packages/node-resizer/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/node-resizer",
3-
"version": "1.4.0",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -59,7 +59,7 @@
5959
"test": "exit 0"
6060
},
6161
"peerDependencies": {
62-
"@vue-flow/core": "^1.23.0",
62+
"@vue-flow/core": "^2.0.0-next.0",
6363
"vue": "^3.3.0"
6464
},
6565
"dependencies": {

‎packages/node-toolbar/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/node-toolbar/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.1.0
411

512
### Minor Changes

‎packages/node-toolbar/package.json

Copy file name to clipboardExpand all lines: packages/node-toolbar/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/node-toolbar",
3-
"version": "1.1.0",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -40,7 +40,7 @@
4040
"test": "exit 0"
4141
},
4242
"peerDependencies": {
43-
"@vue-flow/core": "^1.23.0",
43+
"@vue-flow/core": "^2.0.0-next.0",
4444
"vue": "^3.3.0"
4545
},
4646
"devDependencies": {

‎packages/pathfinding-edge/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/pathfinding-edge/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.0.6
411

512
### Patch Changes

‎packages/pathfinding-edge/package.json

Copy file name to clipboardExpand all lines: packages/pathfinding-edge/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/pathfinding-edge",
3-
"version": "1.0.6",
3+
"version": "2.0.0-next.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -56,7 +56,7 @@
5656
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist"
5757
},
5858
"peerDependencies": {
59-
"@vue-flow/core": "^1.23.0",
59+
"@vue-flow/core": "^2.0.0-next.0",
6060
"vue": "^3.3.0"
6161
},
6262
"dependencies": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.