Skip to content

Commit

Permalink
chore(release): 1.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Jan 5, 2024
1 parent eada670 commit 8a9bdf9
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 11 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.

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


### Bug Fixes

* import of logo path ([eada670](https://github.com/uzh-bf/klicker-uzh/commit/eada670de6ee896ccac2efd26b188d0f4524cf97))

### [1.8.15](https://github.com/uzh-bf/klicker-uzh/compare/v1.8.14...v1.8.15) (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.15",
"version": "1.8.16",
"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.15",
"version": "1.8.16",
"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.15",
"version": "1.8.16",
"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.15
appVersion: v1.8.15
version: 1.8.16
appVersion: v1.8.16
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.15",
"version": "1.8.16",
"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.15",
"version": "1.8.16",
"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.15",
"version": "1.8.16",
"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.15",
"version": "1.8.16",
"main": "dist/index.js",
"module": "dist/packagesui.esm.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 8a9bdf9

Please sign in to comment.