From dee75ddc1ad912eac67467ad52d71fd0bce93391 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:11:38 +0000 Subject: [PATCH] chore: bump versions --- .changeset/cyan-pandas-enjoy.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cyan-pandas-enjoy.md 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>",