chore(packages): bump versions

This commit is contained in:
moklick
2022-10-10 12:57:17 +02:00
parent 1dc875ed2b
commit cc33fc89dd
14 changed files with 53 additions and 30 deletions

View File

@@ -1,5 +0,0 @@
---
'@reactflow/core': patch
---
fix aria descriptions

View File

@@ -1,5 +0,0 @@
---
'@reactflow/core': patch
---
dont break user selection over panel

View File

@@ -1,9 +0,0 @@
---
'@reactflow/background': patch
'@reactflow/controls': patch
'@reactflow/core': patch
'@reactflow/minimap': patch
'reactflow': patch
---
add \*.css to side effects

View File

@@ -1,5 +0,0 @@
---
'@reactflow/core': patch
---
repair useOnSelectionChange hook

View File

@@ -1,5 +1,12 @@
# @reactflow/background
## 11.0.2
### Patch Changes
- Updated dependencies:
- @reactflow/core@11.1.1
## 11.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@reactflow/background",
"version": "11.0.1",
"version": "11.0.2",
"description": "Background component with different variants for React Flow",
"keywords": [
"react",

View File

@@ -1,5 +1,12 @@
# @reactflow/controls
## 11.0.2
### Patch Changes
- Updated dependencies:
- @reactflow/core@11.1.1
## 11.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@reactflow/controls",
"version": "11.0.1",
"version": "11.0.2",
"description": "Component to control the viewport of a React Flow instance",
"keywords": [
"react",

View File

@@ -1,5 +1,14 @@
# @reactflow/core
## 11.1.1
### Patch Changes
- [`c44413d`](https://github.com/wbkd/react-flow/commit/c44413d816604ae2d6ad81ed227c3dfde1a7bd8a) Thanks [@moklick](https://github.com/moklick)! - chore(panel): dont break user selection above panel
- [`48c402c`](https://github.com/wbkd/react-flow/commit/48c402c4d3bd9e16dc91cd4c549324e57b6d5c57) Thanks [@moklick](https://github.com/moklick)! - refactor(aria-descriptions): render when disableKeyboardA11y is true
- [`3a1a365`](https://github.com/wbkd/react-flow/commit/3a1a365a63fc4564d9a8d96309908986fcc86f95) Thanks [@moklick](https://github.com/moklick)! - fix(useOnSelectionChange): repair hook closes #2484
- [`5d35094`](https://github.com/wbkd/react-flow/commit/5d350942d33ded626b3387206f0b0dee368efdfb) Thanks [@neo](https://github.com/neo)! - Add css files as sideEffects
## 11.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@reactflow/core",
"version": "11.1.0",
"version": "11.1.1",
"description": "Core components and util functions of React Flow.",
"keywords": [
"react",

View File

@@ -1,5 +1,12 @@
# @reactflow/minimap
## 11.0.2
### Patch Changes
- Updated dependencies:
- @reactflow/core@11.1.1
## 11.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@reactflow/minimap",
"version": "11.0.1",
"version": "11.0.2",
"description": "Minimap component for React Flow.",
"keywords": [
"react",

View File

@@ -1,5 +1,20 @@
# reactflow
## 11.1.1
### Patch Changes
- [`c44413d`](https://github.com/wbkd/react-flow/commit/c44413d816604ae2d6ad81ed227c3dfde1a7bd8a) Thanks [@moklick](https://github.com/moklick)! - chore(panel): dont break user selection above panel
- [`48c402c`](https://github.com/wbkd/react-flow/commit/48c402c4d3bd9e16dc91cd4c549324e57b6d5c57) Thanks [@moklick](https://github.com/moklick)! - refactor(aria-descriptions): render when disableKeyboardA11y is true
- [`3a1a365`](https://github.com/wbkd/react-flow/commit/3a1a365a63fc4564d9a8d96309908986fcc86f95) Thanks [@moklick](https://github.com/moklick)! - fix(useOnSelectionChange): repair hook closes #2484
- [`5d35094`](https://github.com/wbkd/react-flow/commit/5d350942d33ded626b3387206f0b0dee368efdfb) Thanks [@neo](https://github.com/neo)! - Add css files as sideEffects
- Updated dependencies:
- @reactflow/background@11.0.2
- @reactflow/core@11.1.1
- @reactflow/controls@11.0.2
- @reactflow/minimap@11.0.2
## 11.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "reactflow",
"version": "11.1.0",
"version": "11.1.1",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",
@@ -17,7 +17,9 @@
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"sideEffects": ["*.css"],
"sideEffects": [
"*.css"
],
"license": "MIT",
"repository": {
"type": "git",