Skip to content

Commit

Permalink
chore(release): 3.3.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Oct 24, 2024
1 parent 435e839 commit b079173
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 16 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.3.0-alpha.4](https://github.com/uzh-bf/klicker-uzh/compare/v3.3.0-alpha.3...v3.3.0-alpha.4) (2024-10-24)


### Bug Fixes

* **apps/backend-docker:** add types package in docker build ([7953cdd](https://github.com/uzh-bf/klicker-uzh/commit/7953cdd5049113dadf426758e8efa6e0f87c6103))
* **apps/frontend-manage:** ensure that course dates can be modified independent of stored activities ([#4336](https://github.com/uzh-bf/klicker-uzh/issues/4336)) ([2a12e2c](https://github.com/uzh-bf/klicker-uzh/commit/2a12e2c60d75548fb63efc7345f0e50c75f341b8))
* ensure remark-math does not break the syncpack check ([86cbe69](https://github.com/uzh-bf/klicker-uzh/commit/86cbe6947a88d67ead8bb7270cfd57a14b714a46))
* **packages/shared-components:** automatically show back side of flashcard when previous solution exists ([47d2ca7](https://github.com/uzh-bf/klicker-uzh/commit/47d2ca73d70fd3a087dd42d0462984f5de44c750))
* resolve scrolling issues on asynchronous activity evaluation ([21c8c94](https://github.com/uzh-bf/klicker-uzh/commit/21c8c9415fa1f0c32b0b114755db06e85ec0910c))


### Enhancements

* add possibility to specify multiple exact correct solutions to numerical questions ([#4334](https://github.com/uzh-bf/klicker-uzh/issues/4334)) ([b6b3a32](https://github.com/uzh-bf/klicker-uzh/commit/b6b3a321c4ecbf3e78dfd8f4df86abea7f59406c))


### Refactors

* extend graphql typing, resolve type errors, refactor legacy logic ([#4326](https://github.com/uzh-bf/klicker-uzh/issues/4326)) ([3d6d722](https://github.com/uzh-bf/klicker-uzh/commit/3d6d7229be71a606149ee697f83412afc28f5456))
* introduce proper element-dependent typing for question response and instance evaluation ([#4327](https://github.com/uzh-bf/klicker-uzh/issues/4327)) ([4d1421d](https://github.com/uzh-bf/klicker-uzh/commit/4d1421d58feabac2c518ba6567bed639989006a8))
* restructure question edit modal and resolve type errors ([#4330](https://github.com/uzh-bf/klicker-uzh/issues/4330)) ([b9c7807](https://github.com/uzh-bf/klicker-uzh/commit/b9c7807a3f47713f0b4485d762cbd1ecb935e20f))

## [3.3.0-alpha.3](https://github.com/uzh-bf/klicker-uzh/compare/v3.3.0-alpha.2...v3.3.0-alpha.3) (2024-10-24)


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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"devDependencies": {
"@docusaurus/core": "~3.5.2",
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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.11.8",
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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.11.8",
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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.11.8",
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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"dependencies": {
"@uzh-bf/design-system": "3.0.0-alpha.32",
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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.3.0-alpha.3",
"version": "3.3.0-alpha.4",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b079173

Please sign in to comment.