diff --git a/.changeset/cyan-pandas-enjoy.md b/.changeset/cyan-pandas-enjoy.md deleted file mode 100644 index 03a008ed..00000000 --- a/.changeset/cyan-pandas-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Remove border related styles from the required styles and move them into the default theme stylesheet diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 56cfbffc..ad086b97 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.46.4 + +### Patch Changes + +- [#1954](https://github.com/bcakmakoglu/vue-flow/pull/1954) [`f4cfc50`](https://github.com/bcakmakoglu/vue-flow/commit/f4cfc50ff6653e822a6375a02c3cb1957fc55f55) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove border related styles from the required styles and move them into the default theme stylesheet + ## 1.46.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2daa2533..a10a42ec 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.46.3", + "version": "1.46.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",