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>",