Skip to content

Commit

Permalink
chore: bump versions (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2023
1 parent c05e479 commit 041cf59
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@tooling/vite-config": "0.0.0"
},
"changesets": [
"cyan-melons-unite.md",
"fluffy-pans-boil.md",
"hip-melons-peel.md"
"cyan-melons-unite",
"fluffy-pans-boil",
"hip-melons-peel"
]
}
7 changes: 7 additions & 0 deletions packages/background/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue-flow/background

## 2.0.0-next.0

### Patch Changes

- Updated dependencies [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]:
- @vue-flow/core@2.0.0-next.0

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/background/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/background",
"version": "1.0.5",
"version": "2.0.0-next.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "exit 0"
},
"peerDependencies": {
"@vue-flow/core": "^1.12.2"
"@vue-flow/core": "^2.0.0-next.0"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/controls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue-flow/controls

## 2.0.0-next.0

### Patch Changes

- Updated dependencies [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]:
- @vue-flow/core@2.0.0-next.0

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/controls",
"version": "1.0.4",
"version": "2.0.0-next.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "exit 0"
},
"peerDependencies": {
"@vue-flow/core": "^1.12.2"
"@vue-flow/core": "^2.0.0-next.0"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vue-flow/core

## 2.0.0-next.0

### Major Changes

- [#363](https://github.com/bcakmakoglu/vue-flow/pull/363) [`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove experimental features flag

- [#363](https://github.com/bcakmakoglu/vue-flow/pull/363) [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use `GraphNode` or `GraphEdge` as optional generic types for `findNode` or `findEdge` actions

- [#363](https://github.com/bcakmakoglu/vue-flow/pull/363) [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Update handle styles and avoid using fixed pixel positions to offset handle position and instead use transform to align handles

## 1.16.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/core",
"version": "1.16.5",
"version": "2.0.0-next.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
Expand Down
7 changes: 7 additions & 0 deletions packages/minimap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue-flow/minimap

## 2.0.0-next.0

### Patch Changes

- Updated dependencies [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]:
- @vue-flow/core@2.0.0-next.0

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/minimap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/minimap",
"version": "1.0.4",
"version": "2.0.0-next.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "exit 0"
},
"peerDependencies": {
"@vue-flow/core": "^1.12.2"
"@vue-flow/core": "^2.0.0-next.0"
},
"dependencies": {
"d3-selection": "^3.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-resizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue-flow/node-resizer

## 2.0.0-next.0

### Patch Changes

- Updated dependencies [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]:
- @vue-flow/core@2.0.0-next.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node-resizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/node-resizer",
"version": "1.3.0",
"version": "2.0.0-next.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "exit 0"
},
"peerDependencies": {
"@vue-flow/core": "^1.12.2",
"@vue-flow/core": "^2.0.0-next.0",
"vue": "^3.2.37"
},
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/node-toolbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue-flow/node-toolbar

## 2.0.0-next.0

### Patch Changes

- Updated dependencies [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]:
- @vue-flow/core@2.0.0-next.0

## 1.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node-toolbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/node-toolbar",
"version": "1.0.6",
"version": "2.0.0-next.0",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "exit 0"
},
"peerDependencies": {
"@vue-flow/core": "^1.12.2"
"@vue-flow/core": "^2.0.0-next.0"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/pathfinding-edge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue-flow/pathfinding-edge

## 2.0.0-next.0

### Patch Changes

- Updated dependencies [[`6639eb85`](https://github.com/bcakmakoglu/vue-flow/commit/6639eb851b1fa290d044a077ada84351bf1f391e), [`9d76fd02`](https://github.com/bcakmakoglu/vue-flow/commit/9d76fd02e52fc498a94997fb35ce45a49ccd472b), [`d1371e22`](https://github.com/bcakmakoglu/vue-flow/commit/d1371e228867d1ddd0f956f95998f2d1ca353860)]:
- @vue-flow/core@2.0.0-next.0

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/pathfinding-edge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-flow/pathfinding-edge",
"version": "1.0.5",
"version": "2.0.0-next.0",
"private": false,
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix ."
},
"peerDependencies": {
"@vue-flow/core": "^1.12.2"
"@vue-flow/core": "^2.0.0-next.0"
},
"dependencies": {
"pathfinding": "^0.4.18",
Expand Down

0 comments on commit 041cf59

Please sign in to comment.