diff --git a/.changeset/lazy-pumpkins-remember.md b/.changeset/lazy-pumpkins-remember.md
deleted file mode 100644
index 8a5a3473..00000000
--- a/.changeset/lazy-pumpkins-remember.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@reactflow/core': patch
-'@reactflow/minimap': patch
----
-
-Fix getRectOfNodes
diff --git a/.changeset/mighty-needles-rush.md b/.changeset/mighty-needles-rush.md
deleted file mode 100644
index 0790ee82..00000000
--- a/.changeset/mighty-needles-rush.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@reactflow/core': patch
----
-
-Allow middle mouse pan over edges
diff --git a/.changeset/nasty-suns-hear.md b/.changeset/nasty-suns-hear.md
deleted file mode 100644
index 1cc8c286..00000000
--- a/.changeset/nasty-suns-hear.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@reactflow/node-toolbar': patch
----
-
-Get nodeId from React Flow context if it is not passed explicitly as prop
diff --git a/.changeset/perfect-pants-serve.md b/.changeset/perfect-pants-serve.md
deleted file mode 100644
index 851f79df..00000000
--- a/.changeset/perfect-pants-serve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@reactflow/core': patch
----
-
-Invalidate a Node trying to connect itself with the same handle
diff --git a/.changeset/smooth-swans-exist.md b/.changeset/smooth-swans-exist.md
deleted file mode 100644
index fcac6406..00000000
--- a/.changeset/smooth-swans-exist.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@reactflow/core': patch
----
-
-Export the useNodeId hook, refactor how changes are applied and create a helper function
diff --git a/.changeset/tough-masks-teach.md b/.changeset/tough-masks-teach.md
deleted file mode 100644
index 433697f2..00000000
--- a/.changeset/tough-masks-teach.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@reactflow/core': patch
----
-
-Ignore key events for nodes when input is focused
diff --git a/.changeset/twelve-icons-tan.md b/.changeset/twelve-icons-tan.md
deleted file mode 100644
index 2c56eab6..00000000
--- a/.changeset/twelve-icons-tan.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@reactflow/node-resizer': major
----
-
-Add a node resizer component that can be used to resize a custom node
diff --git a/examples/vite-app/package.json b/examples/vite-app/package.json
index 6554fc62..2a05d338 100644
--- a/examples/vite-app/package.json
+++ b/examples/vite-app/package.json
@@ -13,7 +13,7 @@
"test-e2e": "start-server-and-test 'pnpm serve' http-get://localhost:3000 'pnpm test-e2e-cypress'"
},
"dependencies": {
- "@reactflow/node-resizer": "workspace:^0.0.0",
+ "@reactflow/node-resizer": "workspace:^1.0.0",
"classcat": "^5.0.3",
"dagre": "^0.8.5",
"localforage": "^1.10.0",
diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md
index 1713e819..bdbef9c7 100644
--- a/packages/background/CHANGELOG.md
+++ b/packages/background/CHANGELOG.md
@@ -1,5 +1,12 @@
# @reactflow/background
+## 11.0.7
+
+### Patch Changes
+
+- Updated dependencies [[`e6b5d90f`](https://github.com/wbkd/react-flow/commit/e6b5d90f61c8ee60e817bba232a162cae2ab3e2a), [`6ee44e07`](https://github.com/wbkd/react-flow/commit/6ee44e076eaa6908d07578a757a5187642b732ae), [`aa69c207`](https://github.com/wbkd/react-flow/commit/aa69c20765e6978f4f9c8cc63ed7110dbf6d9d9d), [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18), [`0df02f35`](https://github.com/wbkd/react-flow/commit/0df02f35f8d6c54dae36af18278feadc77acb2d6)]:
+ - @reactflow/core@11.3.2
+
## 11.0.6
### Patch Changes
diff --git a/packages/background/package.json b/packages/background/package.json
index 7df6af43..5011906c 100644
--- a/packages/background/package.json
+++ b/packages/background/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/background",
- "version": "11.0.6",
+ "version": "11.0.7",
"description": "Background component with different variants for React Flow",
"keywords": [
"react",
diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md
index 40de22b6..9df35ad9 100644
--- a/packages/controls/CHANGELOG.md
+++ b/packages/controls/CHANGELOG.md
@@ -1,5 +1,12 @@
# @reactflow/controls
+## 11.0.7
+
+### Patch Changes
+
+- Updated dependencies [[`e6b5d90f`](https://github.com/wbkd/react-flow/commit/e6b5d90f61c8ee60e817bba232a162cae2ab3e2a), [`6ee44e07`](https://github.com/wbkd/react-flow/commit/6ee44e076eaa6908d07578a757a5187642b732ae), [`aa69c207`](https://github.com/wbkd/react-flow/commit/aa69c20765e6978f4f9c8cc63ed7110dbf6d9d9d), [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18), [`0df02f35`](https://github.com/wbkd/react-flow/commit/0df02f35f8d6c54dae36af18278feadc77acb2d6)]:
+ - @reactflow/core@11.3.2
+
## 11.0.6
### Patch Changes
diff --git a/packages/controls/package.json b/packages/controls/package.json
index 91d19ade..7458ee83 100644
--- a/packages/controls/package.json
+++ b/packages/controls/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/controls",
- "version": "11.0.6",
+ "version": "11.0.7",
"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 59a8cfca..b0b48f29 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -1,5 +1,17 @@
# @reactflow/core
+## 11.3.2
+
+In this update we did some changes so that we could implement the new [``](https://reactflow.dev/docs/api/nodes/node-resizer/) component more smoothly.
+
+### Patch Changes
+
+- [#2646](https://github.com/wbkd/react-flow/pull/2646) [`e6b5d90f`](https://github.com/wbkd/react-flow/commit/e6b5d90f61c8ee60e817bba232a162cae2ab3e2a) - Fix getRectOfNodes
+- [#2648](https://github.com/wbkd/react-flow/pull/2648) [`6ee44e07`](https://github.com/wbkd/react-flow/commit/6ee44e076eaa6908d07578a757a5187642b732ae) - Allow middle mouse pan over edges
+- [#2647](https://github.com/wbkd/react-flow/pull/2647) [`aa69c207`](https://github.com/wbkd/react-flow/commit/aa69c20765e6978f4f9c8cc63ed7110dbf6d9d9d) Thanks [@neo](https://github.com/neo)! - Invalidate node trying to connect itself with the same handle
+- [#2626](https://github.com/wbkd/react-flow/pull/2626) [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18) - Export the useNodeId hook, refactor how changes are applied and create a helper function
+- [#2642](https://github.com/wbkd/react-flow/pull/2642) [`0df02f35`](https://github.com/wbkd/react-flow/commit/0df02f35f8d6c54dae36af18278feadc77acb2d6) - Ignore key events for nodes when input is focused
+
## 11.3.1
### Patch Changes
diff --git a/packages/core/package.json b/packages/core/package.json
index 58f31d51..9bd0f67b 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/core",
- "version": "11.3.1",
+ "version": "11.3.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 b9cbb0be..a98b4072 100644
--- a/packages/minimap/CHANGELOG.md
+++ b/packages/minimap/CHANGELOG.md
@@ -1,5 +1,14 @@
# @reactflow/minimap
+## 11.2.3
+
+### Patch Changes
+
+- [#2646](https://github.com/wbkd/react-flow/pull/2646) [`e6b5d90f`](https://github.com/wbkd/react-flow/commit/e6b5d90f61c8ee60e817bba232a162cae2ab3e2a) - Cleanup get node position with origin usage
+
+- Updated dependencies [[`e6b5d90f`](https://github.com/wbkd/react-flow/commit/e6b5d90f61c8ee60e817bba232a162cae2ab3e2a), [`6ee44e07`](https://github.com/wbkd/react-flow/commit/6ee44e076eaa6908d07578a757a5187642b732ae), [`aa69c207`](https://github.com/wbkd/react-flow/commit/aa69c20765e6978f4f9c8cc63ed7110dbf6d9d9d), [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18), [`0df02f35`](https://github.com/wbkd/react-flow/commit/0df02f35f8d6c54dae36af18278feadc77acb2d6)]:
+ - @reactflow/core@11.3.2
+
## 11.2.2
### Patch Changes
diff --git a/packages/minimap/package.json b/packages/minimap/package.json
index d6dc1331..ce4db650 100644
--- a/packages/minimap/package.json
+++ b/packages/minimap/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/minimap",
- "version": "11.2.2",
+ "version": "11.2.3",
"description": "Minimap component for React Flow.",
"keywords": [
"react",
diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md
index a5e10d68..a6ead91f 100644
--- a/packages/node-resizer/CHANGELOG.md
+++ b/packages/node-resizer/CHANGELOG.md
@@ -1 +1,14 @@
# @reactflow/node-resizer
+
+## 1.0.0
+
+This is a new package that exports components to build a UI for resizing a node 🎉 It exports a [``](https://reactflow.dev/docs/api/nodes/node-resizer/) component and a [``](https://reactflow.dev/docs/api/nodes/node-resizer/#noderesizecontrol--component) component.
+
+### Major Changes
+
+- [#2626](https://github.com/wbkd/react-flow/pull/2626) [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18) - Add a node resizer component that can be used to resize a custom node
+
+### Patch Changes
+
+- Updated dependencies [[`e6b5d90f`](https://github.com/wbkd/react-flow/commit/e6b5d90f61c8ee60e817bba232a162cae2ab3e2a), [`6ee44e07`](https://github.com/wbkd/react-flow/commit/6ee44e076eaa6908d07578a757a5187642b732ae), [`aa69c207`](https://github.com/wbkd/react-flow/commit/aa69c20765e6978f4f9c8cc63ed7110dbf6d9d9d), [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18), [`0df02f35`](https://github.com/wbkd/react-flow/commit/0df02f35f8d6c54dae36af18278feadc77acb2d6)]:
+ - @reactflow/core@11.3.2
diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json
index 0a169f31..43b00744 100644
--- a/packages/node-resizer/package.json
+++ b/packages/node-resizer/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/node-resizer",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "A helper component for resizing nodes.",
"keywords": [
"react",
diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md
index 7bad5ebf..624d1510 100644
--- a/packages/node-toolbar/CHANGELOG.md
+++ b/packages/node-toolbar/CHANGELOG.md
@@ -1,5 +1,14 @@
# @reactflow/node-toolbar
+## 1.0.2
+
+### Patch Changes
+
+- [#2626](https://github.com/wbkd/react-flow/pull/2626) [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18) - Get nodeId from React Flow context if it is not passed explicitly as prop
+
+- Updated dependencies [[`e6b5d90f`](https://github.com/wbkd/react-flow/commit/e6b5d90f61c8ee60e817bba232a162cae2ab3e2a), [`6ee44e07`](https://github.com/wbkd/react-flow/commit/6ee44e076eaa6908d07578a757a5187642b732ae), [`aa69c207`](https://github.com/wbkd/react-flow/commit/aa69c20765e6978f4f9c8cc63ed7110dbf6d9d9d), [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18), [`0df02f35`](https://github.com/wbkd/react-flow/commit/0df02f35f8d6c54dae36af18278feadc77acb2d6)]:
+ - @reactflow/core@11.3.2
+
## 1.0.1
### Patch Changes
diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json
index 18f05350..2163d4ce 100644
--- a/packages/node-toolbar/package.json
+++ b/packages/node-toolbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@reactflow/node-toolbar",
- "version": "1.0.1",
+ "version": "1.0.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 f3141ce1..dfeb78db 100644
--- a/packages/reactflow/CHANGELOG.md
+++ b/packages/reactflow/CHANGELOG.md
@@ -1,5 +1,18 @@
# reactflow
+## 11.3.3
+
+In this update we did some changes so that we could implement the new [``](https://reactflow.dev/docs/api/nodes/node-resizer/) component (not part of the `reactflow` package!) more smoothly.
+
+### Patch Changes
+
+- Updated dependencies [[`e6b5d90f`](https://github.com/wbkd/react-flow/commit/e6b5d90f61c8ee60e817bba232a162cae2ab3e2a), [`6ee44e07`](https://github.com/wbkd/react-flow/commit/6ee44e076eaa6908d07578a757a5187642b732ae), [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18), [`aa69c207`](https://github.com/wbkd/react-flow/commit/aa69c20765e6978f4f9c8cc63ed7110dbf6d9d9d), [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18), [`0df02f35`](https://github.com/wbkd/react-flow/commit/0df02f35f8d6c54dae36af18278feadc77acb2d6)]:
+ - @reactflow/core@11.3.2
+ - @reactflow/minimap@11.2.3
+ - @reactflow/node-toolbar@1.0.2
+ - @reactflow/background@11.0.7
+ - @reactflow/controls@11.0.7
+
## 11.3.2
### Patch Changes
diff --git a/packages/reactflow/package.json b/packages/reactflow/package.json
index f84f948a..f1f3ecab 100644
--- a/packages/reactflow/package.json
+++ b/packages/reactflow/package.json
@@ -1,6 +1,6 @@
{
"name": "reactflow",
- "version": "11.3.2",
+ "version": "11.3.3",
"description": "A highly customizable React library for building node-based editors and interactive flow charts",
"keywords": [
"react",