bump version to 4.2.1 (#1896)

This commit is contained in:
Carlos Valente
2025-11-28 16:26:53 +01:00
committed by GitHub
parent 3f1f06f7c5
commit 9ba5ebd4bd
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@getontime/cli",
"version": "4.2.0",
"version": "4.2.1",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"type": "module",
"dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime-electron",
"version": "4.2.0",
"version": "4.2.1",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@getontime/resolver",
"version": "4.0.0",
"version": "4.2.1",
"type": "module",
"repository": "https://github.com/cpvalente/ontime",
"types": "./dist/main.d.ts",
@@ -23,7 +23,7 @@
"tsup": "^8.5.0",
"rimraf": "catalog:",
"typescript": "catalog:",
"ontime-types": "workspace:^4.0.0"
"ontime-types": "workspace:^4.2.1"
},
"files": ["dist"]
}
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "ontime-server",
"type": "module",
"main": "src/index.ts",
"version": "4.2.0",
"version": "4.2.1",
"exports": "./src/index.js",
"dependencies": {
"@googleapis/sheets": "^5.0.5",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "4.2.0",
"version": "4.2.1",
"description": "Time keeping for live events",
"keywords": [
"ontime",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "4.0.0-beta.4",
"version": "4.2.1",
"name": "ontime-types",
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -295,7 +295,7 @@ importers:
specifier: 'catalog:'
version: 8.56.0
ontime-types:
specifier: workspace:^4.0.0
specifier: workspace:^4.2.1
version: link:../../packages/types
rimraf:
specifier: 'catalog:'