Skip to content

Commit

Permalink
chore(release): 1.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Dec 17, 2023
1 parent 493a321 commit 2d712af
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.12](https://github.com/uzh-bf/klicker-uzh/compare/v1.8.11...v1.8.12) (2023-12-17)


### Other

* less replicas for legacy version ([0cad4b1](https://github.com/uzh-bf/klicker-uzh/commit/0cad4b1db87c05c34fb51cd25e0a0a282c31c2a8))
* update index page ([493a321](https://github.com/uzh-bf/klicker-uzh/commit/493a32118bc987e443a2ee4842cfc86a8c4e72bf))

### [1.8.11](https://github.com/uzh-bf/klicker-uzh/compare/v1.8.10...v1.8.11) (2023-09-17)


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.11",
"version": "1.8.12",
"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.11",
"version": "1.8.12",
"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.11",
"version": "1.8.12",
"exports": "./dist/server.js",
"engines": {
"node": ">=16"
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.11",
"version": "1.8.12",
"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.11",
"version": "1.8.12",
"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.11",
"version": "1.8.12",
"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.11",
"version": "1.8.12",
"main": "dist/index.js",
"module": "dist/packagesui.esm.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 2d712af

Please sign in to comment.