Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3058882

Browse files
committedMar 17, 2023
chore: bump versions
1 parent c95c229 commit 3058882

16 files changed

+63
-23
lines changed
 

‎.changeset/cyan-melons-unite.md

-5
This file was deleted.

‎.changeset/hip-melons-peel.md

-5
This file was deleted.

‎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
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c95c229e`](https://github.com/bcakmakoglu/vue-flow/commit/c95c229e5a870cc4c7eaf1145352fa7375186100), [`33094bdb`](https://github.com/bcakmakoglu/vue-flow/commit/33094bdb74f564c794bd024239d3950afddff6d1)]:
8+
- @vue-flow/core@2.0.0
9+
310
## 1.0.5
411

512
### Patch 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.0.5",
3+
"version": "2.0.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -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"
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
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c95c229e`](https://github.com/bcakmakoglu/vue-flow/commit/c95c229e5a870cc4c7eaf1145352fa7375186100), [`33094bdb`](https://github.com/bcakmakoglu/vue-flow/commit/33094bdb74f564c794bd024239d3950afddff6d1)]:
8+
- @vue-flow/core@2.0.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",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -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"
3333
},
3434
"devDependencies": {
3535
"@tooling/eslint-config": "workspace:*",

‎packages/core/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`c95c229e`](https://github.com/bcakmakoglu/vue-flow/commit/c95c229e5a870cc4c7eaf1145352fa7375186100) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove experimental features flag
8+
9+
- [#717](https://github.com/bcakmakoglu/vue-flow/pull/717) [`33094bdb`](https://github.com/bcakmakoglu/vue-flow/commit/33094bdb74f564c794bd024239d3950afddff6d1) 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.16.4
412

513
### 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.16.4",
3+
"version": "2.0.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

‎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
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c95c229e`](https://github.com/bcakmakoglu/vue-flow/commit/c95c229e5a870cc4c7eaf1145352fa7375186100), [`33094bdb`](https://github.com/bcakmakoglu/vue-flow/commit/33094bdb74f564c794bd024239d3950afddff6d1)]:
8+
- @vue-flow/core@2.0.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",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -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"
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
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c95c229e`](https://github.com/bcakmakoglu/vue-flow/commit/c95c229e5a870cc4c7eaf1145352fa7375186100), [`33094bdb`](https://github.com/bcakmakoglu/vue-flow/commit/33094bdb74f564c794bd024239d3950afddff6d1)]:
8+
- @vue-flow/core@2.0.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",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -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",
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
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c95c229e`](https://github.com/bcakmakoglu/vue-flow/commit/c95c229e5a870cc4c7eaf1145352fa7375186100), [`33094bdb`](https://github.com/bcakmakoglu/vue-flow/commit/33094bdb74f564c794bd024239d3950afddff6d1)]:
8+
- @vue-flow/core@2.0.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",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
@@ -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"
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
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c95c229e`](https://github.com/bcakmakoglu/vue-flow/commit/c95c229e5a870cc4c7eaf1145352fa7375186100), [`33094bdb`](https://github.com/bcakmakoglu/vue-flow/commit/33094bdb74f564c794bd024239d3950afddff6d1)]:
8+
- @vue-flow/core@2.0.0
9+
310
## 1.0.4
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.4",
3+
"version": "2.0.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"
3131
},
3232
"dependencies": {
3333
"pathfinding": "^0.4.18",

0 commit comments

Comments
 (0)
Please sign in to comment.