From 96e07eeb9db83defd04369522e6cb2171285948e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 13:44:43 +0000 Subject: [PATCH] chore: bump versions --- .changeset/happy-ghosts-drum.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/happy-ghosts-drum.md diff --git a/.changeset/happy-ghosts-drum.md b/.changeset/happy-ghosts-drum.md deleted file mode 100644 index 7bcc08a3..00000000 --- a/.changeset/happy-ghosts-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add missing vue-flow\_\_container class to marker defs. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e12d3c3b..b87d23b4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.43.1 + +### Patch Changes + +- [#1833](https://github.com/bcakmakoglu/vue-flow/pull/1833) [`8eccc19`](https://github.com/bcakmakoglu/vue-flow/commit/8eccc19d9ffc7534bee6e085d2be6f5a7c8b857b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing vue-flow\_\_container class to marker defs. + ## 1.43.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index a7cf201c..0700aa63 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.43.0", + "version": "1.43.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",