chore(packages): version bump

This commit is contained in:
moklick
2022-08-18 18:08:29 +02:00
parent 06c1f22c1f
commit e3bf640d28
15 changed files with 98 additions and 7 deletions

15
.changeset/pre.json Normal file
View 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"
]
}

View 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

View 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

View File

@@ -1,6 +1,6 @@
{
"name": "react-flow-examples",
"version": "0.0.0",
"version": "0.0.1-next.0",
"private": true,
"license": "MIT",
"scripts": {

View File

@@ -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",

View 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

View File

@@ -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",

View 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

View File

@@ -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",

View 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

View File

@@ -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",

View File

@@ -0,0 +1,7 @@
# @react-flow/core
## 11.0.0-next.0
### Major Changes
- beta release for v11

View File

@@ -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",

View 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

View File

@@ -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",