Skip to content

Commit f7c731c

Browse files
chore: bump versions
1 parent 9fae40f commit f7c731c

File tree

15 files changed

+61
-18
lines changed

15 files changed

+61
-18
lines changed

.changeset/hip-melons-peel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/background/CHANGELOG.md

Lines 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
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

Lines 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.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

Lines 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
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

Lines 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.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

Lines changed: 6 additions & 0 deletions
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

Lines 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.15.2",
3+
"version": "2.0.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

packages/minimap/CHANGELOG.md

Lines 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
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

Lines 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.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

Lines 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
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

0 commit comments

Comments
 (0)