chore: bump versions

This commit is contained in:
github-actions[bot]
2023-07-25 09:20:15 +02:00
committed by Braks
parent 95612bae49
commit 2174c5ad5a
5 changed files with 11 additions and 16 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Deprecate `position` and `zoom` props on `FlowExportObj` and replace with `viewport`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
ESC key press causing browser error when blur on nodeEl is called
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Wait for viewport helper when calling `fromObject` action
+10
View File
@@ -1,5 +1,15 @@
# @vue-flow/core
## 1.22.1
### Patch Changes
- [#1048](https://github.com/bcakmakoglu/vue-flow/pull/1048) [`b230e2ab`](https://github.com/bcakmakoglu/vue-flow/commit/b230e2ab1ac354f38b8919017609d85d8215e27f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Deprecate `position` and `zoom` props on `FlowExportObj` and replace with `viewport`
- [#1054](https://github.com/bcakmakoglu/vue-flow/pull/1054) [`543423c2`](https://github.com/bcakmakoglu/vue-flow/commit/543423c213e717a76ed7796453a37bb858d63b03) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - ESC key press causing browser error when blur on nodeEl is called
- [#1048](https://github.com/bcakmakoglu/vue-flow/pull/1048) [`b230e2ab`](https://github.com/bcakmakoglu/vue-flow/commit/b230e2ab1ac354f38b8919017609d85d8215e27f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Wait for viewport helper when calling `fromObject` action
## 1.22.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.22.0",
"version": "1.22.1",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",