chore: bump versions

This commit is contained in:
github-actions[bot]
2022-12-09 19:52:57 +00:00
committed by Braks
parent e0c4f4d64c
commit ddddc7f7d4
7 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Separate store and model watchers from each other and allow them to be triggered after init

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Make nodes and edges deeply reactive objects, so that data changes can trigger v-model changes as well

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/node-toolbar': major
---
Add node toolbar package

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.5.6
### Patch Changes
- [#497](https://github.com/bcakmakoglu/vue-flow/pull/497) [`50e59604`](https://github.com/bcakmakoglu/vue-flow/commit/50e596046bdb06b59eb9b4281e9482afb92d98a3) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Separate store and model watchers from each other and allow them to be triggered after init
- [#496](https://github.com/bcakmakoglu/vue-flow/pull/496) [`1ca8c2a9`](https://github.com/bcakmakoglu/vue-flow/commit/1ca8c2a9be3c35e5873fcc2289e1108fe4354618) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Make nodes and edges deeply reactive objects, so that data changes can trigger v-model changes as well
## 1.5.5
### Patch Changes

View File

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

View File

@@ -0,0 +1,7 @@
# @vue-flow/node-toolbar
## 1.0.0
### Major Changes
- [#476](https://github.com/bcakmakoglu/vue-flow/pull/476) [`136cc19f`](https://github.com/bcakmakoglu/vue-flow/commit/136cc19fe29a16bc139655f8ce491fe94b1182e8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add node toolbar package

View File

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