Skip to content

Commit 2a64671

Browse files
committed
chore(release): 3.3.0-alpha.59
1 parent 0fc67d2 commit 2a64671

15 files changed

Lines changed: 32 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.3.0-alpha.59](https://github.com/uzh-bf/klicker-uzh/compare/v3.3.0-alpha.58...v3.3.0-alpha.59) (2025-06-09)
6+
7+
8+
### Bug Fixes
9+
10+
* **apps/frontend-pwa:** make sure that microlearning list does not throw error when empty ([60513db](https://github.com/uzh-bf/klicker-uzh/commit/60513db92441d69ae5488fbfa8d69e545e27749e))
11+
* **packages/graphql:** make sure that emails for failed final group assignments are only sent once per course ([#4716](https://github.com/uzh-bf/klicker-uzh/issues/4716)) ([4246c90](https://github.com/uzh-bf/klicker-uzh/commit/4246c9053409d079615bf3723cf89ff079eba821))
12+
13+
14+
### Other
15+
16+
* **apps/frontend-manage:** move activity list legend into popover ([c32cc03](https://github.com/uzh-bf/klicker-uzh/commit/c32cc03d35f42a9a89a0b7a66898be747ddd0c4d))
17+
18+
19+
### Enhancements
20+
21+
* **apps/frontend-manage:** enhance catalog view and layout ([#4725](https://github.com/uzh-bf/klicker-uzh/issues/4725)) ([0fc67d2](https://github.com/uzh-bf/klicker-uzh/commit/0fc67d20e5144ce228f761908a54910000acaaeb))
22+
523
## [3.3.0-alpha.58](https://github.com/uzh-bf/klicker-uzh/compare/v3.3.0-alpha.57...v3.3.0-alpha.58) (2025-06-04)
624

725

apps/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klicker-uzh/auth",
3-
"version": "3.3.0-alpha.58",
3+
"version": "3.3.0-alpha.59",
44
"license": "AGPL-3.0",
55
"dependencies": {
66
"@klicker-uzh/i18n": "workspace:*",

apps/backend-docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klicker-uzh/backend-docker",
3-
"version": "3.3.0-alpha.58",
3+
"version": "3.3.0-alpha.59",
44
"license": "AGPL-3.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@klicker-uzh/docs",
4-
"version": "3.3.0-alpha.58",
4+
"version": "3.3.0-alpha.59",
55
"license": "AGPL-3.0",
66
"devDependencies": {
77
"@docusaurus/core": "~3.7.0",

apps/frontend-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@klicker-uzh/frontend-control",
4-
"version": "3.3.0-alpha.58",
4+
"version": "3.3.0-alpha.59",
55
"license": "AGPL-3.0",
66
"dependencies": {
77
"@apollo/client": "3.11.8",

apps/frontend-manage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@klicker-uzh/frontend-manage",
4-
"version": "3.3.0-alpha.58",
4+
"version": "3.3.0-alpha.59",
55
"license": "AGPL-3.0",
66
"dependencies": {
77
"@apollo/client": "3.11.8",

apps/frontend-pwa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@klicker-uzh/frontend-pwa",
4-
"version": "3.3.0-alpha.58",
4+
"version": "3.3.0-alpha.59",
55
"license": "AGPL-3.0",
66
"dependencies": {
77
"@apollo/client": "3.11.8",

apps/func-incoming-responses/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@klicker-uzh/func-incoming-responses",
4-
"version": "3.3.0-alpha.58",
4+
"version": "3.3.0-alpha.59",
55
"license": "AGPL-3.0",
66
"main": "dist/index.js",
77
"files": [

apps/func-response-processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@klicker-uzh/func-response-processor",
4-
"version": "3.3.0-alpha.58",
4+
"version": "3.3.0-alpha.59",
55
"license": "AGPL-3.0",
66
"main": "dist/index.js",
77
"files": [

apps/office-addin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klicker-uzh/office-addin",
3-
"version": "3.3.0-alpha.58",
3+
"version": "3.3.0-alpha.59",
44
"license": "AGPL-3.0",
55
"dependencies": {
66
"@uzh-bf/design-system": "3.0.4",

0 commit comments

Comments
 (0)