Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.1"
".": "2.0.0-alpha"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!-- version list -->

## [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
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@problematy/goodmap",
"version": "1.6.2",
"version": "2.0.0-alpha",
"engines": {
"node": ">=24.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <krzysztof.kolodzinski@problematy.pl>"]
readme = "README.md"
Expand Down
Loading