Skip to content

Commit 7a79b5f

Browse files
chore(master): release libraries (#251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 95d1bea commit 7a79b5f

6 files changed

Lines changed: 18 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.1.1","frontend":"1.1.1"}
1+
{"backend":"1.1.2","frontend":"1.1.2"}

backend/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.1.2](https://github.com/jonerrr/trainstatus/compare/backend-v1.1.1...backend-v1.1.2) (2026-03-25)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **backend:** Synchronize trainstatus versions
9+
310
## [1.1.1](https://github.com/jonerrr/trainstatus/compare/backend-v1.1.0...backend-v1.1.1) (2026-03-24)
411

512

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.1.1"
3+
version = "1.1.2"
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.1.2](https://github.com/jonerrr/trainstatus/compare/frontend-v1.1.1...frontend-v1.1.2) (2026-03-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **map:** dont load maplibre css externally ([2193e58](https://github.com/jonerrr/trainstatus/commit/2193e58e3035cb98481a58e1a2b51c0ef9f2f484))
9+
310
## [1.1.1](https://github.com/jonerrr/trainstatus/compare/frontend-v1.1.0...frontend-v1.1.1) (2026-03-24)
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.1.1",
3+
"version": "1.1.2",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)