Skip to content

Navigation Menu

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 dffee89

Browse filesBrowse files
chore: bump versions (next)
1 parent 9e7bab5 commit dffee89
Copy full SHA for dffee89

File tree

13 files changed

+59
-14
lines changed
Filter options

13 files changed

+59
-14
lines changed

‎.changeset/pre.json

Copy file name to clipboardExpand all lines: .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+
"hip-melons-peel",
25+
"nine-fishes-lick"
2626
]
2727
}

‎packages/background/CHANGELOG.md

Copy file name to clipboardExpand all lines: 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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e), [`f6bb711`](https://github.com/bcakmakoglu/vue-flow/commit/f6bb7111bf53b174ddbef5b458d249188d8b1524)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.3.2
411

512
### Patch Changes

‎packages/background/package.json

Copy file name to clipboardExpand all lines: 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.3.2",
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
+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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e), [`f6bb711`](https://github.com/bcakmakoglu/vue-flow/commit/f6bb7111bf53b174ddbef5b458d249188d8b1524)]:
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-2
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
+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) [`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+
11+
- [#1549](https://github.com/bcakmakoglu/vue-flow/pull/1549) [`f6bb711`](https://github.com/bcakmakoglu/vue-flow/commit/f6bb7111bf53b174ddbef5b458d249188d8b1524) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove deprecated exports `addEdge`, `updateEdge` & `useZoomPanHelper`
12+
313
## 1.42.1
414

515
### Patch Changes

‎packages/core/package.json

Copy file name to clipboardExpand all lines: 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.42.1",
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
+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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e), [`f6bb711`](https://github.com/bcakmakoglu/vue-flow/commit/f6bb7111bf53b174ddbef5b458d249188d8b1524)]:
8+
- @vue-flow/core@2.0.0-next.0
9+
310
## 1.5.2
411

512
### Patch Changes

‎packages/minimap/package.json

Copy file name to clipboardExpand all lines: 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.5.2",
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
+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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e), [`f6bb711`](https://github.com/bcakmakoglu/vue-flow/commit/f6bb7111bf53b174ddbef5b458d249188d8b1524)]:
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-2
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
+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 [[`702ff95`](https://github.com/bcakmakoglu/vue-flow/commit/702ff950096dd3f563e7747c32d8627239c652ce), [`6da35f5`](https://github.com/bcakmakoglu/vue-flow/commit/6da35f5767588f836292c91ce045b6c3b54a579e), [`f6bb711`](https://github.com/bcakmakoglu/vue-flow/commit/f6bb7111bf53b174ddbef5b458d249188d8b1524)]:
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-2
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": {

0 commit comments

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