From ff69823b9db45da9dd012852b8b7ec50bb45c6a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:44:46 +0000 Subject: [PATCH] chore: bump versions --- .changeset/unlucky-deers-teach.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/unlucky-deers-teach.md diff --git a/.changeset/unlucky-deers-teach.md b/.changeset/unlucky-deers-teach.md deleted file mode 100644 index 2e0ca02e..00000000 --- a/.changeset/unlucky-deers-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Replace the existing `offset` option for fitView with a more expressive `padding` option allowing users to define padding per sides. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 420bf30a..84f105e5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.47.0 + +### Minor Changes + +- [#1967](https://github.com/bcakmakoglu/vue-flow/pull/1967) [`7828f4a`](https://github.com/bcakmakoglu/vue-flow/commit/7828f4a40b226d6032472be635dc28b0be91c487) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Replace the existing `offset` option for fitView with a more expressive `padding` option allowing users to define padding per sides. + ## 1.46.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 24b58313..f48c3289 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.46.5", + "version": "1.47.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",