From 67bf6209188b0067c3595d541d5cc047748aabb7 Mon Sep 17 00:00:00 2001 From: "problematy-releaser[bot]" <232629981+problematy-releaser[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:00:41 +0000 Subject: [PATCH] chore(next): release 2.0.0-alpha.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ frontend/package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d7b25484..7050b0a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.5" + ".": "2.0.0-alpha.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffa9c4d..6de9c00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## [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) diff --git a/frontend/package.json b/frontend/package.json index b9a7bce5..f824fbef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@problematy/goodmap", - "version": "2.0.0-alpha.5", + "version": "2.0.0-alpha.6", "engines": { "node": ">=24.0.0" }, diff --git a/pyproject.toml b/pyproject.toml index 3f412599..889cc7db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"