Skip to content

Commit 2393705

Browse files
committed
chore(release): 0.4.38
1 parent fc90310 commit 2393705

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.38](https://github.com/uzh-bf/gbl-uzh/compare/v0.4.37...v0.4.38) (2026-03-02)
6+
7+
8+
### Bug Fixes
9+
10+
* ordering of segments ([4c9f536](https://github.com/uzh-bf/gbl-uzh/commit/4c9f536e18e2dfe28621060f9ec051a2f6e842d6))
11+
* use descriptionsByRole with generically usable JSON object ([fc90310](https://github.com/uzh-bf/gbl-uzh/commit/fc90310db95d2199dbfd4a6c5fc9123abec344f4))
12+
513
### [0.4.37](https://github.com/uzh-bf/gbl-uzh/compare/v0.4.36...v0.4.37) (2026-02-26)
614

715

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.37",
4+
"version": "0.4.38",
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.37",
4+
"version": "0.4.38",
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.37",
3+
"version": "0.4.38",
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.37",
10+
"version": "0.4.38",
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.37",
3+
"version": "0.4.38",
44
"license": "LGPL-3.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)