chore: bump versions

This commit is contained in:
github-actions[bot]
2022-11-07 21:52:52 +01:00
committed by Braks
parent 8930d2ee95
commit 845d88dede
8 changed files with 18 additions and 22 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Use `event.composedPath` as event target when checking for input dom nodes
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Stop reset of user-selection rect on mouse leave event
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Upgrade to vite 3
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/additional-components': patch
---
Upgrade to vite 3
@@ -1,5 +1,11 @@
# @vue-flow/additional-components
## 1.2.1
### Patch Changes
- [#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
## 1.2.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/additional-components",
"version": "1.2.0",
"version": "1.2.1",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
+10
View File
@@ -1,5 +1,15 @@
# @vue-flow/core
## 1.3.1
### Patch Changes
- [#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
- [#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
- [#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
## 1.3.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.3.0",
"version": "1.3.1",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",