From 09009ce1e611d1ff089277f51a951143ca600e95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 Mar 2024 12:20:48 +0000 Subject: [PATCH] chore: bump versions --- .changeset/tasty-maps-return.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tasty-maps-return.md diff --git a/.changeset/tasty-maps-return.md b/.changeset/tasty-maps-return.md deleted file mode 100644 index a19358b9..00000000 --- a/.changeset/tasty-maps-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Store current Storage instance on vue app to avoid hydration errors. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 30e8c77a..aa6975bf 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.33.5 + +### Patch Changes + +- [#1356](https://github.com/bcakmakoglu/vue-flow/pull/1356) [`b5beac2`](https://github.com/bcakmakoglu/vue-flow/commit/b5beac226d581be8a1a43c90d67a6a96049ce93c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Store current Storage instance on vue app to avoid hydration errors. + ## 1.33.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 820a5f73..57627c25 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.33.4", + "version": "1.33.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",