diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af4b15c5..924b3524 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.2" + ".": "2.0.0-alpha.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b3364c..0846c281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [2.0.0-alpha.3](https://github.com/Problematy/goodmap/compare/2.0.0-alpha.2...2.0.0-alpha.3) (2026-07-24) + + +### Features + +* add default showed categories and reset filters button ([#384](https://github.com/Problematy/goodmap/issues/384)) ([49348b8](https://github.com/Problematy/goodmap/commit/49348b849c69c79a201c221dfb5daccea7a608e6)) + ## [2.0.0-alpha.2](https://github.com/Problematy/goodmap/compare/2.0.0-alpha.1...2.0.0-alpha.2) (2026-07-06) diff --git a/frontend/package.json b/frontend/package.json index d0f417a8..71be2290 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@problematy/goodmap", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "engines": { "node": ">=24.0.0" }, diff --git a/pyproject.toml b/pyproject.toml index e60e6c5e..f116d608 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "goodmap" -version = "2.0.0-alpha.2" +version = "2.0.0-alpha.3" description = "Map engine to serve all the people :)" authors = ["Krzysztof Kolodzinski "] readme = "README.md"