chore: bump versions

This commit is contained in:
github-actions[bot]
2023-04-26 07:15:24 +00:00
committed by Braks
parent d6aa757b74
commit f8b8f27735
10 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/node-resizer": patch
---
Render nothing when `isVisible` prop is set to false

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/controls": patch
---
Remove border from controls

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Fix focus,focus-visible and selected styles not using proper border colors

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Set vue flow version as regular string instead of a ref

View File

@@ -1,5 +1,11 @@
# @vue-flow/controls
## 1.0.6
### Patch Changes
- [#894](https://github.com/bcakmakoglu/vue-flow/pull/894) [`c0a03c4`](https://github.com/bcakmakoglu/vue-flow/commit/c0a03c4339f05e3ae56299aaecd499838ba77838) Thanks [@github-actions](https://github.com/apps/github-actions)! - Remove border from controls
## 1.0.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,13 @@
# @vue-flow/core
## 1.19.2
### Patch Changes
- [#899](https://github.com/bcakmakoglu/vue-flow/pull/899) [`24370a0`](https://github.com/bcakmakoglu/vue-flow/commit/24370a075567cf46a827112a8c16984ee15876a4) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix focus,focus-visible and selected styles not using proper border colors
- [#889](https://github.com/bcakmakoglu/vue-flow/pull/889) [`56d7873`](https://github.com/bcakmakoglu/vue-flow/commit/56d787360210c1d57692a360695f222d5fe98b0a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set vue flow version as regular string instead of a ref
## 1.19.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,11 @@
# @vue-flow/node-resizer
## 1.3.2
### Patch Changes
- [#890](https://github.com/bcakmakoglu/vue-flow/pull/890) [`9065311`](https://github.com/bcakmakoglu/vue-flow/commit/9065311970952b910a2a154e8a0871fa095a71f6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Render nothing when `isVisible` prop is set to false
## 1.3.1
### Patch Changes

View File

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