diff --git a/.changeset/spicy-turtles-wave.md b/.changeset/spicy-turtles-wave.md deleted file mode 100644 index fc7aa7ac..00000000 --- a/.changeset/spicy-turtles-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@helux/core': patch ---- - -build(3.4.13): support draft collection dep diff --git a/packages/helux-core/CHANGELOG.md b/packages/helux-core/CHANGELOG.md index 060bd8c0..c23af4fe 100644 --- a/packages/helux-core/CHANGELOG.md +++ b/packages/helux-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @helux/core +## 3.4.13 + +### Patch Changes + +- 60f9b8c: build(3.4.13): support draft collection dep + - @helux/hooks-impl@3.4.13 + - @helux/types@3.4.13 + - @helux/utils@3.4.13 + ## 3.4.12 ### Patch Changes diff --git a/packages/helux-core/package.json b/packages/helux-core/package.json index 2d9144f9..336bbb55 100644 --- a/packages/helux-core/package.json +++ b/packages/helux-core/package.json @@ -1,6 +1,6 @@ { "name": "@helux/core", - "version": "3.4.12", + "version": "3.4.13", "description": "A state library core that integrates atom, signal, collection dep, derive and watch, it supports all react like frameworks.", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-fre/CHANGELOG.md b/packages/helux-fre/CHANGELOG.md index 786d222c..a18306ef 100644 --- a/packages/helux-fre/CHANGELOG.md +++ b/packages/helux-fre/CHANGELOG.md @@ -1,5 +1,12 @@ # @helux/fre +## 3.4.13 + +### Patch Changes + +- Updated dependencies [60f9b8c] + - @helux/core@3.4.13 + ## 3.4.12 ### Patch Changes diff --git a/packages/helux-fre/package.json b/packages/helux-fre/package.json index 5df16a26..816527cc 100644 --- a/packages/helux-fre/package.json +++ b/packages/helux-fre/package.json @@ -1,6 +1,6 @@ { "name": "@helux/fre", - "version": "3.4.12", + "version": "3.4.13", "description": "State library for fre that integrates atom, signal, collection dep, derive and watch.", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-hooks-impl/CHANGELOG.md b/packages/helux-hooks-impl/CHANGELOG.md index 83d7366a..8cb49a30 100644 --- a/packages/helux-hooks-impl/CHANGELOG.md +++ b/packages/helux-hooks-impl/CHANGELOG.md @@ -1,5 +1,12 @@ # @helux/hooks-impl +## 3.4.13 + +### Patch Changes + +- @helux/types@3.4.13 +- @helux/utils@3.4.13 + ## 3.4.12 ### Patch Changes diff --git a/packages/helux-hooks-impl/package.json b/packages/helux-hooks-impl/package.json index 8784ce69..74c36865 100644 --- a/packages/helux-hooks-impl/package.json +++ b/packages/helux-hooks-impl/package.json @@ -1,6 +1,6 @@ { "name": "@helux/hooks-impl", - "version": "3.4.12", + "version": "3.4.13", "description": "helux hooks implement lib", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-hooks/CHANGELOG.md b/packages/helux-hooks/CHANGELOG.md index 8751fcfa..94b64063 100644 --- a/packages/helux-hooks/CHANGELOG.md +++ b/packages/helux-hooks/CHANGELOG.md @@ -1,5 +1,13 @@ # @helux/hooks +## 3.4.13 + +### Patch Changes + +- @helux/hooks-impl@3.4.13 +- @helux/types@3.4.13 +- @helux/utils@3.4.13 + ## 3.4.12 ### Patch Changes diff --git a/packages/helux-hooks/package.json b/packages/helux-hooks/package.json index 2d931351..a01c722c 100644 --- a/packages/helux-hooks/package.json +++ b/packages/helux-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@helux/hooks", - "version": "3.4.12", + "version": "3.4.13", "description": "helux hooks lib for react", "keywords": [ "helux", diff --git a/packages/helux-plugin-devtool/CHANGELOG.md b/packages/helux-plugin-devtool/CHANGELOG.md index 77bcde8c..5f3b6465 100644 --- a/packages/helux-plugin-devtool/CHANGELOG.md +++ b/packages/helux-plugin-devtool/CHANGELOG.md @@ -1,5 +1,11 @@ # @helux/plugin-devtool +## 3.4.13 + +### Patch Changes + +- helux@3.4.13 + ## 3.4.12 ### Patch Changes diff --git a/packages/helux-plugin-devtool/package.json b/packages/helux-plugin-devtool/package.json index 0b364537..8f53e55a 100644 --- a/packages/helux-plugin-devtool/package.json +++ b/packages/helux-plugin-devtool/package.json @@ -1,6 +1,6 @@ { "name": "@helux/plugin-devtool", - "version": "3.4.12", + "version": "3.4.13", "description": "devtool for helux", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-preact/CHANGELOG.md b/packages/helux-preact/CHANGELOG.md index 81c4c8db..d20f64ac 100644 --- a/packages/helux-preact/CHANGELOG.md +++ b/packages/helux-preact/CHANGELOG.md @@ -1,5 +1,12 @@ # @helux/preact +## 3.4.13 + +### Patch Changes + +- Updated dependencies [60f9b8c] + - @helux/core@3.4.13 + ## 3.4.12 ### Patch Changes diff --git a/packages/helux-preact/package.json b/packages/helux-preact/package.json index ce29d041..bdaa229a 100644 --- a/packages/helux-preact/package.json +++ b/packages/helux-preact/package.json @@ -1,6 +1,6 @@ { "name": "@helux/preact", - "version": "3.4.12", + "version": "3.4.13", "description": "State library for preact that integrates atom, signal, collection dep, derive and watch.", "bugs": { "url": "https://github.com/heluxjs/helux/issues" diff --git a/packages/helux-types/CHANGELOG.md b/packages/helux-types/CHANGELOG.md index b361638a..8fdad430 100644 --- a/packages/helux-types/CHANGELOG.md +++ b/packages/helux-types/CHANGELOG.md @@ -1,5 +1,7 @@ # @helux/types +## 3.4.13 + ## 3.4.12 ## 3.4.11 diff --git a/packages/helux-types/package.json b/packages/helux-types/package.json index d0a4718f..e9148679 100644 --- a/packages/helux-types/package.json +++ b/packages/helux-types/package.json @@ -1,6 +1,6 @@ { "name": "@helux/types", - "version": "3.4.12", + "version": "3.4.13", "description": "helux common types lib", "keywords": [ "helux", diff --git a/packages/helux-utils/CHANGELOG.md b/packages/helux-utils/CHANGELOG.md index 9ecce6ad..6081bed9 100644 --- a/packages/helux-utils/CHANGELOG.md +++ b/packages/helux-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @helux/utils +## 3.4.13 + +### Patch Changes + +- @helux/types@3.4.13 + ## 3.4.12 ### Patch Changes diff --git a/packages/helux-utils/package.json b/packages/helux-utils/package.json index 19187cfe..a464f7d4 100644 --- a/packages/helux-utils/package.json +++ b/packages/helux-utils/package.json @@ -1,6 +1,6 @@ { "name": "@helux/utils", - "version": "3.4.12", + "version": "3.4.13", "description": "helux utils lib", "keywords": [ "helux", diff --git a/packages/helux/CHANGELOG.md b/packages/helux/CHANGELOG.md index 2b6598d2..6599dc79 100644 --- a/packages/helux/CHANGELOG.md +++ b/packages/helux/CHANGELOG.md @@ -1,5 +1,12 @@ # helux +## 3.4.13 + +### Patch Changes + +- Updated dependencies [60f9b8c] + - @helux/core@3.4.13 + ## 3.4.12 ### Patch Changes diff --git a/packages/helux/package.json b/packages/helux/package.json index 01b1928d..002c1bc2 100644 --- a/packages/helux/package.json +++ b/packages/helux/package.json @@ -1,6 +1,6 @@ { "name": "helux", - "version": "3.4.12", + "version": "3.4.13", "description": "A react state library that integrates atom, signal, collection dep, derive and watch, compatible with react 18.", "bugs": { "url": "https://github.com/heluxjs/helux/issues"