From ce33860274541a6849ecf16c6de1ffca691c1966 Mon Sep 17 00:00:00 2001 From: moklick Date: Wed, 11 Jan 2023 15:13:19 +0100 Subject: [PATCH] chore(packages): bump --- .changeset/dull-peaches-confess.md | 9 --------- .changeset/tasty-ladybugs-push.md | 11 ----------- packages/background/CHANGELOG.md | 9 +++++++++ packages/background/package.json | 2 +- packages/controls/CHANGELOG.md | 9 +++++++++ packages/controls/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 9 +++++++++ packages/minimap/package.json | 2 +- packages/node-resizer/CHANGELOG.md | 9 +++++++++ packages/node-resizer/package.json | 2 +- packages/node-toolbar/CHANGELOG.md | 9 +++++++++ packages/node-toolbar/package.json | 2 +- packages/reactflow/CHANGELOG.md | 13 +++++++++++++ packages/reactflow/package.json | 2 +- 16 files changed, 71 insertions(+), 27 deletions(-) delete mode 100644 .changeset/dull-peaches-confess.md delete mode 100644 .changeset/tasty-ladybugs-push.md diff --git a/.changeset/dull-peaches-confess.md b/.changeset/dull-peaches-confess.md deleted file mode 100644 index 552bdd24..00000000 --- a/.changeset/dull-peaches-confess.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@reactflow/background': patch -'@reactflow/core': patch -'@reactflow/minimap': patch -'@reactflow/node-resizer': patch -'@reactflow/node-toolbar': patch ---- - -chore(zustand): use latest version to prevent warnings diff --git a/.changeset/tasty-ladybugs-push.md b/.changeset/tasty-ladybugs-push.md deleted file mode 100644 index db37d09f..00000000 --- a/.changeset/tasty-ladybugs-push.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@reactflow/background': patch -'@reactflow/controls': patch -'@reactflow/core': patch -'@reactflow/minimap': patch -'@reactflow/node-resizer': patch -'@reactflow/node-toolbar': patch -'reactflow': patch ---- - -Update dependencies diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 849c126b..d46842ba 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,14 @@ # @reactflow/background +## 11.1.2 + +### Patch Changes + +- [#2741](https://github.com/wbkd/react-flow/pull/2741) [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39) - chore(dependencies): update and cleanup + +- Updated dependencies [[`e34a3072`](https://github.com/wbkd/react-flow/commit/e34a30726dc55184f59adc4f16ca5215a7c42805), [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39)]: + - @reactflow/core@11.4.2 + ## 11.1.1 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index 7ce13453..5a85d11e 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/background", - "version": "11.1.1", + "version": "11.1.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 6b5021e6..6c4789c6 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,14 @@ # @reactflow/controls +## 11.1.2 + +### Patch Changes + +- [#2741](https://github.com/wbkd/react-flow/pull/2741) [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39) - chore(dependencies): update and cleanup + +- Updated dependencies [[`e34a3072`](https://github.com/wbkd/react-flow/commit/e34a30726dc55184f59adc4f16ca5215a7c42805), [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39)]: + - @reactflow/core@11.4.2 + ## 11.1.1 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 8b10917c..d6b85067 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/controls", - "version": "11.1.1", + "version": "11.1.2", "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 e4793048..30bd24b7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @reactflow/core +## 11.4.2 + +### Patch Changes + +- [#2741](https://github.com/wbkd/react-flow/pull/2741) [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39) - chore(dependencies): update and cleanup + ## 11.4.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c455d230..4c199c54 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/core", - "version": "11.4.1", + "version": "11.4.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 0222ac36..0f582af1 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,14 @@ # @reactflow/minimap +## 11.3.2 + +### Patch Changes + +- [#2741](https://github.com/wbkd/react-flow/pull/2741) [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39) - chore(dependencies): update and cleanup + +- Updated dependencies [[`e34a3072`](https://github.com/wbkd/react-flow/commit/e34a30726dc55184f59adc4f16ca5215a7c42805), [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39)]: + - @reactflow/core@11.4.2 + ## 11.3.1 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index c97c492e..f221b409 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/minimap", - "version": "11.3.1", + "version": "11.3.2", "description": "Minimap component for React Flow.", "keywords": [ "react", diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md index b9901f43..af11ab68 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,14 @@ # @reactflow/node-resizer +## 1.2.2 + +### Patch Changes + +- [#2741](https://github.com/wbkd/react-flow/pull/2741) [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39) - chore(dependencies): update and cleanup + +- Updated dependencies [[`e34a3072`](https://github.com/wbkd/react-flow/commit/e34a30726dc55184f59adc4f16ca5215a7c42805), [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39)]: + - @reactflow/core@11.4.2 + ## 1.2.1 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index b1757522..6bed1b65 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/node-resizer", - "version": "1.2.1", + "version": "1.2.2", "description": "A helper component for resizing nodes.", "keywords": [ "react", diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index 0178f1b5..9aa696a1 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,14 @@ # @reactflow/node-toolbar +## 1.1.2 + +### Patch Changes + +- [#2741](https://github.com/wbkd/react-flow/pull/2741) [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39) - chore(dependencies): update and cleanup + +- Updated dependencies [[`e34a3072`](https://github.com/wbkd/react-flow/commit/e34a30726dc55184f59adc4f16ca5215a7c42805), [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39)]: + - @reactflow/core@11.4.2 + ## 1.1.1 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index f5bd3e7d..b719ceb8 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/node-toolbar", - "version": "1.1.1", + "version": "1.1.2", "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 56730c80..279e3676 100644 --- a/packages/reactflow/CHANGELOG.md +++ b/packages/reactflow/CHANGELOG.md @@ -1,5 +1,18 @@ # reactflow +## 11.4.2 + +### Patch Changes + +- [#2741](https://github.com/wbkd/react-flow/pull/2741) [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39) - chore(dependencies): update and cleanup + +- Updated dependencies [[`e34a3072`](https://github.com/wbkd/react-flow/commit/e34a30726dc55184f59adc4f16ca5215a7c42805), [`e2aff6c1`](https://github.com/wbkd/react-flow/commit/e2aff6c1e4ce54b57b724b2624367ee5fefd1c39)]: + - @reactflow/background@11.1.2 + - @reactflow/core@11.4.2 + - @reactflow/minimap@11.3.2 + - @reactflow/node-toolbar@1.1.2 + - @reactflow/controls@11.1.2 + ## 11.4.1 ### Patch Changes diff --git a/packages/reactflow/package.json b/packages/reactflow/package.json index f12e3d22..64e34246 100644 --- a/packages/reactflow/package.json +++ b/packages/reactflow/package.json @@ -1,6 +1,6 @@ { "name": "reactflow", - "version": "11.4.1", + "version": "11.4.2", "description": "A highly customizable React library for building node-based editors and interactive flow charts", "keywords": [ "react",