Skip to content

Commit 585f1e8

Browse files
github-actions[bot]bcakmakoglu
authored andcommitted
chore: bump versions
1 parent c1ca174 commit 585f1e8

20 files changed

+71
-51
lines changed

.changeset/afraid-phones-mate.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/breezy-panthers-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-crews-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dry-bees-impress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-ghosts-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-buses-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/background/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/background
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins
8+
39
## 1.0.4
410

511
### Patch Changes

packages/background/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/background",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

packages/controls/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/controls
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins
8+
39
## 1.0.3
410

511
### Patch Changes

packages/controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/controls",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @vue-flow/core
22

3+
## 1.15.2
4+
5+
### Patch Changes
6+
7+
- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins
8+
9+
- [#713](https://github.com/bcakmakoglu/vue-flow/pull/713) [`95b51a0e`](https://github.com/bcakmakoglu/vue-flow/commit/95b51a0e352e29305a12387ea03fa35ce7f16825) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent undefined being passed to updateNodeInternals
10+
11+
- [#712](https://github.com/bcakmakoglu/vue-flow/pull/712) [`76256439`](https://github.com/bcakmakoglu/vue-flow/commit/76256439bb59f2afb20a423b283d7232afece97f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix resize-observer throwing when node el doesn't exist but effect is run
12+
13+
- [#707](https://github.com/bcakmakoglu/vue-flow/pull/707) [`e8c383ff`](https://github.com/bcakmakoglu/vue-flow/commit/e8c383ffeffb306ca18d2acfaf145efba3e11fa1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix nodes not using zIndex option
14+
15+
- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent writing `process.env` into umd build
16+
17+
- [#714](https://github.com/bcakmakoglu/vue-flow/pull/714) [`1fa4ee1b`](https://github.com/bcakmakoglu/vue-flow/commit/1fa4ee1b8faf25ce83c6c8f37fa35531c54eba0c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Wait until viewport helper is initialized before triggering viewport functions and pane ready event
18+
319
## 1.15.1
420

521
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/core",
3-
"version": "1.15.1",
3+
"version": "1.15.2",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

packages/minimap/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/minimap
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins
8+
39
## 1.0.3
410

511
### Patch Changes

packages/minimap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/minimap",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

packages/node-resizer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/node-resizer
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins
8+
39
## 1.2.1
410

511
### Patch Changes

packages/node-resizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/node-resizer",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

packages/node-toolbar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/node-toolbar
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins
8+
39
## 1.0.5
410

511
### Patch Changes

packages/node-toolbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/node-toolbar",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"private": false,
55
"license": "MIT",
66
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",

packages/pathfinding-edge/CHANGELOG.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @vue-flow/pathfinding-edge
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#716](https://github.com/bcakmakoglu/vue-flow/pull/716) [`1685827d`](https://github.com/bcakmakoglu/vue-flow/commit/1685827d0ea1dc9864f95a1b3a54fbc43a296e5d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix umd pkg names and use the correct vue flow core umd pkg name in plugins
8+
39
## 1.0.3
410

511
### Patch Changes
@@ -35,22 +41,22 @@
3541
Before:
3642

3743
```js
38-
import { getBezierPath, getEdgeCenter } from '@braks/vue-flow'
44+
import { getBezierPath, getEdgeCenter } from "@braks/vue-flow";
3945

4046
// used to return the path string only
41-
const edgePath = computed(() => getBezierPath(pathParams))
47+
const edgePath = computed(() => getBezierPath(pathParams));
4248

4349
// was necessary to get the centerX, centerY of an edge
44-
const centered = computed(() => getEdgeCenter(centerParams))
50+
const centered = computed(() => getEdgeCenter(centerParams));
4551
```
4652

4753
After:
4854

4955
```js
50-
import { getBezierPath } from '@vue-flow/core'
56+
import { getBezierPath } from "@vue-flow/core";
5157

5258
// returns the path string and the center positions
53-
const [path, centerX, centerY] = computed(() => getBezierPath(pathParams))
59+
const [path, centerX, centerY] = computed(() => getBezierPath(pathParams));
5460
```
5561

5662
- [#305](https://github.com/bcakmakoglu/vue-flow/pull/305) [`47d837aa`](https://github.com/bcakmakoglu/vue-flow/commit/47d837aac096e59e7f55213990dff2cc7eba0c01) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - # What's changed?
@@ -85,14 +91,18 @@
8591
Before:
8692

8793
```js
88-
import { VueFlow, Background, MiniMap, Controls } from '@braks/vue-flow'
94+
import { VueFlow, Background, MiniMap, Controls } from "@braks/vue-flow";
8995
```
9096

9197
After
9298

9399
```js
94-
import { VueFlow } from '@vue-flow/core'
95-
import { Background, MiniMap, Controls } from '@vue-flow/additional-components'
100+
import { VueFlow } from "@vue-flow/core";
101+
import {
102+
Background,
103+
MiniMap,
104+
Controls,
105+
} from "@vue-flow/additional-components";
96106
```
97107

98108
### Patch Changes

packages/pathfinding-edge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-flow/pathfinding-edge",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"private": false,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)