chore(packages): bump versions

This commit is contained in:
moklick
2022-10-21 12:12:02 +02:00
parent 81c42ae00c
commit be120ec951
10 changed files with 56 additions and 5 deletions
+9
View File
@@ -1,5 +1,14 @@
# @reactflow/background
## 11.0.3
### Patch Changes
- cleanup types
- cleanup rf id handling
- Updated dependencies:
- @reactflow/core@11.1.2
## 11.0.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/background",
"version": "11.0.2",
"version": "11.0.3",
"description": "Background component with different variants for React Flow",
"keywords": [
"react",
+8
View File
@@ -1,5 +1,13 @@
# @reactflow/controls
## 11.0.3
### Patch Changes
- cleanup types
- Updated dependencies:
- @reactflow/core@11.1.2
## 11.0.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/controls",
"version": "11.0.2",
"version": "11.0.3",
"description": "Component to control the viewport of a React Flow instance",
"keywords": [
"react",
+9
View File
@@ -1,5 +1,14 @@
# @reactflow/core
## 11.1.2
### Patch Changes
- make pro options acc type optional
- cleanup types
- fix rf id handling
- always render nodes when dragging=true
## 11.1.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/core",
"version": "11.1.1",
"version": "11.1.2",
"description": "Core components and util functions of React Flow.",
"keywords": [
"react",
+8
View File
@@ -1,5 +1,13 @@
# @reactflow/minimap
## 11.0.3
### Patch Changes
- cleanup types
- Updated dependencies:
- @reactflow/core@11.1.2
## 11.0.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@reactflow/minimap",
"version": "11.0.2",
"version": "11.0.3",
"description": "Minimap component for React Flow.",
"keywords": [
"react",
+17
View File
@@ -1,5 +1,22 @@
# reactflow
## 11.1.2
A little housekeeping release with some fixes and some cleanup for the types.
### Patch Changes
- make pro options acc type optional
- cleanup types
- fix rf id handling
- always render nodes when dragging=true
- Updated dependencies:
- @reactflow/core@11.1.2
- @reactflow/background@11.0.3
- @reactflow/controls@11.0.3
- @reactflow/minimap@11.0.3
## 11.1.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "reactflow",
"version": "11.1.1",
"version": "11.1.2",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",