Skip to content

Commit da1ea67

Browse files
committed
chore: release master
1 parent 8916a7a commit da1ea67

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"django_server": "0.2.2",
3-
"react_ui": "0.2.2"
2+
"django_server": "0.2.3",
3+
"react_ui": "0.2.3"
44
}

django_server/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/ForumViriumHelsinki/OLMap/compare/olmap-backend-v0.2.2...olmap-backend-v0.2.3) (2026-03-26)
4+
5+
6+
### Performance Improvements
7+
8+
* code quality: enable Biome linter, expand ruff rules, fix lint issues ([#82](https://github.com/ForumViriumHelsinki/OLMap/issues/82)) ([8916a7a](https://github.com/ForumViriumHelsinki/OLMap/commit/8916a7ac70bbf5eff00e99cf92ce3269837702af))
9+
310
## [0.2.2](https://github.com/ForumViriumHelsinki/OLMap/compare/olmap-backend-v0.2.1...olmap-backend-v0.2.2) (2026-02-03)
411

512

django_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "olmap"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "Open Logistics Map - Geospatial web application for logistics-related geographical features"
99
readme = "README.md"
1010
requires-python = ">=3.11"

react_ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/ForumViriumHelsinki/OLMap/compare/olmap-frontend-v0.2.2...olmap-frontend-v0.2.3) (2026-03-26)
4+
5+
6+
### Performance Improvements
7+
8+
* code quality: enable Biome linter, expand ruff rules, fix lint issues ([#82](https://github.com/ForumViriumHelsinki/OLMap/issues/82)) ([8916a7a](https://github.com/ForumViriumHelsinki/OLMap/commit/8916a7ac70bbf5eff00e99cf92ce3269837702af))
9+
310
## [0.2.2](https://github.com/ForumViriumHelsinki/OLMap/compare/olmap-frontend-v0.2.1...olmap-frontend-v0.2.2) (2026-02-03)
411

512

react_ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react_ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "olmap_ui",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"description": "UI for the Open Logistics Map application",
66
"scripts": {

0 commit comments

Comments
 (0)