chore: bump versions

This commit is contained in:
github-actions[bot]
2022-12-05 16:53:57 +00:00
committed by Braks
parent 9b70fc15b5
commit 05c615c00b
8 changed files with 18 additions and 22 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
use `reactive` instead of `shallowReactive` for nested node/edge properties

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix model watcher overwriting empty state when setting element `onMounted` hook

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Allow `null` as key-code

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/additional-components': patch
---
Fix minimap node slots not being rendered

View File

@@ -1,5 +1,11 @@
# @vue-flow/additional-components
## 1.3.1
### Patch Changes
- [#473](https://github.com/bcakmakoglu/vue-flow/pull/473) [`9b70fc1`](https://github.com/bcakmakoglu/vue-flow/commit/9b70fc15b569598bbbc56d0ff0b22c212ba56fde) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix minimap node slots not being rendered
## 1.3.0
### Minor Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @vue-flow/core
## 1.5.2
### Patch Changes
- [#466](https://github.com/bcakmakoglu/vue-flow/pull/466) [`051dcc4`](https://github.com/bcakmakoglu/vue-flow/commit/051dcc477fe43033f12b17fb096c516a8cf2c485) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - use `reactive` instead of `shallowReactive` for nested node/edge properties
- [#462](https://github.com/bcakmakoglu/vue-flow/pull/462) [`7dfceb2`](https://github.com/bcakmakoglu/vue-flow/commit/7dfceb213397d82375c779bf61d24ddf2df9b27d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix model watcher overwriting empty state when setting element `onMounted` hook
- [#465](https://github.com/bcakmakoglu/vue-flow/pull/465) [`c56ee5a`](https://github.com/bcakmakoglu/vue-flow/commit/c56ee5a6e906166b451a7221d4a5a8714497f745) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow `null` as key-code
## 1.5.1
### Patch Changes

View File

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