Skip to content

Commit

Permalink
chore(release): 3.2.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Aug 23, 2024
1 parent a78b1eb commit 028b44f
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 16 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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.

## [3.2.0-alpha.8](https://github.com/uzh-bf/klicker-uzh/compare/v3.2.0-alpha.7...v3.2.0-alpha.8) (2024-08-23)


### Features

* compute instance statistics (correctness, average timeliness, etc.) on stack submission ([#4205](https://github.com/uzh-bf/klicker-uzh/issues/4205)) ([c83ac2a](https://github.com/uzh-bf/klicker-uzh/commit/c83ac2a1a4d6629964abc5b2b7e59e4836a509c7))


### Bug Fixes

* add EMAIL_STARTTLS config to authenticate with STARTTLS when sending via smtp ([06a9f06](https://github.com/uzh-bf/klicker-uzh/commit/06a9f06cce7dd118a2b41f8825ccf5ebc05b49e9))
* **apps/frontend-pwa:** compare magic link env variable with true ([c213e54](https://github.com/uzh-bf/klicker-uzh/commit/c213e5401a19272898b89ff343e4bb68cd42710f))
* EduID for QA environment, transactional emails based on DB templates, misc fixes ([#4206](https://github.com/uzh-bf/klicker-uzh/issues/4206)) ([c7e5dab](https://github.com/uzh-bf/klicker-uzh/commit/c7e5daba6c0c0db38aaf1b74941840af136bb152))
* **packages/graphql:** rework email templating approach to include html files in graphql dist, improve env variable usage ([d9fc9ec](https://github.com/uzh-bf/klicker-uzh/commit/d9fc9ec6e9e8f163359669463f649076aa66293f))
* **packages/graphql:** use NEXT_PUBLIC_PWA_URL instead of student URL for magic links ([5cab9e2](https://github.com/uzh-bf/klicker-uzh/commit/5cab9e257300e170a03e7c974b9c7707a23e1396))


### Deployment

* clean handling of app domain and subdomain in env ([a29af11](https://github.com/uzh-bf/klicker-uzh/commit/a29af11015d21c3d2b4d92c4103682cfcc397c84))
* remove leftover dot when connecting subdomain and domain ([32297ca](https://github.com/uzh-bf/klicker-uzh/commit/32297ca69134aeb6b8de42862a88db50d726e6a4))


### Enhancements

* automatically track aggregated element feedbacks on instance statistics ([#4204](https://github.com/uzh-bf/klicker-uzh/issues/4204)) ([f711e7c](https://github.com/uzh-bf/klicker-uzh/commit/f711e7c237711ee99b8154e48dd08693b28940e5))
* initialize instance statistics on asynchronous element instance creation and add migration script ([#4202](https://github.com/uzh-bf/klicker-uzh/issues/4202)) ([27e28c5](https://github.com/uzh-bf/klicker-uzh/commit/27e28c590b2c45a3a6c41ff29a9b766c7335fcd1))

## [3.2.0-alpha.7](https://github.com/uzh-bf/klicker-uzh/compare/v3.2.0-alpha.6...v3.2.0-alpha.7) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion apps/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/auth",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"dependencies": {
"@klicker-uzh/i18n": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/backend-docker",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/docs",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"dependencies": {
"@docusaurus/core": "3.0.0-alpha.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-control/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/frontend-control",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-manage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/frontend-manage",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/frontend-pwa",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/func-incoming-responses/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/func-incoming-responses",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/func-migration-v2-export/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/func-migration-v2-export",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/func-migration-v3-import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/func-migration-v3-import",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/func-response-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/func-response-processor",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/office-addin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/office-addin",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"dependencies": {
"@uzh-bf/design-system": "3.0.0-alpha.22",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@klicker-uzh/monorepo",
"description": "KlickerUZH instant-class-response system.",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"repository": "uzh-bf/klicker-uzh.git",
"homepage": "https://www.klicker.uzh.ch/",
"bugs": "https://github.com/uzh-bf/klicker-uzh/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/grading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/grading",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/graphql",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/markdown",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/prisma",
"version": "3.2.0-alpha.7",
"version": "3.2.0-alpha.8",
"license": "AGPL-3.0",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 028b44f

Please sign in to comment.