Skip to content

Commit

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

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


### Features

* **apps/frontend-manage:** add search option for tags list ([#4290](https://github.com/uzh-bf/klicker-uzh/issues/4290)) ([21bb92f](https://github.com/uzh-bf/klicker-uzh/commit/21bb92fd23ca07ce860f8da999b27c5b4699deb7))


### Enhancements

* add possibility to check for single exact solution on numerical questions ([#4333](https://github.com/uzh-bf/klicker-uzh/issues/4333)) ([b5f558c](https://github.com/uzh-bf/klicker-uzh/commit/b5f558ca2315a4c526639c928c1f40926b0fdbd2))
* **apps/frontend-manage:** configure slate editor correctly and introduce typing ([#4324](https://github.com/uzh-bf/klicker-uzh/issues/4324)) ([53bf3cc](https://github.com/uzh-bf/klicker-uzh/commit/53bf3ccd8ebc2c029b944431b052d414baba0b19))

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


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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"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.2",
"version": "3.3.0-alpha.3",
"license": "AGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 010aeca

Please sign in to comment.