diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b3bfb8d6d..4001f614a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -11,7 +11,7 @@ "packages/framework": "3.4.0", "packages/hooks": "3.6.0", "packages/jsx": "3.15.0", - "packages/lens": "3.11.4", + "packages/lens": "3.11.5", "packages/logger": "3.8.4", "packages/npm-cookie-baker": "3.1.5", "packages/npm-history": "3.1.8", @@ -32,5 +32,5 @@ "packages/url": "3.8.0", "packages/utils": "3.11.0", "packages/web": "3.6.0", - "packages/devtools": "0.7.1" + "packages/devtools": "0.7.2" } diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 4fa1893b6..0e09b4f0e 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.2](https://github.com/artalar/reatom/compare/devtools-v0.7.1...devtools-v0.7.2) (2024-11-14) + + +### Bug Fixes + +* **devtools:** atom creation ([09d720f](https://github.com/artalar/reatom/commit/09d720fb623a9e89179dd42f1527d9ba23a51534)) +* **devtools:** icons restyle ([116138f](https://github.com/artalar/reatom/commit/116138f348b9590dcb517aaf27634711545febfb)) + ## [0.7.1](https://github.com/artalar/reatom/compare/devtools-v0.7.0...devtools-v0.7.1) (2024-11-13) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 99d8b59cb..9ee6d3163 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/devtools", - "version": "0.7.1", + "version": "0.7.2", "description": "Reatom developer tools for states and actions inspecting", "type": "module", "private": false, diff --git a/packages/lens/CHANGELOG.md b/packages/lens/CHANGELOG.md index 1c10754f1..c3d9fbd87 100644 --- a/packages/lens/CHANGELOG.md +++ b/packages/lens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.11.5](https://github.com/artalar/reatom/compare/lens-v3.11.4...lens-v3.11.5) (2024-11-14) + + +### Bug Fixes + +* **lens:** reactive match ([#973](https://github.com/artalar/reatom/issues/973)) ([659b78d](https://github.com/artalar/reatom/commit/659b78dbe650a2e6747e8f1918210054cf369940)) + ## [3.11.4](https://github.com/artalar/reatom/compare/lens-v3.11.3...lens-v3.11.4) (2024-09-06) diff --git a/packages/lens/package.json b/packages/lens/package.json index 3e0583807..8644e0f61 100644 --- a/packages/lens/package.json +++ b/packages/lens/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/lens", - "version": "3.11.4", + "version": "3.11.5", "private": false, "sideEffects": false, "description": "Reatom for lens",