Skip to content

Commit

Permalink
chore(release): 0.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Jan 15, 2025
1 parent 187b64d commit 727f9ad
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [0.4.16](https://github.com/uzh-bf/gbl-uzh/compare/v0.4.15...v0.4.16) (2025-01-15)


### Build and CI

* publish only to NPM for now ([187b64d](https://github.com/uzh-bf/gbl-uzh/commit/187b64d7cf65c3037b0eeae221239a176862f6ff))

### [0.4.15](https://github.com/uzh-bf/gbl-uzh/compare/v0.4.14...v0.4.15) (2025-01-15)


Expand Down
2 changes: 1 addition & 1 deletion apps/advisor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gbl-uzh/advisor",
"description": "",
"version": "0.4.15",
"version": "0.4.16",
"license": "AGPL-3.0",
"main": "tailwind.config.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/demo-game/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@gbl-uzh/demo-game",
"version": "0.4.15",
"version": "0.4.16",
"license": "AGPL-3.0",
"dependencies": {
"@apollo/client": "3.11.10",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gbl-uzh/website",
"version": "0.4.15",
"version": "0.4.16",
"license": "AGPL-3.0",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"teaching",
"university"
],
"version": "0.4.15",
"version": "0.4.16",
"repository": "uzh-bf/gbl-uzh.git",
"homepage": "https://www.gbl.uzh.ch",
"maintainers": [
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gbl-uzh/platform",
"version": "0.4.15",
"version": "0.4.16",
"license": "LGPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 727f9ad

Please sign in to comment.