Skip to content

Commit d95f545

Browse files
chore: bump versions
1 parent de22cd4 commit d95f545

File tree

15 files changed

+61
-18
lines changed

15 files changed

+61
-18
lines changed

.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 [[`9fae40fb`](https://github.com/bcakmakoglu/vue-flow/commit/9fae40fbc291145ef032985257ee505f040d2bc3)]:
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<[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"
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 [[`9fae40fb`](https://github.com/bcakmakoglu/vue-flow/commit/9fae40fbc291145ef032985257ee505f040d2bc3)]:
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<[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"
3333
},
3434
"devDependencies": {
3535
"@tooling/eslint-config": "workspace:*",

packages/core/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [#694](https://github.com/bcakmakoglu/vue-flow/pull/694) [`9fae40fb`](https://github.com/bcakmakoglu/vue-flow/commit/9fae40fbc291145ef032985257ee505f040d2bc3) 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
8+
39
## 1.15.2
410

511
### 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.15.2",
3+
"version": "2.0.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
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9fae40fb`](https://github.com/bcakmakoglu/vue-flow/commit/9fae40fbc291145ef032985257ee505f040d2bc3)]:
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<[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"
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 [[`9fae40fb`](https://github.com/bcakmakoglu/vue-flow/commit/9fae40fbc291145ef032985257ee505f040d2bc3)]:
8+
- @vue-flow/core@2.0.0
9+
310
## 1.2.2
411

512
### Patch 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.2.2",
3+
"version": "2.0.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",
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 [[`9fae40fb`](https://github.com/bcakmakoglu/vue-flow/commit/9fae40fbc291145ef032985257ee505f040d2bc3)]:
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<[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"
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 [[`9fae40fb`](https://github.com/bcakmakoglu/vue-flow/commit/9fae40fbc291145ef032985257ee505f040d2bc3)]:
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)