From a8e39b1341a57540044344048bcfa7b6cb6a51c4 Mon Sep 17 00:00:00 2001 From: "problematy-releaser[bot]" <232629981+problematy-releaser[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:41:22 +0000 Subject: [PATCH] chore(next): release 2.0.0-alpha.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ frontend/package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50697efb..4a263fa4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha" + ".": "2.0.0-alpha.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e8b406..b42bbb98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [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) diff --git a/frontend/package.json b/frontend/package.json index 372cfdf1..679e9c98 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@problematy/goodmap", - "version": "2.0.0-alpha", + "version": "2.0.0-alpha.1", "engines": { "node": ">=24.0.0" }, diff --git a/pyproject.toml b/pyproject.toml index b9559e05..9d97eba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"