From 45225bf973bccca97183da9f8105dcc6a3b0bf89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:23:02 +0000 Subject: [PATCH] chore: bump versions --- .changeset/tender-jobs-search.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tender-jobs-search.md diff --git a/.changeset/tender-jobs-search.md b/.changeset/tender-jobs-search.md deleted file mode 100644 index d48cefca..00000000 --- a/.changeset/tender-jobs-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `domAttributes` prop to nodes / edges that allows passing any sort of dom attributes to the node/edge wrappers (like aria attributes etc.). diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c49f0fea..89c0f5a4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/core +## 1.45.0 + +### Minor Changes + +- [#1869](https://github.com/bcakmakoglu/vue-flow/pull/1869) [`4a2427d`](https://github.com/bcakmakoglu/vue-flow/commit/4a2427d08ab0ea19323998a2c863f6c375c6bd4a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `domAttributes` prop to nodes / edges that allows passing any sort of dom attributes to the node/edge wrappers (like aria attributes etc.). + ## 1.44.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 2eab7727..a933e937 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.44.0", + "version": "1.45.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",