chore(packages): version bump
This commit is contained in:
15
.changeset/pre.json
Normal file
15
.changeset/pre.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"react-flow-examples": "0.0.0",
|
||||
"@react-flow/background": "10.0.0",
|
||||
"@react-flow/bundle": "10.0.0",
|
||||
"@react-flow/controls": "10.0.0",
|
||||
"@react-flow/core": "10.0.0",
|
||||
"@react-flow/minimap": "10.0.0"
|
||||
},
|
||||
"changesets": [
|
||||
"rare-boats-cry"
|
||||
]
|
||||
}
|
||||
9
.changeset/rare-boats-cry.md
Normal file
9
.changeset/rare-boats-cry.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
'@react-flow/background': major
|
||||
'@react-flow/bundle': major
|
||||
'@react-flow/controls': major
|
||||
'@react-flow/core': major
|
||||
'@react-flow/minimap': major
|
||||
---
|
||||
|
||||
beta release for v11
|
||||
8
examples/nextjs/CHANGELOG.md
Normal file
8
examples/nextjs/CHANGELOG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# react-flow-examples
|
||||
|
||||
## 0.0.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @react-flow/bundle@11.0.0-next.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-flow-examples",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1-next.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
"test:all": "yarn test:chrome && yarn test:firefox",
|
||||
"test:chrome": "cypress run --browser chrome",
|
||||
"test:firefox": "cypress run --browser firefox",
|
||||
"test": "yarn build && start-server-and-test dev:example http://localhost:3000 test:chrome"
|
||||
"test": "yarn build && start-server-and-test dev:example http://localhost:3000 test:chrome",
|
||||
"release": "changeset publish"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
|
||||
12
packages/background/CHANGELOG.md
Normal file
12
packages/background/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @react-flow/background
|
||||
|
||||
## 11.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- beta release for v11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @react-flow/core@11.0.0-next.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-flow/background",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.0-next.0",
|
||||
"description": "Background component with different variants for React Flow",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
15
packages/bundle/CHANGELOG.md
Normal file
15
packages/bundle/CHANGELOG.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# @react-flow/bundle
|
||||
|
||||
## 11.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- beta release for v11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @react-flow/background@11.0.0-next.0
|
||||
- @react-flow/controls@11.0.0-next.0
|
||||
- @react-flow/core@11.0.0-next.0
|
||||
- @react-flow/minimap@11.0.0-next.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-flow/bundle",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.0-next.0",
|
||||
"description": "The bundled React Flow package that comes with all the essentials.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
12
packages/controls/CHANGELOG.md
Normal file
12
packages/controls/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @react-flow/controls
|
||||
|
||||
## 11.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- beta release for v11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @react-flow/core@11.0.0-next.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-flow/controls",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.0-next.0",
|
||||
"description": "Component to control the viewport of a React Flow instance",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
7
packages/core/CHANGELOG.md
Normal file
7
packages/core/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @react-flow/core
|
||||
|
||||
## 11.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- beta release for v11
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-flow/core",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.0-next.0",
|
||||
"description": "Core components and util functions of React Flow.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
12
packages/minimap/CHANGELOG.md
Normal file
12
packages/minimap/CHANGELOG.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# @react-flow/minimap
|
||||
|
||||
## 11.0.0-next.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- beta release for v11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies []:
|
||||
- @react-flow/core@11.0.0-next.0
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@react-flow/minimap",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.0-next.0",
|
||||
"description": "Minimap component for React Flow.",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
Reference in New Issue
Block a user