From 29790476d800269e363c8a5cae69cb3cbb39b3bf Mon Sep 17 00:00:00 2001 From: moklick Date: Wed, 15 Mar 2023 12:02:34 +0100 Subject: [PATCH] chore(packages): bump --- packages/background/CHANGELOG.md | 6 ++++++ packages/background/package.json | 2 +- packages/controls/CHANGELOG.md | 6 ++++++ packages/controls/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 6 ++++++ packages/minimap/package.json | 2 +- packages/node-toolbar/CHANGELOG.md | 6 ++++++ packages/node-toolbar/package.json | 2 +- packages/reactflow/CHANGELOG.md | 6 ++++++ packages/reactflow/package.json | 2 +- 12 files changed, 42 insertions(+), 6 deletions(-) diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index d179fca5..ab3e23a6 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,11 @@ # @reactflow/background +## 11.1.10 + +### Patch Changes + +- Updated dependencies + ## 11.1.9 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index 5f2a889f..ade3b286 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/background", - "version": "11.1.9", + "version": "11.1.10", "description": "Background component with different variants for React Flow", "keywords": [ "react", diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 373d9973..167f3d80 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,11 @@ # @reactflow/controls +## 11.1.10 + +### Patch Changes + +- Updated dependencies + ## 11.1.9 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 5f01e229..6ca64cac 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/controls", - "version": "11.1.9", + "version": "11.1.10", "description": "Component to control the viewport of a React Flow instance", "keywords": [ "react", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5adab66f..b3491d4c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @reactflow/core +## 11.6.1 + +### Patch Changes + +- Always create new edge object (fixes an issue with Redux toolkit and other immutable helper libs) + ## 11.6.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index eb444565..1f8b0e4d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/core", - "version": "11.6.0", + "version": "11.6.1", "description": "Core components and util functions of React Flow.", "keywords": [ "react", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index a1a322a9..955cdf31 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @reactflow/minimap +## 11.4.1 + +### Patch Changes + +- Updated dependencies + ## 11.4.0 ### Minor Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 81f0ff1c..6e9124e3 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/minimap", - "version": "11.4.0", + "version": "11.4.1", "description": "Minimap component for React Flow.", "keywords": [ "react", diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index 7fc031e2..113cae08 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @reactflow/node-toolbar +## 1.1.10 + +### Patch Changes + +- Updated dependencies + ## 1.1.9 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 35378ec0..7e1c5645 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/node-toolbar", - "version": "1.1.9", + "version": "1.1.10", "description": "A toolbar component for React Flow that can be attached to a node.", "keywords": [ "react", diff --git a/packages/reactflow/CHANGELOG.md b/packages/reactflow/CHANGELOG.md index b8d6693f..80e8e7b6 100644 --- a/packages/reactflow/CHANGELOG.md +++ b/packages/reactflow/CHANGELOG.md @@ -1,5 +1,11 @@ # reactflow +## 11.6.1 + +### Patch Changes + +- Always create new edge object (fixes an issue with Redux toolkit and other immutable helper libs) + ## 11.6.0 This release introduces a new `isValidConnection` prop for the ReactFlow component. You no longer need to pass it to all your Handle components but can pass it once. We also added a new option for the `updateEdge` function that allows you to specify if you want to replace an id when updating it. More over the `MiniMap` got a new `nodeComponent` prop to pass a custom component for the mini map nodes. diff --git a/packages/reactflow/package.json b/packages/reactflow/package.json index 2663a4cd..479777d2 100644 --- a/packages/reactflow/package.json +++ b/packages/reactflow/package.json @@ -1,6 +1,6 @@ { "name": "reactflow", - "version": "11.6.0", + "version": "11.6.1", "description": "A highly customizable React library for building node-based editors and interactive flow charts", "keywords": [ "react",