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 @@
{
".": "2.0.0-alpha"
".": "2.0.0-alpha.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- version list -->

## [2.0.0-alpha.1](https://github.com/Problematy/goodmap/compare/2.0.0-alpha...2.0.0-alpha.1) (2026-06-29)


### Bug Fixes

* stopped uploading frontend to gh release ([#369](https://github.com/Problematy/goodmap/issues/369)) ([45c4f0c](https://github.com/Problematy/goodmap/commit/45c4f0c19ef2b5440a4ebd7e9eb57e8eefeaadd2))

## [2.0.0-alpha](https://github.com/Problematy/goodmap/compare/1.8.1...2.0.0-alpha) (2026-06-29)


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": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"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 = "2.0.0-alpha"
version = "2.0.0-alpha.1"
description = "Map engine to serve all the people :)"
authors = ["Krzysztof Kolodzinski <krzysztof.kolodzinski@problematy.pl>"]
readme = "README.md"
Expand Down
Loading