From 47e60308ad3e0d02e52b8e05813064c9079dd575 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:47:18 +0100 Subject: [PATCH] chore(main): release webapp 0.2.0 (#576) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- webapp/CHANGELOG.md | 13 +++++++++++++ webapp/package-lock.json | 4 ++-- webapp/package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80b3ba9a..0baa1129 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"webapp":"0.1.0","das_client":"0.9.0","backend":"0.1.0","sfera-mock":"0.1.0"} +{"webapp":"0.2.0","das_client":"0.9.0","backend":"0.1.0","sfera-mock":"0.1.0"} diff --git a/webapp/CHANGELOG.md b/webapp/CHANGELOG.md index ba62744b..dbd44dd2 100644 --- a/webapp/CHANGELOG.md +++ b/webapp/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/SchweizerischeBundesbahnen/DAS/compare/webapp-v0.1.0...webapp-v0.2.0) (2025-02-17) + + +### Features + +* manual train location trigger ([#513](https://github.com/SchweizerischeBundesbahnen/DAS/issues/513)) ([#575](https://github.com/SchweizerischeBundesbahnen/DAS/issues/575)) ([0d25f36](https://github.com/SchweizerischeBundesbahnen/DAS/commit/0d25f3650a309c9294cac7a3460ee18627731f32)) + + +### Bug Fixes + +* base image ([747359c](https://github.com/SchweizerischeBundesbahnen/DAS/commit/747359c676ac0216ec43f3881e8db6735a140a30)) +* Dockerfile ([7dbdd27](https://github.com/SchweizerischeBundesbahnen/DAS/commit/7dbdd2730c759434673585cf0c6fbfad52cd3271)) + ## [0.1.0](https://github.com/SchweizerischeBundesbahnen/DAS/compare/webapp-v0.1.0...webapp-v0.1.0) (2025-02-07) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 24ae591c..5a36bdbf 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "webapp", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webapp", - "version": "0.1.0", + "version": "0.2.0", "dependencies": { "@angular/animations": "^18.2.7", "@angular/cdk": "^18.2.2", diff --git a/webapp/package.json b/webapp/package.json index 3e30d160..e8dc8f20 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -10,7 +10,7 @@ "build:ngssc": "ng run webapp:ngsscbuild:production" }, "name": "webapp", - "version": "0.1.0", + "version": "0.2.0", "private": true, "files": [ "dist/*"