From 2559d45c432aebaae68b5df3b2b31dff140d00e3 Mon Sep 17 00:00:00 2001 From: moklick Date: Wed, 17 May 2023 11:26:37 +0200 Subject: [PATCH] chore(packages): bump --- .changeset/chilled-insects-call.md | 5 ----- .changeset/little-books-listen.md | 5 ----- .changeset/twelve-deers-live.md | 5 ----- .changeset/wise-needles-kneel.md | 5 ----- packages/background/CHANGELOG.md | 7 +++++++ packages/background/package.json | 2 +- packages/controls/CHANGELOG.md | 10 +++++++++- packages/controls/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 7 +++++++ packages/minimap/package.json | 2 +- packages/node-toolbar/CHANGELOG.md | 7 +++++++ packages/node-toolbar/package.json | 2 +- packages/reactflow/CHANGELOG.md | 15 +++++++++++++++ packages/reactflow/package.json | 2 +- 16 files changed, 59 insertions(+), 27 deletions(-) delete mode 100644 .changeset/chilled-insects-call.md delete mode 100644 .changeset/little-books-listen.md delete mode 100644 .changeset/twelve-deers-live.md delete mode 100644 .changeset/wise-needles-kneel.md diff --git a/.changeset/chilled-insects-call.md b/.changeset/chilled-insects-call.md deleted file mode 100644 index 018b00c5..00000000 --- a/.changeset/chilled-insects-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reactflow/core': patch ---- - -fix useNodes and useEdges bug with infinite re-renderings diff --git a/.changeset/little-books-listen.md b/.changeset/little-books-listen.md deleted file mode 100644 index e4448a4e..00000000 --- a/.changeset/little-books-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reactflow/controls': patch ---- - -disable min/max buttons when min/max is reached diff --git a/.changeset/twelve-deers-live.md b/.changeset/twelve-deers-live.md deleted file mode 100644 index d37437e8..00000000 --- a/.changeset/twelve-deers-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reactflow/core': patch ---- - -refactor(useUpdateNodeInternals): only call updateNodeDimensions once diff --git a/.changeset/wise-needles-kneel.md b/.changeset/wise-needles-kneel.md deleted file mode 100644 index 5deec8b6..00000000 --- a/.changeset/wise-needles-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reactflow/core': patch ---- - -fix useUpdateNodeInternals type diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index d5b1691f..61735a34 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/background +## 11.2.2 + +### Patch Changes + +- Updated dependencies [[`70ec97f7`](https://github.com/wbkd/react-flow/commit/70ec97f7daec6d5401215cae3edac04aea88a3ba), [`d2d1aebc`](https://github.com/wbkd/react-flow/commit/d2d1aebc0f7fea4183406e7d1915b7fcd6995f48), [`4374459e`](https://github.com/wbkd/react-flow/commit/4374459ef9fec797bbc0407231f09a1acacd245b)]: + - @reactflow/core@11.7.2 + ## 11.2.1 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index 3f2bb0a2..9f9bce1e 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/background", - "version": "11.2.1", + "version": "11.2.2", "description": "Background component with different variants for React Flow", "keywords": [ "react", diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 31a54565..b453b88c 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,14 @@ # @reactflow/controls +## 11.1.13 + +### Patch Changes + +- [#3063](https://github.com/wbkd/react-flow/pull/3063) [`33915b88`](https://github.com/wbkd/react-flow/commit/33915b88c2ae701847870346b381f9cfa86c6459) - disable zoom buttons when min/max is reached + +- Updated dependencies [[`70ec97f7`](https://github.com/wbkd/react-flow/commit/70ec97f7daec6d5401215cae3edac04aea88a3ba), [`d2d1aebc`](https://github.com/wbkd/react-flow/commit/d2d1aebc0f7fea4183406e7d1915b7fcd6995f48), [`4374459e`](https://github.com/wbkd/react-flow/commit/4374459ef9fec797bbc0407231f09a1acacd245b)]: + - @reactflow/core@11.7.2 + ## 11.1.12 ### Patch Changes @@ -27,7 +36,6 @@ ### Patch Changes - [#2895](https://github.com/wbkd/react-flow/pull/2895) [`3d5764ca`](https://github.com/wbkd/react-flow/commit/3d5764cac6548984a30cbf85899024e62fd69425) Thanks [@moklick](https://github.com/moklick)! - add data-testid for controls, minimap and background - - Updated dependencies [[`3d5764ca`](https://github.com/wbkd/react-flow/commit/3d5764cac6548984a30cbf85899024e62fd69425), [`83fc4675`](https://github.com/wbkd/react-flow/commit/83fc467545527729633e817dbccfe59d0040da4b), [`b1190837`](https://github.com/wbkd/react-flow/commit/b11908370bc438ca8d4179497cd4eb1f8c656798), [`5fabd272`](https://github.com/wbkd/react-flow/commit/5fabd2720f6367f75f79a45822d8f675a3b8e1cf), [`8f080bd5`](https://github.com/wbkd/react-flow/commit/8f080bd5e0e7e6c71f51eee9c9f2bc4b25182861), [`b8886514`](https://github.com/wbkd/react-flow/commit/b88865140c72fa7e92a883498768000cb2cc96a7), [`16bf89f2`](https://github.com/wbkd/react-flow/commit/16bf89f2b7bbf8449c00d0e2c07c19c3ff6d2533)]: - @reactflow/core@11.6.0 diff --git a/packages/controls/package.json b/packages/controls/package.json index f34be8e5..4325403a 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/controls", - "version": "11.1.12", + "version": "11.1.13", "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 6c1b6932..091d2b91 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @reactflow/core +## 11.7.2 + +### Patch Changes + +- [#3060](https://github.com/wbkd/react-flow/pull/3060) [`70ec97f7`](https://github.com/wbkd/react-flow/commit/70ec97f7daec6d5401215cae3edac04aea88a3ba) - fix useNodes and useEdges bug with infinite re-renderings +- [#3064](https://github.com/wbkd/react-flow/pull/3064) [`d2d1aebc`](https://github.com/wbkd/react-flow/commit/d2d1aebc0f7fea4183406e7d1915b7fcd6995f48) - refactor(useUpdateNodeInternals): only call updateNodeDimensions once +- [#3059](https://github.com/wbkd/react-flow/pull/3059) [`4374459e`](https://github.com/wbkd/react-flow/commit/4374459ef9fec797bbc0407231f09a1acacd245b) - fix useUpdateNodeInternals type + ## 11.7.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 632b2cee..1bbb4f85 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/core", - "version": "11.7.1", + "version": "11.7.2", "description": "Core components and util functions of React Flow.", "keywords": [ "react", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index 3a2ade73..bc41bc94 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/minimap +## 11.5.2 + +### Patch Changes + +- Updated dependencies [[`70ec97f7`](https://github.com/wbkd/react-flow/commit/70ec97f7daec6d5401215cae3edac04aea88a3ba), [`d2d1aebc`](https://github.com/wbkd/react-flow/commit/d2d1aebc0f7fea4183406e7d1915b7fcd6995f48), [`4374459e`](https://github.com/wbkd/react-flow/commit/4374459ef9fec797bbc0407231f09a1acacd245b)]: + - @reactflow/core@11.7.2 + ## 11.5.1 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index db5861b6..3f9904f4 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/minimap", - "version": "11.5.1", + "version": "11.5.2", "description": "Minimap component for React Flow.", "keywords": [ "react", diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index 5298148d..f2f8c21a 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/node-toolbar +## 1.2.1 + +### Patch Changes + +- Updated dependencies [[`70ec97f7`](https://github.com/wbkd/react-flow/commit/70ec97f7daec6d5401215cae3edac04aea88a3ba), [`d2d1aebc`](https://github.com/wbkd/react-flow/commit/d2d1aebc0f7fea4183406e7d1915b7fcd6995f48), [`4374459e`](https://github.com/wbkd/react-flow/commit/4374459ef9fec797bbc0407231f09a1acacd245b)]: + - @reactflow/core@11.7.2 + ## 1.2.0 ### Minor Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index b0e2d3f7..53344f04 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/node-toolbar", - "version": "1.2.0", + "version": "1.2.1", "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 aa8a801b..c29273dd 100644 --- a/packages/reactflow/CHANGELOG.md +++ b/packages/reactflow/CHANGELOG.md @@ -1,5 +1,20 @@ # reactflow +## 11.7.2 + +### Patch Changes + +- [#3063](https://github.com/wbkd/react-flow/pull/3063) [`33915b88`](https://github.com/wbkd/react-flow/commit/33915b88c2ae701847870346b381f9cfa86c6459) - controls: disable zoom buttons when min/max is reached +- [#3060](https://github.com/wbkd/react-flow/pull/3060) [`70ec97f7`](https://github.com/wbkd/react-flow/commit/70ec97f7daec6d5401215cae3edac04aea88a3ba) - fix useNodes and useEdges bug with infinite re-renderings +- [#3064](https://github.com/wbkd/react-flow/pull/3064) [`d2d1aebc`](https://github.com/wbkd/react-flow/commit/d2d1aebc0f7fea4183406e7d1915b7fcd6995f48) - refactor useUpdateNodeInternals: only call updateNodeDimensions once +- [#3059](https://github.com/wbkd/react-flow/pull/3059) [`4374459e`](https://github.com/wbkd/react-flow/commit/4374459ef9fec797bbc0407231f09a1acacd245b) - fix useUpdateNodeInternals: update type +- Updated dependencies [[`70ec97f7`](https://github.com/wbkd/react-flow/commit/70ec97f7daec6d5401215cae3edac04aea88a3ba), [`33915b88`](https://github.com/wbkd/react-flow/commit/33915b88c2ae701847870346b381f9cfa86c6459), [`d2d1aebc`](https://github.com/wbkd/react-flow/commit/d2d1aebc0f7fea4183406e7d1915b7fcd6995f48), [`4374459e`](https://github.com/wbkd/react-flow/commit/4374459ef9fec797bbc0407231f09a1acacd245b)]: + - @reactflow/core@11.7.2 + - @reactflow/controls@11.1.13 + - @reactflow/background@11.2.2 + - @reactflow/minimap@11.5.2 + - @reactflow/node-toolbar@1.2.1 + ## 11.7.1 ### Patch Changes diff --git a/packages/reactflow/package.json b/packages/reactflow/package.json index 1cbab90d..1c3b47eb 100644 --- a/packages/reactflow/package.json +++ b/packages/reactflow/package.json @@ -1,6 +1,6 @@ { "name": "reactflow", - "version": "11.7.1", + "version": "11.7.2", "description": "A highly customizable React library for building node-based editors and interactive flow charts", "keywords": [ "react",