diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d68db3712..346042bb9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,16 +1,16 @@ { "packages/all-settled": "3.1.4", - "packages/async": "3.16.2", + "packages/async": "3.16.3", "packages/core": "3.9.0", "packages/core-v1": "3.1.9", "packages/core-v2": "3.1.4", - "packages/effects": "3.10.0", + "packages/effects": "3.10.1", "packages/eslint-plugin": "3.7.0", "packages/form": "3.3.2", "packages/form-web": "3.2.2", "packages/framework": "3.4.0", - "packages/hooks": "3.5.5", - "packages/jsx": "3.14.0", + "packages/hooks": "3.6.0", + "packages/jsx": "3.15.0", "packages/lens": "3.11.4", "packages/logger": "3.8.4", "packages/npm-cookie-baker": "3.1.5", @@ -32,5 +32,5 @@ "packages/url": "3.7.5", "packages/utils": "3.11.0", "packages/web": "3.6.0", - "packages/devtools": "0.6.2" + "packages/devtools": "0.7.0" } diff --git a/packages/async/CHANGELOG.md b/packages/async/CHANGELOG.md index 94da949bc..403def614 100644 --- a/packages/async/CHANGELOG.md +++ b/packages/async/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.16.3](https://github.com/artalar/reatom/compare/async-v3.16.2...async-v3.16.3) (2024-10-31) + + +### Bug Fixes + +* **async:** invalidation for resource cache ([8de89a3](https://github.com/artalar/reatom/commit/8de89a382ec47de005b74a0ca211877befce9250)) +* **async:** retry concurrency ([6a43188](https://github.com/artalar/reatom/commit/6a4318899354267d7b37b378fcf8a912cf6c7292)) + ## [3.16.2](https://github.com/artalar/reatom/compare/async-v3.16.1...async-v3.16.2) (2024-10-08) diff --git a/packages/async/package.json b/packages/async/package.json index 45f0e0b46..a4051eb12 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/async", - "version": "3.16.2", + "version": "3.16.3", "private": false, "sideEffects": false, "description": "Reatom for async", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 227fa6fab..be36c23db 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://github.com/artalar/reatom/compare/devtools-v0.6.2...devtools-v0.7.0) (2024-10-31) + + +### Features + +* **devtools:** add size limit ([d4045a5](https://github.com/artalar/reatom/commit/d4045a5bcda25b17ec00f2e298d6534af973419e)) +* **devtools:** search box ([6d0fc98](https://github.com/artalar/reatom/commit/6d0fc98b8c34c3d1b07f647d7a81b9ebb3fc367a)) + + +### Bug Fixes + +* **devtools:** defaults ([280beb3](https://github.com/artalar/reatom/commit/280beb398cb7e0a778a14eea195ce81dc4be9b3d)) + ## [0.6.2](https://github.com/artalar/reatom/compare/devtools-v0.6.1...devtools-v0.6.2) (2024-10-14) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index f90cbefcd..e1a27d544 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/devtools", - "version": "0.6.2", + "version": "0.7.0", "description": "Reatom developer tools for states and actions inspecting", "type": "module", "private": false, diff --git a/packages/effects/CHANGELOG.md b/packages/effects/CHANGELOG.md index 84d8f6f5b..19078897a 100644 --- a/packages/effects/CHANGELOG.md +++ b/packages/effects/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.10.1](https://github.com/artalar/reatom/compare/effects-v3.10.0...effects-v3.10.1) (2024-10-31) + + +### Bug Fixes + +* **effects:** small refactoring ([0bc0f0b](https://github.com/artalar/reatom/commit/0bc0f0b2cf2a1b6593019a2f8ef175f15bc81284)) + ## [3.10.0](https://github.com/artalar/reatom/compare/effects-v3.9.0...effects-v3.10.0) (2024-10-08) diff --git a/packages/effects/package.json b/packages/effects/package.json index c33ee81b7..2f1910918 100644 --- a/packages/effects/package.json +++ b/packages/effects/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/effects", - "version": "3.10.0", + "version": "3.10.1", "private": false, "sideEffects": false, "description": "Reatom for effects", diff --git a/packages/hooks/CHANGELOG.md b/packages/hooks/CHANGELOG.md index bafce3682..e72c79f88 100644 --- a/packages/hooks/CHANGELOG.md +++ b/packages/hooks/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.0](https://github.com/artalar/reatom/compare/hooks-v3.5.5...hooks-v3.6.0) (2024-10-31) + + +### Features + +* **hooks:** onConnect abortable schedule ([bffd735](https://github.com/artalar/reatom/commit/bffd7351eaa9d4025a4edc7f31fcfd5510811d9a)) + ## [3.5.5](https://github.com/artalar/reatom/compare/hooks-v3.5.4...hooks-v3.5.5) (2024-06-22) diff --git a/packages/hooks/package.json b/packages/hooks/package.json index f6803949d..c3e85e37c 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/hooks", - "version": "3.5.5", + "version": "3.6.0", "private": false, "sideEffects": false, "description": "Reatom for hooks", diff --git a/packages/jsx/CHANGELOG.md b/packages/jsx/CHANGELOG.md index d5fc2a8e0..47da572bb 100644 --- a/packages/jsx/CHANGELOG.md +++ b/packages/jsx/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.15.0](https://github.com/artalar/reatom/compare/jsx-v3.14.0...jsx-v3.15.0) (2024-10-31) + + +### Features + +* **jsx:** class name normalization helper ([#942](https://github.com/artalar/reatom/issues/942)) ([2803165](https://github.com/artalar/reatom/commit/2803165ccf21100c3bd37b371d680481474874f1)) + ## [3.14.0](https://github.com/artalar/reatom/compare/jsx-v3.13.1...jsx-v3.14.0) (2024-10-08) diff --git a/packages/jsx/package.json b/packages/jsx/package.json index 594d082e9..79ad4381b 100644 --- a/packages/jsx/package.json +++ b/packages/jsx/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/jsx", - "version": "3.14.0", + "version": "3.15.0", "private": false, "sideEffects": false, "description": "Reatom for jsx",