chore: next release

This commit is contained in:
github-actions[bot]
2023-01-18 16:38:00 +01:00
committed by Braks
parent 3d482b7703
commit df7603f52f
4 changed files with 9 additions and 11 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Use timeout when clamping positions after nodes' extent has changed
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Do not trigger ctx menu event on viewport when dragging with right mouse button
+8
View File
@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.12.4
### Patch Changes
- [#619](https://github.com/bcakmakoglu/vue-flow/pull/619) [`3d482b77`](https://github.com/bcakmakoglu/vue-flow/commit/3d482b77032b2bdc6442751730ae694c9e798c29) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use timeout when clamping positions after nodes' extent has changed
- [#618](https://github.com/bcakmakoglu/vue-flow/pull/618) [`f1975ea7`](https://github.com/bcakmakoglu/vue-flow/commit/f1975ea71e6ebc37c7bc43472016eb45702e54aa) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Do not trigger ctx menu event on viewport when dragging with right mouse button
## 1.12.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.12.3",
"version": "1.12.4",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",