From 07e5c8022311ad3c2a72e55e6a611644ef2b5c40 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Tue, 5 Nov 2024 11:40:19 +0100 Subject: [PATCH] docs: update changelogs for release ci: publish release --- .changeset/pink-crabs-bathe.md | 5 ----- frontend/app/CHANGELOG.md | 6 ++++++ frontend/app/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pink-crabs-bathe.md diff --git a/.changeset/pink-crabs-bathe.md b/.changeset/pink-crabs-bathe.md deleted file mode 100644 index f16c6dd2..00000000 --- a/.changeset/pink-crabs-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openstapps/app": minor ---- - -Use user facing changelogs in the about pages as the primary source, with the technical changes accessible through a sub menu. diff --git a/frontend/app/CHANGELOG.md b/frontend/app/CHANGELOG.md index 27d8a279..f1e8f572 100644 --- a/frontend/app/CHANGELOG.md +++ b/frontend/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @openstapps/app +## 3.3.4 + +### Minor Changes + +- 8b581ef9: Use user facing changelogs in the about pages as the primary source, with the technical changes accessible through a sub menu. + ## 3.3.3 ### Patch Changes diff --git a/frontend/app/package.json b/frontend/app/package.json index 9f27d47a..26f7c7e2 100644 --- a/frontend/app/package.json +++ b/frontend/app/package.json @@ -1,7 +1,7 @@ { "name": "@openstapps/app", "description": "The generic app tailored to fulfill needs of German universities, written using Ionic Framework.", - "version": "3.3.3", + "version": "3.3.4", "private": true, "license": "GPL-3.0-only", "author": "Karl-Philipp Wulfert ",