diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7840fde9..50697efb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.1" + ".": "2.0.0-alpha" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 970f526d..76e8b406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## [2.0.0-alpha](https://github.com/Problematy/goodmap/compare/1.8.1...2.0.0-alpha) (2026-06-29) + + +### ⚠ BREAKING CHANGES + +* aligned with breaking changes on platzky ([#365](https://github.com/Problematy/goodmap/issues/365)) + +### Bug Fixes + +* next branch release as alpha ([#367](https://github.com/Problematy/goodmap/issues/367)) ([fc44360](https://github.com/Problematy/goodmap/commit/fc443602c4bb5b6d077dbda4aa8ec968cb88c487)) + + +### Code Refactoring + +* aligned with breaking changes on platzky ([#365](https://github.com/Problematy/goodmap/issues/365)) ([549a5a4](https://github.com/Problematy/goodmap/commit/549a5a47ba21c264f81a91d76cfbc29927bf4c2f)) + ## v1.8.1 (2026-06-14) ### Bug Fixes diff --git a/frontend/package.json b/frontend/package.json index 296db629..372cfdf1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@problematy/goodmap", - "version": "1.6.2", + "version": "2.0.0-alpha", "engines": { "node": ">=24.0.0" }, diff --git a/pyproject.toml b/pyproject.toml index e1ad087f..b9559e05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "goodmap" -version = "1.8.1" +version = "2.0.0-alpha" description = "Map engine to serve all the people :)" authors = ["Krzysztof Kolodzinski "] readme = "README.md"