chore: bump versions

This commit is contained in:
github-actions[bot]
2023-03-23 08:48:44 +00:00
committed by Braks
parent ad8c1819a7
commit e7b0c4b73e
10 changed files with 24 additions and 32 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow passing objects with only `id` to `getConnectedEdges` nodes arg

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Remove `stop` from `EdgeRenderer` as watcher has been removed and stop refers to `window.stop` which causes requests to be cancelled when VueFlow is unmounted

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/background": minor
---
Add `lineWidth` prop to background component. Allows changing line bg stroke width

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `onError` hook which allows handling vue flow errors by users. Will default to console.warn if no handler is passed

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/background": minor
---
Allow setting gap as number or number array (x,y)

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/background": minor
---
Add `offset` prop to background component. Allows for offsetting individual backgrounds to create a "multi" bg.

View File

@@ -1,5 +1,15 @@
# @vue-flow/background
## 1.1.0
### Minor Changes
- [#782](https://github.com/bcakmakoglu/vue-flow/pull/782) [`59430fe3`](https://github.com/bcakmakoglu/vue-flow/commit/59430fe343f5e229864bef8cc857c4c7cc025491) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `lineWidth` prop to background component. Allows changing line bg stroke width
- [#782](https://github.com/bcakmakoglu/vue-flow/pull/782) [`59430fe3`](https://github.com/bcakmakoglu/vue-flow/commit/59430fe343f5e229864bef8cc857c4c7cc025491) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow setting gap as number or number array (x,y)
- [#782](https://github.com/bcakmakoglu/vue-flow/pull/782) [`59430fe3`](https://github.com/bcakmakoglu/vue-flow/commit/59430fe343f5e229864bef8cc857c4c7cc025491) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `offset` prop to background component. Allows for offsetting individual backgrounds to create a "multi" bg.
## 1.0.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,17 @@
# @vue-flow/core
## 1.17.0
### Minor Changes
- [#785](https://github.com/bcakmakoglu/vue-flow/pull/785) [`7667aa60`](https://github.com/bcakmakoglu/vue-flow/commit/7667aa60b819cc7c545d5374e49cdc27d5004d5b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing objects with only `id` to `getConnectedEdges` nodes arg
- [#781](https://github.com/bcakmakoglu/vue-flow/pull/781) [`ad8c7897`](https://github.com/bcakmakoglu/vue-flow/commit/ad8c78977cd0e436e6f9602ecf5ea0805bf8ac13) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `onError` hook which allows handling vue flow errors by users. Will default to console.warn if no handler is passed
### Patch Changes
- [#783](https://github.com/bcakmakoglu/vue-flow/pull/783) [`b864c436`](https://github.com/bcakmakoglu/vue-flow/commit/b864c43677779782e98f5cb809a047f2dc5b0aff) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove `stop` from `EdgeRenderer` as watcher has been removed and stop refers to `window.stop` which causes requests to be cancelled when VueFlow is unmounted
## 1.16.5
### Patch Changes

View File

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