From eb16c0d42533ebe4daf74d38ba3af791bc3443fb Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 3 Oct 2022 14:47:25 +0200 Subject: [PATCH] chore(packages): bump versions --- .changeset/great-ladybugs-sell.md | 5 ----- .changeset/long-glasses-protect.md | 5 ----- .changeset/twelve-rats-prove.md | 5 ----- examples/vite-app/package.json | 2 +- packages/background/CHANGELOG.md | 9 +++++++++ packages/background/package.json | 2 +- packages/controls/CHANGELOG.md | 7 +++++++ packages/controls/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/minimap/CHANGELOG.md | 8 +++++++- packages/minimap/package.json | 2 +- packages/reactflow/CHANGELOG.md | 18 +++++++++++++++++- packages/reactflow/package.json | 2 +- 14 files changed, 56 insertions(+), 23 deletions(-) delete mode 100644 .changeset/great-ladybugs-sell.md delete mode 100644 .changeset/long-glasses-protect.md delete mode 100644 .changeset/twelve-rats-prove.md diff --git a/.changeset/great-ladybugs-sell.md b/.changeset/great-ladybugs-sell.md deleted file mode 100644 index baadddd5..00000000 --- a/.changeset/great-ladybugs-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reactflow/background': patch ---- - -default gap = 20 diff --git a/.changeset/long-glasses-protect.md b/.changeset/long-glasses-protect.md deleted file mode 100644 index 3ab758c2..00000000 --- a/.changeset/long-glasses-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reactflow/core': minor ---- - -New props: nodesFocusable and edgesFocusable diff --git a/.changeset/twelve-rats-prove.md b/.changeset/twelve-rats-prove.md deleted file mode 100644 index 3fb60c62..00000000 --- a/.changeset/twelve-rats-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@reactflow/core': patch ---- - -Make nopan class name overwritable with class name option diff --git a/examples/vite-app/package.json b/examples/vite-app/package.json index a4e6eab8..67f9d7aa 100644 --- a/examples/vite-app/package.json +++ b/examples/vite-app/package.json @@ -1,7 +1,7 @@ { "name": "@reactflow/examples", "private": true, - "version": "0.0.1", + "version": "0.0.2", "type": "module", "scripts": { "dev": "vite --port 3000 --open", diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 7c79626b..b19289e6 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,14 @@ # @reactflow/background +## 11.0.1 + +### Patch Changes + +- [`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab) Thanks [@moklick](https://github.com/moklick)! - default gap = 20 + +- Updated dependencies [[`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab), [`d00faa6b`](https://github.com/wbkd/react-flow/commit/d00faa6b3e77388bfd655d4c02e9a5375bc515e4)]: + - @reactflow/core@11.1.0 + ## 11.0.0 ### Major Changes diff --git a/packages/background/package.json b/packages/background/package.json index 2e883352..b9a1b184 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/background", - "version": "11.0.0", + "version": "11.0.1", "description": "Background component with different variants for React Flow", "keywords": [ "react", diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 7e95ab8a..646ec99c 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/controls +## 11.0.1 + +### Patch Changes + +- Updated dependencies [[`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab), [`d00faa6b`](https://github.com/wbkd/react-flow/commit/d00faa6b3e77388bfd655d4c02e9a5375bc515e4)]: + - @reactflow/core@11.1.0 + ## 11.0.0 ### Major Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 53bec0a6..283a310f 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/controls", - "version": "11.0.0", + "version": "11.0.1", "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 06967953..e862ed66 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @reactflow/core +## 11.1.0 + +### Minor Changes + +- [`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab) Thanks [@moklick](https://github.com/moklick)! - New props: nodesFocusable and edgesFocusable + +### Patch Changes + +- [`d00faa6b`](https://github.com/wbkd/react-flow/commit/d00faa6b3e77388bfd655d4c02e9a5375bc515e4) Thanks [@moklick](https://github.com/moklick)! - Make nopan class name overwritable with class name option + ## 11.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index d6b3c102..6b261a76 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/core", - "version": "11.0.0", + "version": "11.1.0", "description": "Core components and util functions of React Flow.", "keywords": [ "react", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index cf08eb09..eb44ff49 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,12 @@ # @reactflow/minimap +## 11.0.1 + +### Patch Changes + +- Updated dependencies [[`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab), [`d00faa6b`](https://github.com/wbkd/react-flow/commit/d00faa6b3e77388bfd655d4c02e9a5375bc515e4)]: + - @reactflow/core@11.1.0 + ## 11.0.0 ### Major Changes @@ -29,7 +36,6 @@ - @reactflow/controls - @reactflow/minimap - ### Patch Changes - Updated dependencies: diff --git a/packages/minimap/package.json b/packages/minimap/package.json index d0210b51..341d53e8 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@reactflow/minimap", - "version": "11.0.0", + "version": "11.0.1", "description": "Minimap component for React Flow.", "keywords": [ "react", diff --git a/packages/reactflow/CHANGELOG.md b/packages/reactflow/CHANGELOG.md index 2cff2539..3fa8bed1 100644 --- a/packages/reactflow/CHANGELOG.md +++ b/packages/reactflow/CHANGELOG.md @@ -1,9 +1,25 @@ # reactflow +## 11.1.0 + +### Minor Changes + +- [`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab) Thanks [@moklick](https://github.com/moklick)! - New props: nodesFocusable and edgesFocusable + +### Patch Changes + +- [`d00faa6b`](https://github.com/wbkd/react-flow/commit/d00faa6b3e77388bfd655d4c02e9a5375bc515e4) Thanks [@moklick](https://github.com/moklick)! - Make nopan class name overwritable with class name option + +- Updated dependencies [[`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab), [`def11008`](https://github.com/wbkd/react-flow/commit/def11008d88749fec40e6fcba8bc41eea2511bab), [`d00faa6b`](https://github.com/wbkd/react-flow/commit/d00faa6b3e77388bfd655d4c02e9a5375bc515e4)]: + - @reactflow/background@11.0.1 + - @reactflow/core@11.1.0 + - @reactflow/controls@11.0.1 + - @reactflow/minimap@11.0.1 + ## 11.0.0 Finally it's here! A new version that comes with lots of improvements and the new package name `reactflow`. -From now on you can install it via `npm install reactflow`. +From now on you can install it via `npm install reactflow`. ## Major Changes diff --git a/packages/reactflow/package.json b/packages/reactflow/package.json index 8a411979..895157e1 100644 --- a/packages/reactflow/package.json +++ b/packages/reactflow/package.json @@ -1,6 +1,6 @@ { "name": "reactflow", - "version": "11.0.0", + "version": "11.1.0", "description": "A highly customizable React library for building node-based editors and interactive flow charts", "keywords": [ "react",