Skip to content

Commit

Permalink
chore(release): 3.1.0-rc.38
Browse files Browse the repository at this point in the history
  • Loading branch information
sjschlapbach committed May 11, 2024
1 parent 907e257 commit 0460db5
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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.1.0-rc.38](https://github.com/uzh-bf/klicker-uzh/compare/v3.1.0-rc.37...v3.1.0-rc.38) (2024-05-11)


### Bug Fixes

* ensure that unit is stored and correctly displayed for numerical questions ([#4123](https://github.com/uzh-bf/klicker-uzh/issues/4123)) ([907e257](https://github.com/uzh-bf/klicker-uzh/commit/907e257d1f67b3c1634fe7bb753eadbe730f3303))


### Other

* **packages/shared-components:** fix content element styling ([8871e4a](https://github.com/uzh-bf/klicker-uzh/commit/8871e4a88d098501cb59ac5e635a0ccc1a316d45))

## [3.1.0-rc.37](https://github.com/uzh-bf/klicker-uzh/compare/v3.1.0-rc.36...v3.1.0-rc.37) (2024-05-08)


Expand Down
2 changes: 1 addition & 1 deletion apps/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/auth",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"dependencies": {
"@klicker-uzh/i18n": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend-docker/package.json
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/backend-docker",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"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
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/docs",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"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
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/frontend-control",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-manage/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/frontend-manage",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend-pwa/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/frontend-pwa",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.8.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/func-incoming-responses/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/func-incoming-responses",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/func-migration-v2-export/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/func-migration-v2-export",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/func-migration-v3-import/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/func-migration-v3-import",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/func-response-processor/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@klicker-uzh/func-response-processor",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"main": "dist/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/office-addin/package.json
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/office-addin",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"dependencies": {
"@uzh-bf/design-system": "2.5.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@klicker-uzh/monorepo",
"description": "KlickerUZH instant-class-response system.",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"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
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/grading",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"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
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/graphql",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lti/package.json
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/lti",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"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
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/markdown",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"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
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/prisma",
"version": "3.1.0-rc.37",
"version": "3.1.0-rc.38",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0460db5

Please sign in to comment.