From 2174c5ad5ab531a4024700e2354c84d7c54c0714 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Jul 2023 06:59:16 +0000 Subject: [PATCH] chore: bump versions --- .changeset/bright-lions-play.md | 5 ----- .changeset/happy-crews-wash.md | 5 ----- .changeset/thick-students-reflect.md | 5 ----- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/bright-lions-play.md delete mode 100644 .changeset/happy-crews-wash.md delete mode 100644 .changeset/thick-students-reflect.md diff --git a/.changeset/bright-lions-play.md b/.changeset/bright-lions-play.md deleted file mode 100644 index 21ea26b8..00000000 --- a/.changeset/bright-lions-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Deprecate `position` and `zoom` props on `FlowExportObj` and replace with `viewport` diff --git a/.changeset/happy-crews-wash.md b/.changeset/happy-crews-wash.md deleted file mode 100644 index 92a0ea61..00000000 --- a/.changeset/happy-crews-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -ESC key press causing browser error when blur on nodeEl is called diff --git a/.changeset/thick-students-reflect.md b/.changeset/thick-students-reflect.md deleted file mode 100644 index 19689595..00000000 --- a/.changeset/thick-students-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Wait for viewport helper when calling `fromObject` action diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 789f29c9..08b6a30c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index b5607e50..c64b4a55 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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>",