From 6ea04f0e372899bf79488a19a556d0f925adba37 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 4 Mar 2024 20:17:42 +0100 Subject: [PATCH] chore: release release-please --- .release-please-manifest.json | 2 +- das_client/CHANGELOG.md | 8 ++++++++ das_client/pubspec.yaml | 2 +- playground-backend/CHANGELOG.md | 17 +++++++++++++++++ playground-backend/pom.xml | 5 ++--- webapp/CHANGELOG.md | 13 +++++++++++++ webapp/package-lock.json | 4 ++-- webapp/package.json | 2 +- 8 files changed, 45 insertions(+), 8 deletions(-) create mode 100644 das_client/CHANGELOG.md create mode 100644 playground-backend/CHANGELOG.md create mode 100644 webapp/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef42..b950d4a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{"playground-backend":"0.1.0","das_client":"0.1.0","webapp":"0.1.0"} diff --git a/das_client/CHANGELOG.md b/das_client/CHANGELOG.md new file mode 100644 index 00000000..1e013968 --- /dev/null +++ b/das_client/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-03-04) + + +### Miscellaneous Chores + +* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065)) diff --git a/das_client/pubspec.yaml b/das_client/pubspec.yaml index d7a94852..310e4eea 100644 --- a/das_client/pubspec.yaml +++ b/das_client/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 0.1.0+2 environment: sdk: '>=3.3.0 <4.0.0' diff --git a/playground-backend/CHANGELOG.md b/playground-backend/CHANGELOG.md new file mode 100644 index 00000000..8bf7225f --- /dev/null +++ b/playground-backend/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 0.1.0 (2024-03-04) + + +### Features + +* add backend actions ([#6](https://github.com/SchweizerischeBundesbahnen/DAS/issues/6)) ([d7fc9e8](https://github.com/SchweizerischeBundesbahnen/DAS/commit/d7fc9e883baddcaf343d658309457eca7137fe94)) +* change java version from 17 to 21 ([e2a1491](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e2a1491fb39722f27135616b1d1b823ee5370aa3)) +* rename method ([b99f563](https://github.com/SchweizerischeBundesbahnen/DAS/commit/b99f5636ebbac3840e25e48944fa61b1bcf6c9a9)) +* rename test ([83acd14](https://github.com/SchweizerischeBundesbahnen/DAS/commit/83acd1469cf86f4b1ac99994bdba8dcdc8232fa2)) +* trigger build ([3f41ab7](https://github.com/SchweizerischeBundesbahnen/DAS/commit/3f41ab714bfedffedadaffaaf8a8905176424c6d)) + + +### Miscellaneous Chores + +* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065)) diff --git a/playground-backend/pom.xml b/playground-backend/pom.xml index bae16b5e..c3625e70 100644 --- a/playground-backend/pom.xml +++ b/playground-backend/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 org.springframework.boot @@ -10,7 +9,7 @@ ch.sbb playground-backend - 0.0.1-SNAPSHOT + 0.1.0 playground-backend Demo playground project diff --git a/webapp/CHANGELOG.md b/webapp/CHANGELOG.md new file mode 100644 index 00000000..1e35b29e --- /dev/null +++ b/webapp/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.1.0 (2024-03-04) + + +### Features + +* add webapp ([89d92c6](https://github.com/SchweizerischeBundesbahnen/DAS/commit/89d92c6cd8b6a4e010c10522dc94b6a42b630b34)) + + +### Miscellaneous Chores + +* release 0.1.0 ([e73de8e](https://github.com/SchweizerischeBundesbahnen/DAS/commit/e73de8ed6c8f44c533afcc709c822d14f554c065)) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index e0c9b89b..7c4ca3dd 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,12 +1,12 @@ { "name": "webapp", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webapp", - "version": "0.0.0", + "version": "0.1.0", "dependencies": { "@angular/animations": "^17.2.0", "@angular/common": "^17.2.0", diff --git a/webapp/package.json b/webapp/package.json index 41ccfeea..82ca33d3 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "webapp", - "version": "0.0.0", + "version": "0.1.0", "scripts": { "ng": "ng", "start": "ng serve",