Skip to content

Commit

Permalink
chore(release): 3.3.0-alpha.27
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed Feb 19, 2025
1 parent 6581f9c commit f8bdff4
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.27](https://github.com/uzh-bf/klicker-uzh/compare/v3.3.0-alpha.26...v3.3.0-alpha.27) (2025-02-19)


### Bug Fixes

* **apps/frontend-manage:** disable animation on case study evaluation scatter plots ([dc37349](https://github.com/uzh-bf/klicker-uzh/commit/dc373494f5f6d24d383b31903ed8b780284dd693))
* **apps/frontend-manage:** ensure that chart on evaluation view is initialized correctly ([791c347](https://github.com/uzh-bf/klicker-uzh/commit/791c347cb20d4b3c1786e99794f2df9de3158f30))
* **apps/frontend-manage:** fix number of bins and corresponding labels on case study histogram evaluation plot ([6581f9c](https://github.com/uzh-bf/klicker-uzh/commit/6581f9c20108a147aca760fecee17aa88bb9451f))
* **apps/frontend-manage:** remove white text style from choices sidebar answer options ([78718f4](https://github.com/uzh-bf/klicker-uzh/commit/78718f461fd490b39a63ba2219bedea0618f1edb))
* **packages/shared-components:** ensure that selection answer options are cleared after submission ([8612fa3](https://github.com/uzh-bf/klicker-uzh/commit/8612fa31b66dad5f690880dd78f733691074c97d))
* **packages/shared-components:** resolve issue with table resorting on live quiz evaluation re-fetch ([#4516](https://github.com/uzh-bf/klicker-uzh/issues/4516)) ([5c477fa](https://github.com/uzh-bf/klicker-uzh/commit/5c477fab3beede466f28a0ed3d49b8272c00038a))

## [3.3.0-alpha.26](https://github.com/uzh-bf/klicker-uzh/compare/v3.3.0-alpha.25...v3.3.0-alpha.26) (2025-02-13)


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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"license": "AGPL-3.0",
"devDependencies": {
"@docusaurus/core": "~3.6.3",
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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"license": "AGPL-3.0",
"dependencies": {
"@uzh-bf/design-system": "3.0.0-alpha.57",
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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"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.26",
"version": "3.3.0-alpha.27",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f8bdff4

Please sign in to comment.