diff --git a/.changeset/famous-lobsters-ring.md b/.changeset/famous-lobsters-ring.md deleted file mode 100644 index fb485d0c..00000000 --- a/.changeset/famous-lobsters-ring.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/system': patch -'@xyflow/svelte': patch -'@xyflow/react': patch ---- - -Splits exports field in package.json to support an explicit resolution for browser, node and default to resolve issues with webpack esm module resolution. diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 93e970a0..55708a91 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @xyflow/react +## 12.3.4 + +### Patch Changes + +- [#4772](https://github.com/xyflow/xyflow/pull/4772) [`7f670ab0`](https://github.com/xyflow/xyflow/commit/7f670ab0423b3848a50398027297f6ec11deeaa4) Thanks [@mistic](https://github.com/mistic)! - Splits exports field in package.json to support an explicit resolution for browser, node and default to resolve issues with webpack esm module resolution. + +- Updated dependencies [[`7f670ab0`](https://github.com/xyflow/xyflow/commit/7f670ab0423b3848a50398027297f6ec11deeaa4)]: + - @xyflow/system@0.0.45 + ## 12.3.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 6f8d1186..c5068808 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/react", - "version": "12.3.3", + "version": "12.3.4", "description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.", "keywords": [ "react", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 29a194d7..7bfee9e3 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,14 @@ # @xyflow/svelte +## 0.1.23 + +### Patch Changes + +- [#4772](https://github.com/xyflow/xyflow/pull/4772) [`7f670ab0`](https://github.com/xyflow/xyflow/commit/7f670ab0423b3848a50398027297f6ec11deeaa4) Thanks [@mistic](https://github.com/mistic)! - Splits exports field in package.json to support an explicit resolution for browser, node and default to resolve issues with webpack esm module resolution. + +- Updated dependencies [[`7f670ab0`](https://github.com/xyflow/xyflow/commit/7f670ab0423b3848a50398027297f6ec11deeaa4)]: + - @xyflow/system@0.0.45 + ## 0.1.22 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index d0e8b7f3..af2c19f9 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/svelte", - "version": "0.1.22", + "version": "0.1.23", "description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.", "keywords": [ "svelte", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index dbf0aaf7..4e0f0b7d 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,11 @@ # @xyflow/system +## 0.0.45 + +### Patch Changes + +- [#4772](https://github.com/xyflow/xyflow/pull/4772) [`7f670ab0`](https://github.com/xyflow/xyflow/commit/7f670ab0423b3848a50398027297f6ec11deeaa4) Thanks [@mistic](https://github.com/mistic)! - Splits exports field in package.json to support an explicit resolution for browser, node and default to resolve issues with webpack esm module resolution. + ## 0.0.44 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index c24234d6..1896e698 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.44", + "version": "0.0.45", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI",