Skip to content

Commit a8efdf6

Browse files
chore(master): release libraries
1 parent 1b38982 commit a8efdf6

6 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"backend":"1.2.3","frontend":"1.2.3"}
1+
{"backend":"1.2.4","frontend":"1.2.4"}

backend/CHANGELOG.md

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

3+
## [1.2.4](https://github.com/jonerrr/trainstatus/compare/backend-v1.2.3...backend-v1.2.4) (2026-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **docker:** make containers rootless ([0bd4cdf](https://github.com/jonerrr/trainstatus/commit/0bd4cdf11ce769fa129b7cab0ffc4380261f94af)), closes [#337](https://github.com/jonerrr/trainstatus/issues/337)
9+
* remove cors since its no longer needed ([1be4f47](https://github.com/jonerrr/trainstatus/commit/1be4f47f289b7379bd9f0f5b36617adfe7c52514))
10+
311
## [1.2.3](https://github.com/jonerrr/trainstatus/compare/backend-v1.2.2...backend-v1.2.3) (2026-04-22)
412

513

backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "backend"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
edition = "2024"
55

66
[dependencies]

frontend/CHANGELOG.md

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

3+
## [1.2.4](https://github.com/jonerrr/trainstatus/compare/frontend-v1.2.3...frontend-v1.2.4) (2026-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **docker:** make containers rootless ([0bd4cdf](https://github.com/jonerrr/trainstatus/commit/0bd4cdf11ce769fa129b7cab0ffc4380261f94af)), closes [#337](https://github.com/jonerrr/trainstatus/issues/337)
9+
310
## [1.2.3](https://github.com/jonerrr/trainstatus/compare/frontend-v1.2.2...frontend-v1.2.3) (2026-04-22)
411

512

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)