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 ",