chore: bump versions

This commit is contained in:
github-actions[bot]
2025-05-19 14:21:21 +00:00
committed by Braks
parent 505fbfef74
commit a16d851894
4 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `ease` option to viewport altering functions.

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add interpolate option to viewport transforming functions

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.44.0
### Minor Changes
- [#1848](https://github.com/bcakmakoglu/vue-flow/pull/1848) [`f09952d`](https://github.com/bcakmakoglu/vue-flow/commit/f09952dc572bd567c7cf0bcf53af657cf458d696) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `ease` option to viewport altering functions.
- [#1851](https://github.com/bcakmakoglu/vue-flow/pull/1851) [`0e6865b`](https://github.com/bcakmakoglu/vue-flow/commit/0e6865bbd67ca284d0ded27550abb00d04aca96c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add interpolate option to viewport transforming functions
## 1.43.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.43.2",
"version": "1.44.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",