diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58ded79a..0e496b0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -32,5 +32,5 @@ "packages/url": "3.8.0", "packages/utils": "3.11.2", "packages/web": "3.6.0", - "packages/devtools": "0.8.3" + "packages/devtools": "0.9.0" } diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index eb03f8bd..ac7ba361 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.0](https://github.com/artalar/reatom/compare/devtools-v0.8.3...devtools-v0.9.0) (2025-01-22) + + +### Features + +* **devtools:** filters redesign [#1010](https://github.com/artalar/reatom/issues/1010) ([0e3c655](https://github.com/artalar/reatom/commit/0e3c6555f8d71bcbb7bfe9bbcbc3a2f9dcaea356)) + + +### Bug Fixes + +* **devtools:** actions handling ([f04397a](https://github.com/artalar/reatom/commit/f04397accfdffa8f227f291d484be5e64087191d)) + ## [0.8.3](https://github.com/artalar/reatom/compare/devtools-v0.8.2...devtools-v0.8.3) (2025-01-18) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index be20a049..3bd12ee0 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/devtools", - "version": "0.8.3", + "version": "0.9.0", "description": "Reatom developer tools for states and actions inspecting", "type": "module", "private": false,