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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"django_server": "0.2.2",
"react_ui": "0.2.2"
"django_server": "0.2.3",
"react_ui": "0.2.3"
}
7 changes: 7 additions & 0 deletions django_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/ForumViriumHelsinki/OLMap/compare/olmap-backend-v0.2.2...olmap-backend-v0.2.3) (2026-03-26)


### Performance Improvements

* 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))

## [0.2.2](https://github.com/ForumViriumHelsinki/OLMap/compare/olmap-backend-v0.2.1...olmap-backend-v0.2.2) (2026-02-03)


Expand Down
2 changes: 1 addition & 1 deletion django_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "olmap"
version = "0.2.2"
version = "0.2.3"
description = "Open Logistics Map - Geospatial web application for logistics-related geographical features"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
7 changes: 7 additions & 0 deletions react_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/ForumViriumHelsinki/OLMap/compare/olmap-frontend-v0.2.2...olmap-frontend-v0.2.3) (2026-03-26)


### Performance Improvements

* 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))

## [0.2.2](https://github.com/ForumViriumHelsinki/OLMap/compare/olmap-frontend-v0.2.1...olmap-frontend-v0.2.2) (2026-02-03)


Expand Down
4 changes: 2 additions & 2 deletions react_ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react_ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "olmap_ui",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"description": "UI for the Open Logistics Map application",
"scripts": {
Expand Down
Loading