Skip to content

Commit

Permalink
ontime release (#694)
Browse files Browse the repository at this point in the history
* chore: version bump

---------

Co-authored-by: arc-alex <[email protected]>
  • Loading branch information
cpvalente and alex-Arc authored Jan 10, 2024
1 parent b1ba47a commit 71092af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ While it should allow for a generic setup, it might need to be modified to fit y
From the project root, run the following commands

- __Install the project dependencies__ by running `pnpm i`
- __Build packages__ by running `pnpm build:localdocker`
- __Build docker image from__ by running `docker build -t getontime/ontime`
- __Run docker image from compose__ by running `docker-compose up -d`

Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "2.24.8",
"version": "2.28.11",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "2.24.8",
"version": "2.28.11",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ontime-server",
"type": "module",
"main": "src/index.ts",
"version": "2.24.8",
"version": "2.28.11",
"exports": "./src/index.js",
"dependencies": {
"@googleapis/sheets": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "2.24.8",
"version": "2.28.11",
"description": "Time keeping for live events",
"keywords": [
"lightdev",
Expand Down

0 comments on commit 71092af

Please sign in to comment.