Skip to content

Commit 845d88d

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent 8930d2e commit 845d88d

File tree

8 files changed

+18
-22
lines changed

8 files changed

+18
-22
lines changed

.changeset/heavy-lemons-develop.md

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

.changeset/short-eyes-own.md

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

.changeset/shy-apes-move.md

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

.changeset/tender-donkeys-hug.md

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

packages/additional-components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/additional-components
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#398](https://github.com/bcakmakoglu/vue-flow/pull/398) [`0635dfa`](https://github.com/bcakmakoglu/vue-flow/commit/0635dfa171de27063e7d08ba8591330f00982732) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Upgrade to vite 3
8+
39
## 1.2.0
410

511
### Minor Changes

packages/additional-components/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/additional-components",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vue-flow/core
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#402](https://github.com/bcakmakoglu/vue-flow/pull/402) [`d7ade98`](https://github.com/bcakmakoglu/vue-flow/commit/d7ade98720a5407a58e1e0924d53723b1600d044) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use `event.composedPath` as event target when checking for input dom nodes
8+
9+
- [#403](https://github.com/bcakmakoglu/vue-flow/pull/403) [`8930d2e`](https://github.com/bcakmakoglu/vue-flow/commit/8930d2ee957858ea67ec3e125e1ca0a9a41f7fae) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Stop reset of user-selection rect on mouse leave event
10+
11+
- [#398](https://github.com/bcakmakoglu/vue-flow/pull/398) [`43953c9`](https://github.com/bcakmakoglu/vue-flow/commit/43953c9d1f48dececff8cef84f85bbee8fec44db) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Upgrade to vite 3
12+
313
## 1.3.0
414

515
### Minor 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.3.0",
3+
"version": "1.3.1",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<[email protected]>",

0 commit comments

Comments
 (0)