diff --git a/meteor/package.json b/meteor/package.json index c8a40aefa7..7c5f4a0174 100644 --- a/meteor/package.json +++ b/meteor/package.json @@ -1,6 +1,6 @@ { "name": "automation-core", - "version": "1.51.0-in-testing.3", + "version": "1.51.0", "private": true, "engines": { "node": ">=14.19.1" diff --git a/meteor/yarn.lock b/meteor/yarn.lock index 36b45b054a..6703e7570c 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-in-testing.3 + "@sofie-automation/shared-lib": 1.51.0 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-in-testing.3 - "@sofie-automation/shared-lib": 1.51.0-in-testing.3 + "@sofie-automation/blueprints-integration": 1.51.0 + "@sofie-automation/shared-lib": 1.51.0 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-in-testing.3 - "@sofie-automation/corelib": 1.51.0-in-testing.3 - "@sofie-automation/shared-lib": 1.51.0-in-testing.3 + "@sofie-automation/blueprints-integration": 1.51.0 + "@sofie-automation/corelib": 1.51.0 + "@sofie-automation/shared-lib": 1.51.0 amqplib: ^0.10.3 deepmerge: ^4.3.1 elastic-apm-node: ^3.51.0 diff --git a/packages/blueprints-integration/CHANGELOG.md b/packages/blueprints-integration/CHANGELOG.md index 7f7d19e7ac..55ec9e0ed0 100644 --- a/packages/blueprints-integration/CHANGELOG.md +++ b/packages/blueprints-integration/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07) + +**Note:** Version bump only for package @sofie-automation/blueprints-integration + + + + + +# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07) + +**Note:** Version bump only for package @sofie-automation/blueprints-integration + + + + + # [1.51.0-in-testing.3](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.2...v1.51.0-in-testing.3) (2024-09-25) **Note:** Version bump only for package @sofie-automation/blueprints-integration diff --git a/packages/blueprints-integration/package.json b/packages/blueprints-integration/package.json index bed9b93615..930198f9cf 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-in-testing.3", + "version": "1.51.0", "description": "Library to define the interaction between core and the blueprints.", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -38,7 +38,7 @@ "/LICENSE" ], "dependencies": { - "@sofie-automation/shared-lib": "1.51.0-in-testing.3", + "@sofie-automation/shared-lib": "1.51.0", "tslib": "^2.6.2", "type-fest": "^3.13.1" }, diff --git a/packages/corelib/package.json b/packages/corelib/package.json index f10e62e012..8f3e8f208a 100644 --- a/packages/corelib/package.json +++ b/packages/corelib/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/corelib", - "version": "1.51.0-in-testing.3", + "version": "1.51.0", "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-in-testing.3", - "@sofie-automation/shared-lib": "1.51.0-in-testing.3", + "@sofie-automation/blueprints-integration": "1.51.0", + "@sofie-automation/shared-lib": "1.51.0", "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 402e20b927..b7e29f1811 100644 --- a/packages/documentation/package.json +++ b/packages/documentation/package.json @@ -1,6 +1,6 @@ { "name": "sofie-documentation", - "version": "1.51.0-in-testing.3", + "version": "1.51.0", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/packages/job-worker/package.json b/packages/job-worker/package.json index dbae10b7ca..fc5c6d4ee8 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-in-testing.3", + "version": "1.51.0", "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-in-testing.3", - "@sofie-automation/corelib": "1.51.0-in-testing.3", - "@sofie-automation/shared-lib": "1.51.0-in-testing.3", + "@sofie-automation/blueprints-integration": "1.51.0", + "@sofie-automation/corelib": "1.51.0", + "@sofie-automation/shared-lib": "1.51.0", "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 99d49ac919..3dc563f246 100644 --- a/packages/lerna.json +++ b/packages/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.51.0-in-testing.3", + "version": "1.51.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/live-status-gateway/package.json b/packages/live-status-gateway/package.json index 36ea25d94d..09169a8c79 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-in-testing.3", + "version": "1.51.0", "private": true, "description": "Provides state from Sofie over sockets", "license": "MIT", @@ -53,10 +53,10 @@ "production" ], "dependencies": { - "@sofie-automation/blueprints-integration": "1.51.0-in-testing.3", - "@sofie-automation/corelib": "1.51.0-in-testing.3", - "@sofie-automation/server-core-integration": "1.51.0-in-testing.3", - "@sofie-automation/shared-lib": "1.51.0-in-testing.3", + "@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", "debug": "^4.3.4", "fast-clone": "^1.5.13", "influx": "^5.9.3", diff --git a/packages/mos-gateway/CHANGELOG.md b/packages/mos-gateway/CHANGELOG.md index 956e4bea81..e5f4ca3e25 100644 --- a/packages/mos-gateway/CHANGELOG.md +++ b/packages/mos-gateway/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07) + +**Note:** Version bump only for package mos-gateway + + + + + +# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07) + +**Note:** Version bump only for package mos-gateway + + + + + # [1.51.0-in-testing.3](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.2...v1.51.0-in-testing.3) (2024-09-25) **Note:** Version bump only for package mos-gateway diff --git a/packages/mos-gateway/package.json b/packages/mos-gateway/package.json index 4aa3d551dd..8f596d779e 100644 --- a/packages/mos-gateway/package.json +++ b/packages/mos-gateway/package.json @@ -1,6 +1,6 @@ { "name": "mos-gateway", - "version": "1.51.0-in-testing.3", + "version": "1.51.0", "private": true, "description": "MOS-Gateway for the Sofie project", "license": "MIT", @@ -66,8 +66,8 @@ ], "dependencies": { "@mos-connection/connector": "4.1.1", - "@sofie-automation/server-core-integration": "1.51.0-in-testing.3", - "@sofie-automation/shared-lib": "1.51.0-in-testing.3", + "@sofie-automation/server-core-integration": "1.51.0", + "@sofie-automation/shared-lib": "1.51.0", "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 e885dc38f5..8c3d4ed241 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@sofie-automation/openapi", - "version": "1.51.0-in-testing.3", + "version": "1.51.0", "license": "MIT", "repository": { "type": "git", diff --git a/packages/playout-gateway/CHANGELOG.md b/packages/playout-gateway/CHANGELOG.md index 9dae36de7a..957ccfeabf 100644 --- a/packages/playout-gateway/CHANGELOG.md +++ b/packages/playout-gateway/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07) + +**Note:** Version bump only for package playout-gateway + + + + + +# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07) + +**Note:** Version bump only for package playout-gateway + + + + + # [1.51.0-in-testing.3](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.2...v1.51.0-in-testing.3) (2024-09-25) **Note:** Version bump only for package playout-gateway diff --git a/packages/playout-gateway/package.json b/packages/playout-gateway/package.json index 9ad9e6859e..d0d347cbdd 100644 --- a/packages/playout-gateway/package.json +++ b/packages/playout-gateway/package.json @@ -1,6 +1,6 @@ { "name": "playout-gateway", - "version": "1.51.0-in-testing.3", + "version": "1.51.0", "private": true, "description": "Connect to Core, play stuff", "license": "MIT", @@ -56,8 +56,8 @@ "production" ], "dependencies": { - "@sofie-automation/server-core-integration": "1.51.0-in-testing.3", - "@sofie-automation/shared-lib": "1.51.0-in-testing.3", + "@sofie-automation/server-core-integration": "1.51.0", + "@sofie-automation/shared-lib": "1.51.0", "debug": "^4.3.4", "influx": "^5.9.3", "timeline-state-resolver": "9.2.0", diff --git a/packages/server-core-integration/CHANGELOG.md b/packages/server-core-integration/CHANGELOG.md index 46ff10a210..ee716eef17 100644 --- a/packages/server-core-integration/CHANGELOG.md +++ b/packages/server-core-integration/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07) + +**Note:** Version bump only for package @sofie-automation/server-core-integration + + + + + +# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07) + +**Note:** Version bump only for package @sofie-automation/server-core-integration + + + + + # [1.51.0-in-testing.3](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.2...v1.51.0-in-testing.3) (2024-09-25) **Note:** Version bump only for package @sofie-automation/server-core-integration diff --git a/packages/server-core-integration/package.json b/packages/server-core-integration/package.json index 90c8dc9d62..5680bb015a 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-in-testing.3", + "version": "1.51.0", "description": "Library for connecting to Core", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -70,7 +70,7 @@ "production" ], "dependencies": { - "@sofie-automation/shared-lib": "1.51.0-in-testing.3", + "@sofie-automation/shared-lib": "1.51.0", "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 45698c5d51..efe3f7f5db 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-in-testing.3", + "version": "1.51.0", "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 8753a42441..f6f9c36bd9 100644 --- a/packages/yarn.lock +++ b/packages/yarn.lock @@ -4565,11 +4565,11 @@ __metadata: languageName: node linkType: hard -"@sofie-automation/blueprints-integration@1.51.0-in-testing.3, @sofie-automation/blueprints-integration@workspace:blueprints-integration": +"@sofie-automation/blueprints-integration@1.51.0, @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-in-testing.3 + "@sofie-automation/shared-lib": 1.51.0 tslib: ^2.6.2 type-fest: ^3.13.1 languageName: unknown @@ -4606,12 +4606,12 @@ __metadata: languageName: node linkType: hard -"@sofie-automation/corelib@1.51.0-in-testing.3, @sofie-automation/corelib@workspace:corelib": +"@sofie-automation/corelib@1.51.0, @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-in-testing.3 - "@sofie-automation/shared-lib": 1.51.0-in-testing.3 + "@sofie-automation/blueprints-integration": 1.51.0 + "@sofie-automation/shared-lib": 1.51.0 fast-clone: ^1.5.13 i18next: ^21.10.0 influx: ^5.9.3 @@ -4642,9 +4642,9 @@ __metadata: resolution: "@sofie-automation/job-worker@workspace:job-worker" dependencies: "@slack/webhook": ^6.1.0 - "@sofie-automation/blueprints-integration": 1.51.0-in-testing.3 - "@sofie-automation/corelib": 1.51.0-in-testing.3 - "@sofie-automation/shared-lib": 1.51.0-in-testing.3 + "@sofie-automation/blueprints-integration": 1.51.0 + "@sofie-automation/corelib": 1.51.0 + "@sofie-automation/shared-lib": 1.51.0 amqplib: ^0.10.3 deepmerge: ^4.3.1 elastic-apm-node: ^3.51.0 @@ -4674,11 +4674,11 @@ __metadata: languageName: unknown linkType: soft -"@sofie-automation/server-core-integration@1.51.0-in-testing.3, @sofie-automation/server-core-integration@workspace:server-core-integration": +"@sofie-automation/server-core-integration@1.51.0, @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-in-testing.3 + "@sofie-automation/shared-lib": 1.51.0 ejson: ^2.2.3 eventemitter3: ^4.0.7 faye-websocket: ^0.11.4 @@ -4688,7 +4688,7 @@ __metadata: languageName: unknown linkType: soft -"@sofie-automation/shared-lib@1.51.0-in-testing.3, @sofie-automation/shared-lib@workspace:shared-lib": +"@sofie-automation/shared-lib@1.51.0, @sofie-automation/shared-lib@workspace:shared-lib": version: 0.0.0-use.local resolution: "@sofie-automation/shared-lib@workspace:shared-lib" dependencies: @@ -15334,10 +15334,10 @@ asn1@evs-broadcast/node-asn1: "@asyncapi/generator": ^1.17.25 "@asyncapi/html-template": ^2.3.9 "@asyncapi/nodejs-ws-template": ^0.9.36 - "@sofie-automation/blueprints-integration": 1.51.0-in-testing.3 - "@sofie-automation/corelib": 1.51.0-in-testing.3 - "@sofie-automation/server-core-integration": 1.51.0-in-testing.3 - "@sofie-automation/shared-lib": 1.51.0-in-testing.3 + "@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 debug: ^4.3.4 fast-clone: ^1.5.13 influx: ^5.9.3 @@ -17410,8 +17410,8 @@ asn1@evs-broadcast/node-asn1: resolution: "mos-gateway@workspace:mos-gateway" dependencies: "@mos-connection/connector": 4.1.1 - "@sofie-automation/server-core-integration": 1.51.0-in-testing.3 - "@sofie-automation/shared-lib": 1.51.0-in-testing.3 + "@sofie-automation/server-core-integration": 1.51.0 + "@sofie-automation/shared-lib": 1.51.0 tslib: ^2.6.2 type-fest: ^3.13.1 underscore: ^1.13.6 @@ -19397,8 +19397,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-in-testing.3 - "@sofie-automation/shared-lib": 1.51.0-in-testing.3 + "@sofie-automation/server-core-integration": 1.51.0 + "@sofie-automation/shared-lib": 1.51.0 debug: ^4.3.4 influx: ^5.9.3 timeline-state-resolver: 9.2.0