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

<!-- version list -->

## [2.0.0-alpha.6](https://github.com/Problematy/goodmap/compare/2.0.0-alpha.5...2.0.0-alpha.6) (2026-08-19)


### ⚠ BREAKING CHANGES

* removed deprecated api methods ([#396](https://github.com/Problematy/goodmap/issues/396))

### Bug Fixes

* photos are optional ([#390](https://github.com/Problematy/goodmap/issues/390)) ([326005c](https://github.com/Problematy/goodmap/commit/326005c179c43c8e9da3dd6d16cde6604e9aed32))
* removed deprecated api methods ([#396](https://github.com/Problematy/goodmap/issues/396)) ([6428961](https://github.com/Problematy/goodmap/commit/6428961246a25cbe22ca38e024f387e01f7a8899))
* searchbar works with theme colors ([#395](https://github.com/Problematy/goodmap/issues/395)) ([8757473](https://github.com/Problematy/goodmap/commit/87574730830d25ff2b7ad6dc5db31f7ce261db71))

## [2.0.0-alpha.5](https://github.com/Problematy/goodmap/compare/2.0.0-alpha.4...2.0.0-alpha.5) (2026-07-28)


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