Skip to content

Commit 2443752

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent f698b2d commit 2443752

File tree

9 files changed

+23
-19
lines changed

9 files changed

+23
-19
lines changed

.changeset/curly-phones-reply.md

-6
This file was deleted.

.changeset/fresh-wolves-melt.md

-5
This file was deleted.

.changeset/six-trainers-juggle.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.2
4+
5+
### Patch Changes
6+
7+
- [#1421](https://github.com/bcakmakoglu/vue-flow/pull/1421) [`69631f0`](https://github.com/bcakmakoglu/vue-flow/commit/69631f07dc6b367c6932b8642eb385b8dcc176ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow `PanelPositionType` as value for position
8+
39
## 1.1.1
410

511
### Patch 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.1",
3+
"version": "1.1.2",
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.34.0
4+
5+
### Minor Changes
6+
7+
- [#1415](https://github.com/bcakmakoglu/vue-flow/pull/1415) [`bcb6c38`](https://github.com/bcakmakoglu/vue-flow/commit/bcb6c389d634e6604f332b86dc12eee8e5b8c08e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add warning when style imports are missing.
8+
9+
- [#1421](https://github.com/bcakmakoglu/vue-flow/pull/1421) [`69631f0`](https://github.com/bcakmakoglu/vue-flow/commit/69631f07dc6b367c6932b8642eb385b8dcc176ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Export `PanelPositionType`
10+
311
## 1.33.8
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.33.8",
3+
"version": "1.34.0",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

packages/minimap/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- [#1421](https://github.com/bcakmakoglu/vue-flow/pull/1421) [`69631f0`](https://github.com/bcakmakoglu/vue-flow/commit/69631f07dc6b367c6932b8642eb385b8dcc176ff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow `PanelPositionType` as value for position
8+
39
## 1.4.0
410

511
### Minor Changes

packages/minimap/package.json

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

0 commit comments

Comments
 (0)