Skip to content

Commit daddee0

Browse files
committed
chore(release): 0.4.33
1 parent 86dd543 commit daddee0

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
### [0.4.33](https://github.com/uzh-bf/gbl-uzh/compare/v0.4.32...v0.4.33) (2025-11-25)
6+
7+
8+
### Features
9+
10+
* **platform:** robustify race conditions with retry and before and after hooks ([86dd543](https://github.com/uzh-bf/gbl-uzh/commit/86dd543b592f1f2e6f8279d1f83c49b2fc78011c))
11+
12+
13+
### Other
14+
15+
* Upgrade to Prisma v6 ([#115](https://github.com/uzh-bf/gbl-uzh/issues/115)) ([e2db9e5](https://github.com/uzh-bf/gbl-uzh/commit/e2db9e57628352b7fbad89c5532add6edb9a0ceb))
16+
517
### [0.4.32](https://github.com/uzh-bf/gbl-uzh/compare/v0.4.31...v0.4.32) (2025-06-26)
618

719

apps/advisor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gbl-uzh/advisor",
33
"description": "",
4-
"version": "0.4.32",
4+
"version": "0.4.33",
55
"license": "AGPL-3.0",
66
"main": "tailwind.config.js",
77
"scripts": {

apps/demo-game/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@gbl-uzh/demo-game",
4-
"version": "0.4.32",
4+
"version": "0.4.33",
55
"license": "AGPL-3.0",
66
"dependencies": {
77
"@apollo/client": "3.11.10",

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gbl-uzh/website",
3-
"version": "0.4.32",
3+
"version": "0.4.33",
44
"license": "AGPL-3.0",
55
"dependencies": {
66
"@fortawesome/fontawesome-svg-core": "6.6.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"teaching",
88
"university"
99
],
10-
"version": "0.4.32",
10+
"version": "0.4.33",
1111
"repository": "uzh-bf/gbl-uzh.git",
1212
"homepage": "https://www.gbl.uzh.ch",
1313
"maintainers": [

packages/platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gbl-uzh/platform",
3-
"version": "0.4.32",
3+
"version": "0.4.33",
44
"license": "LGPL-3.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)