chore(packages): bump versions
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# @reactflow/background
|
# @reactflow/background
|
||||||
|
|
||||||
|
## 11.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- cleanup types
|
||||||
|
- cleanup rf id handling
|
||||||
|
- Updated dependencies:
|
||||||
|
- @reactflow/core@11.1.2
|
||||||
|
|
||||||
## 11.0.2
|
## 11.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@reactflow/background",
|
"name": "@reactflow/background",
|
||||||
"version": "11.0.2",
|
"version": "11.0.3",
|
||||||
"description": "Background component with different variants for React Flow",
|
"description": "Background component with different variants for React Flow",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @reactflow/controls
|
# @reactflow/controls
|
||||||
|
|
||||||
|
## 11.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- cleanup types
|
||||||
|
- Updated dependencies:
|
||||||
|
- @reactflow/core@11.1.2
|
||||||
|
|
||||||
## 11.0.2
|
## 11.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@reactflow/controls",
|
"name": "@reactflow/controls",
|
||||||
"version": "11.0.2",
|
"version": "11.0.3",
|
||||||
"description": "Component to control the viewport of a React Flow instance",
|
"description": "Component to control the viewport of a React Flow instance",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
# @reactflow/core
|
# @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
|
## 11.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@reactflow/core",
|
"name": "@reactflow/core",
|
||||||
"version": "11.1.1",
|
"version": "11.1.2",
|
||||||
"description": "Core components and util functions of React Flow.",
|
"description": "Core components and util functions of React Flow.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# @reactflow/minimap
|
# @reactflow/minimap
|
||||||
|
|
||||||
|
## 11.0.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- cleanup types
|
||||||
|
- Updated dependencies:
|
||||||
|
- @reactflow/core@11.1.2
|
||||||
|
|
||||||
## 11.0.2
|
## 11.0.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@reactflow/minimap",
|
"name": "@reactflow/minimap",
|
||||||
"version": "11.0.2",
|
"version": "11.0.3",
|
||||||
"description": "Minimap component for React Flow.",
|
"description": "Minimap component for React Flow.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
|||||||
@@ -1,5 +1,22 @@
|
|||||||
# reactflow
|
# 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
|
## 11.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "reactflow",
|
"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",
|
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
|||||||
Reference in New Issue
Block a user