Skip to content

Commit 11a16da

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent b04cc29 commit 11a16da

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/large-lemons-end.md

-5
This file was deleted.

.changeset/spicy-donkeys-drum.md

-5
This file was deleted.

.changeset/two-roses-shake.md

-5
This file was deleted.

packages/controls/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#1261](https://github.com/bcakmakoglu/vue-flow/pull/1261) [`cff86ee`](https://github.com/bcakmakoglu/vue-flow/commit/cff86ee378c83e2ed656b03a66266feae49dd033) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set full width on control button svgs
8+
39
## 1.1.0
410

511
### Minor Changes

packages/controls/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/controls",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

packages/core/CHANGELOG.md

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

3+
## 1.30.0
4+
5+
### Minor Changes
6+
7+
- [#1261](https://github.com/bcakmakoglu/vue-flow/pull/1261) [`427bfac`](https://github.com/bcakmakoglu/vue-flow/commit/427bface1bfbe41ecc16465079144fa91c0d2249) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Hide viewport until `fitViewOnInitDone` is `true` (if `fitViewOnInit` is not used, this value will automatically become `true` the first time node dimensions are set
8+
9+
- [#1261](https://github.com/bcakmakoglu/vue-flow/pull/1261) [`427bfac`](https://github.com/bcakmakoglu/vue-flow/commit/427bface1bfbe41ecc16465079144fa91c0d2249) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Emit `paneReady` event after 1ms timeout
10+
311
## 1.29.2
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.29.2",
3+
"version": "1.30.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

0 commit comments

Comments
 (0)