Skip to content

Commit

Permalink
chore(release): 1.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Jan 9, 2024
1 parent fde8f77 commit 508ea1e
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 11 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.

### [1.8.18](https://github.com/uzh-bf/klicker-uzh/compare/v1.8.17...v1.8.18) (2024-01-09)


### Bug Fixes

* do not fetch account summary on loginV2 ([0281702](https://github.com/uzh-bf/klicker-uzh/commit/0281702245a8586e67cfc4d0cbedc83b8d6b9f9c))


### Other

* lockfile maintenance ([fde8f77](https://github.com/uzh-bf/klicker-uzh/commit/fde8f77d94b0dcd68527b38492136e033cc581c2))
* update chart version ([7795804](https://github.com/uzh-bf/klicker-uzh/commit/7795804e5b94005cd79ae81cb75c9c114ac2bda5))

### [1.8.17](https://github.com/uzh-bf/klicker-uzh/compare/v1.8.16...v1.8.17) (2024-01-05)


Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/backend",
"version": "1.8.17",
"version": "1.8.18",
"main": "src/server.js",
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/docs",
"version": "1.8.17",
"version": "1.8.18",
"dependencies": {
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/frontend",
"version": "1.8.17",
"version": "1.8.18",
"exports": "./dist/server.js",
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/klicker-uzh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: klicker-uzh
description: A Helm chart for the KlickerUZH
type: application
version: 1.8.17
appVersion: v1.8.17
version: 1.8.18
appVersion: v1.8.18
dependencies:
- name: redis
version: 16.13.2
Expand Down
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/functions",
"version": "1.8.17",
"version": "1.8.18",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@klicker-uzh/monorepo",
"description": "KlickerUZH instant-class-response system.",
"version": "1.8.17",
"version": "1.8.18",
"workspaces": [
"apps/*",
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/db",
"version": "1.8.17",
"version": "1.8.18",
"main": "index.js",
"module": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klicker-uzh/ui",
"version": "1.8.17",
"version": "1.8.18",
"main": "dist/index.js",
"module": "dist/packagesui.esm.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 508ea1e

Please sign in to comment.