From 21b71c3d27ff7bbef570e009f76d37e945854e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Mareti=C4=87?= Date: Thu, 27 Jun 2024 18:33:03 +0200 Subject: [PATCH] feat: bump version --- meteor/package.json | 2 +- meteor/yarn.lock | 12 +++--- packages/blueprints-integration/package.json | 4 +- packages/corelib/package.json | 6 +-- packages/documentation/package.json | 2 +- packages/job-worker/package.json | 8 ++-- packages/lerna.json | 6 +-- packages/live-status-gateway/package.json | 10 ++--- packages/mos-gateway/package.json | 6 +-- packages/openapi/package.json | 2 +- packages/playout-gateway/package.json | 6 +-- packages/server-core-integration/package.json | 4 +- packages/shared-lib/package.json | 2 +- packages/yarn.lock | 38 +++++++++---------- 14 files changed, 54 insertions(+), 54 deletions(-) diff --git a/meteor/package.json b/meteor/package.json index 4439fd357b..146b395c03 100644 --- a/meteor/package.json +++ b/meteor/package.json @@ -1,6 +1,6 @@ { "name": "automation-core", - "version": "1.51.0", + "version": "1.51.1", "private": true, "engines": { "node": ">=14.19.1" diff --git a/meteor/yarn.lock b/meteor/yarn.lock index 4b764ecd75..df1b263e5d 100644 --- a/meteor/yarn.lock +++ b/meteor/yarn.lock @@ -1321,7 +1321,7 @@ __metadata: version: 0.0.0-use.local resolution: "@sofie-automation/blueprints-integration@portal:../packages/blueprints-integration::locator=automation-core%40workspace%3A." dependencies: - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/shared-lib": 1.51.1 tslib: ^2.6.2 type-fest: ^3.13.1 languageName: node @@ -1362,8 +1362,8 @@ __metadata: version: 0.0.0-use.local resolution: "@sofie-automation/corelib@portal:../packages/corelib::locator=automation-core%40workspace%3A." dependencies: - "@sofie-automation/blueprints-integration": 1.51.0 - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/blueprints-integration": 1.51.1 + "@sofie-automation/shared-lib": 1.51.1 fast-clone: ^1.5.13 i18next: ^21.10.0 influx: ^5.9.3 @@ -1394,9 +1394,9 @@ __metadata: resolution: "@sofie-automation/job-worker@portal:../packages/job-worker::locator=automation-core%40workspace%3A." dependencies: "@slack/webhook": ^6.1.0 - "@sofie-automation/blueprints-integration": 1.51.0 - "@sofie-automation/corelib": 1.51.0 - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/blueprints-integration": 1.51.1 + "@sofie-automation/corelib": 1.51.1 + "@sofie-automation/shared-lib": 1.51.1 amqplib: ^0.10.3 deepmerge: ^4.3.1 elastic-apm-node: ^3.51.0 diff --git a/packages/blueprints-integration/package.json b/packages/blueprints-integration/package.json index 18d804cb18..7e45080600 100644 --- a/packages/blueprints-integration/package.json +++ b/packages/blueprints-integration/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/blueprints-integration", - "version": "1.51.0", + "version": "1.51.1", "description": "Library to define the interaction between core and the blueprints.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -40,7 +40,7 @@ "/LICENSE" ], "dependencies": { - "@sofie-automation/shared-lib": "1.51.0", + "@sofie-automation/shared-lib": "1.51.1", "tslib": "^2.6.2", "type-fest": "^3.13.1" }, diff --git a/packages/corelib/package.json b/packages/corelib/package.json index 95a12983e5..85f9c7e708 100644 --- a/packages/corelib/package.json +++ b/packages/corelib/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/corelib", - "version": "1.51.0", + "version": "1.51.1", "private": true, "description": "Internal library for some types shared by core and workers", "main": "dist/index.js", @@ -39,8 +39,8 @@ "/LICENSE" ], "dependencies": { - "@sofie-automation/blueprints-integration": "1.51.0", - "@sofie-automation/shared-lib": "1.51.0", + "@sofie-automation/blueprints-integration": "1.51.1", + "@sofie-automation/shared-lib": "1.51.1", "fast-clone": "^1.5.13", "i18next": "^21.10.0", "influx": "^5.9.3", diff --git a/packages/documentation/package.json b/packages/documentation/package.json index 346408a964..ffe7d52595 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "sofie-documentation", - "version": "1.51.0", + "version": "1.51.1", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/packages/job-worker/package.json b/packages/job-worker/package.json index 1211667944..66895e0699 100644 --- a/packages/job-worker/package.json +++ b/packages/job-worker/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/job-worker", - "version": "1.51.0", + "version": "1.51.1", "description": "Worker for things", "main": "dist/index.js", "license": "MIT", @@ -41,9 +41,9 @@ ], "dependencies": { "@slack/webhook": "^6.1.0", - "@sofie-automation/blueprints-integration": "1.51.0", - "@sofie-automation/corelib": "1.51.0", - "@sofie-automation/shared-lib": "1.51.0", + "@sofie-automation/blueprints-integration": "1.51.1", + "@sofie-automation/corelib": "1.51.1", + "@sofie-automation/shared-lib": "1.51.1", "amqplib": "^0.10.3", "deepmerge": "^4.3.1", "elastic-apm-node": "^3.51.0", diff --git a/packages/lerna.json b/packages/lerna.json index 3dc563f246..2d92352abb 100644 --- a/packages/lerna.json +++ b/packages/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.51.0", - "npmClient": "yarn", - "useWorkspaces": true + "version": "1.51.1", + "npmClient": "yarn", + "useWorkspaces": true } diff --git a/packages/live-status-gateway/package.json b/packages/live-status-gateway/package.json index 969e2eb1bb..53ba8784c4 100644 --- a/packages/live-status-gateway/package.json +++ b/packages/live-status-gateway/package.json @@ -1,6 +1,6 @@ { "name": "live-status-gateway", - "version": "1.51.0", + "version": "1.51.1", "private": true, "description": "Provides state from Sofie over sockets", "license": "MIT", @@ -53,10 +53,10 @@ "production" ], "dependencies": { - "@sofie-automation/blueprints-integration": "1.51.0", - "@sofie-automation/corelib": "1.51.0", - "@sofie-automation/server-core-integration": "1.51.0", - "@sofie-automation/shared-lib": "1.51.0", + "@sofie-automation/blueprints-integration": "1.51.1", + "@sofie-automation/corelib": "1.51.1", + "@sofie-automation/server-core-integration": "1.51.1", + "@sofie-automation/shared-lib": "1.51.1", "debug": "^4.3.4", "fast-clone": "^1.5.13", "influx": "^5.9.3", diff --git a/packages/mos-gateway/package.json b/packages/mos-gateway/package.json index 5e9344719d..3a302ba978 100644 --- a/packages/mos-gateway/package.json +++ b/packages/mos-gateway/package.json @@ -1,6 +1,6 @@ { "name": "mos-gateway", - "version": "1.51.0", + "version": "1.51.1", "private": true, "description": "MOS-Gateway for the Sofie project", "license": "MIT", @@ -67,8 +67,8 @@ ], "dependencies": { "@mos-connection/connector": "^4.1.0", - "@sofie-automation/server-core-integration": "1.51.0", - "@sofie-automation/shared-lib": "1.51.0", + "@sofie-automation/server-core-integration": "1.51.1", + "@sofie-automation/shared-lib": "1.51.1", "tslib": "^2.6.2", "type-fest": "^3.13.1", "underscore": "^1.13.6", diff --git a/packages/openapi/package.json b/packages/openapi/package.json index 96b0ae9a70..68ce11ca44 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/openapi", - "version": "1.51.0", + "version": "1.51.1", "private": true, "license": "MIT", "repository": { diff --git a/packages/playout-gateway/package.json b/packages/playout-gateway/package.json index 6ae4071aec..f9d659143c 100644 --- a/packages/playout-gateway/package.json +++ b/packages/playout-gateway/package.json @@ -1,6 +1,6 @@ { "name": "playout-gateway", - "version": "1.51.0", + "version": "1.51.1", "private": true, "description": "Connect to Core, play stuff", "license": "MIT", @@ -57,8 +57,8 @@ "production" ], "dependencies": { - "@sofie-automation/server-core-integration": "1.51.0", - "@sofie-automation/shared-lib": "1.51.0", + "@sofie-automation/server-core-integration": "1.51.1", + "@sofie-automation/shared-lib": "1.51.1", "debug": "^4.3.4", "influx": "^5.9.3", "timeline-state-resolver": "npm:@evs/timeline-state-resolver@9.1.1", diff --git a/packages/server-core-integration/package.json b/packages/server-core-integration/package.json index eb7e195593..e11f1cee7f 100644 --- a/packages/server-core-integration/package.json +++ b/packages/server-core-integration/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/server-core-integration", - "version": "1.51.0", + "version": "1.51.1", "description": "Library for connecting to Core", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -72,7 +72,7 @@ "production" ], "dependencies": { - "@sofie-automation/shared-lib": "1.51.0", + "@sofie-automation/shared-lib": "1.51.1", "ejson": "^2.2.3", "eventemitter3": "^4.0.7", "faye-websocket": "^0.11.4", diff --git a/packages/shared-lib/package.json b/packages/shared-lib/package.json index 2ab5e6f8cf..1ed1617a37 100644 --- a/packages/shared-lib/package.json +++ b/packages/shared-lib/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/shared-lib", - "version": "1.51.0", + "version": "1.51.1", "description": "Library for types & values shared by core, workers and gateways", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/yarn.lock b/packages/yarn.lock index 2c5d5a563f..0a078ab98b 100644 --- a/packages/yarn.lock +++ b/packages/yarn.lock @@ -4518,11 +4518,11 @@ __metadata: languageName: node linkType: hard -"@sofie-automation/blueprints-integration@1.51.0, @sofie-automation/blueprints-integration@workspace:blueprints-integration": +"@sofie-automation/blueprints-integration@1.51.1, @sofie-automation/blueprints-integration@workspace:blueprints-integration": version: 0.0.0-use.local resolution: "@sofie-automation/blueprints-integration@workspace:blueprints-integration" dependencies: - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/shared-lib": 1.51.1 tslib: ^2.6.2 type-fest: ^3.13.1 languageName: unknown @@ -4559,12 +4559,12 @@ __metadata: languageName: node linkType: hard -"@sofie-automation/corelib@1.51.0, @sofie-automation/corelib@workspace:corelib": +"@sofie-automation/corelib@1.51.1, @sofie-automation/corelib@workspace:corelib": version: 0.0.0-use.local resolution: "@sofie-automation/corelib@workspace:corelib" dependencies: - "@sofie-automation/blueprints-integration": 1.51.0 - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/blueprints-integration": 1.51.1 + "@sofie-automation/shared-lib": 1.51.1 fast-clone: ^1.5.13 i18next: ^21.10.0 influx: ^5.9.3 @@ -4595,9 +4595,9 @@ __metadata: resolution: "@sofie-automation/job-worker@workspace:job-worker" dependencies: "@slack/webhook": ^6.1.0 - "@sofie-automation/blueprints-integration": 1.51.0 - "@sofie-automation/corelib": 1.51.0 - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/blueprints-integration": 1.51.1 + "@sofie-automation/corelib": 1.51.1 + "@sofie-automation/shared-lib": 1.51.1 amqplib: ^0.10.3 deepmerge: ^4.3.1 elastic-apm-node: ^3.51.0 @@ -4627,11 +4627,11 @@ __metadata: languageName: unknown linkType: soft -"@sofie-automation/server-core-integration@1.51.0, @sofie-automation/server-core-integration@workspace:server-core-integration": +"@sofie-automation/server-core-integration@1.51.1, @sofie-automation/server-core-integration@workspace:server-core-integration": version: 0.0.0-use.local resolution: "@sofie-automation/server-core-integration@workspace:server-core-integration" dependencies: - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/shared-lib": 1.51.1 ejson: ^2.2.3 eventemitter3: ^4.0.7 faye-websocket: ^0.11.4 @@ -4641,7 +4641,7 @@ __metadata: languageName: unknown linkType: soft -"@sofie-automation/shared-lib@1.51.0, @sofie-automation/shared-lib@workspace:shared-lib": +"@sofie-automation/shared-lib@1.51.1, @sofie-automation/shared-lib@workspace:shared-lib": version: 0.0.0-use.local resolution: "@sofie-automation/shared-lib@workspace:shared-lib" dependencies: @@ -14784,10 +14784,10 @@ asn1@evs-broadcast/node-asn1: "@asyncapi/generator": ^1.17.7 "@asyncapi/html-template": ^2.1.7 "@asyncapi/nodejs-ws-template": ^0.9.33 - "@sofie-automation/blueprints-integration": 1.51.0 - "@sofie-automation/corelib": 1.51.0 - "@sofie-automation/server-core-integration": 1.51.0 - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/blueprints-integration": 1.51.1 + "@sofie-automation/corelib": 1.51.1 + "@sofie-automation/server-core-integration": 1.51.1 + "@sofie-automation/shared-lib": 1.51.1 debug: ^4.3.4 fast-clone: ^1.5.13 influx: ^5.9.3 @@ -15906,8 +15906,8 @@ asn1@evs-broadcast/node-asn1: resolution: "mos-gateway@workspace:mos-gateway" dependencies: "@mos-connection/connector": ^4.1.0 - "@sofie-automation/server-core-integration": 1.51.0 - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/server-core-integration": 1.51.1 + "@sofie-automation/shared-lib": 1.51.1 tslib: ^2.6.2 type-fest: ^3.13.1 underscore: ^1.13.6 @@ -17849,8 +17849,8 @@ asn1@evs-broadcast/node-asn1: version: 0.0.0-use.local resolution: "playout-gateway@workspace:playout-gateway" dependencies: - "@sofie-automation/server-core-integration": 1.51.0 - "@sofie-automation/shared-lib": 1.51.0 + "@sofie-automation/server-core-integration": 1.51.1 + "@sofie-automation/shared-lib": 1.51.1 debug: ^4.3.4 influx: ^5.9.3 timeline-state-resolver: "npm:@evs/timeline-state-resolver@9.1.1"