Skip to content

Commit

Permalink
chore(release): 1.51.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jan 7, 2025
1 parent 988274d commit 4253eea
Show file tree
Hide file tree
Showing 20 changed files with 92 additions and 53 deletions.
7 changes: 7 additions & 0 deletions meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.51.5](///compare/v1.51.4...v1.51.5) (2025-01-07)


### Bug Fixes

* **job-worker/playout:** Hold mode doesn't work at all a7d6999

### [1.51.4](///compare/v1.51.3...v1.51.4) (2024-12-04)


Expand Down
2 changes: 1 addition & 1 deletion meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automation-core",
"version": "1.51.4",
"version": "1.51.5",
"private": true,
"engines": {
"node": ">=14.19.1"
Expand Down
12 changes: 6 additions & 6 deletions meteor/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
"@sofie-automation/shared-lib": 1.51.5
tslib: ^2.6.2
type-fest: ^3.13.1
languageName: node
Expand Down Expand Up @@ -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.4
"@sofie-automation/shared-lib": 1.51.4
"@sofie-automation/blueprints-integration": 1.51.5
"@sofie-automation/shared-lib": 1.51.5
fast-clone: ^1.5.13
i18next: ^21.10.0
influx: ^5.9.3
Expand Down Expand Up @@ -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.4
"@sofie-automation/corelib": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
"@sofie-automation/blueprints-integration": 1.51.5
"@sofie-automation/corelib": 1.51.5
"@sofie-automation/shared-lib": 1.51.5
amqplib: ^0.10.3
deepmerge: ^4.3.1
elastic-apm-node: ^3.51.0
Expand Down
8 changes: 8 additions & 0 deletions packages/blueprints-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.51.5](https://github.com/nrkno/sofie-core/compare/v1.51.4...v1.51.5) (2025-01-07)

**Note:** Version bump only for package @sofie-automation/blueprints-integration





## [1.51.4](https://github.com/nrkno/sofie-core/compare/v1.51.3...v1.51.4) (2024-12-04)

**Note:** Version bump only for package @sofie-automation/blueprints-integration
Expand Down
4 changes: 2 additions & 2 deletions packages/blueprints-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/blueprints-integration",
"version": "1.51.4",
"version": "1.51.5",
"description": "Library to define the interaction between core and the blueprints.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"/LICENSE"
],
"dependencies": {
"@sofie-automation/shared-lib": "1.51.4",
"@sofie-automation/shared-lib": "1.51.5",
"tslib": "^2.6.2",
"type-fest": "^3.13.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/corelib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/corelib",
"version": "1.51.4",
"version": "1.51.5",
"private": true,
"description": "Internal library for some types shared by core and workers",
"main": "dist/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"/LICENSE"
],
"dependencies": {
"@sofie-automation/blueprints-integration": "1.51.4",
"@sofie-automation/shared-lib": "1.51.4",
"@sofie-automation/blueprints-integration": "1.51.5",
"@sofie-automation/shared-lib": "1.51.5",
"fast-clone": "^1.5.13",
"i18next": "^21.10.0",
"influx": "^5.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sofie-documentation",
"version": "1.51.4",
"version": "1.51.5",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 4 additions & 4 deletions packages/job-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/job-worker",
"version": "1.51.4",
"version": "1.51.5",
"description": "Worker for things",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -41,9 +41,9 @@
],
"dependencies": {
"@slack/webhook": "^6.1.0",
"@sofie-automation/blueprints-integration": "1.51.4",
"@sofie-automation/corelib": "1.51.4",
"@sofie-automation/shared-lib": "1.51.4",
"@sofie-automation/blueprints-integration": "1.51.5",
"@sofie-automation/corelib": "1.51.5",
"@sofie-automation/shared-lib": "1.51.5",
"amqplib": "^0.10.3",
"deepmerge": "^4.3.1",
"elastic-apm-node": "^3.51.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.51.4",
"version": "1.51.5",
"npmClient": "yarn",
"useWorkspaces": true
}
10 changes: 5 additions & 5 deletions packages/live-status-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-status-gateway",
"version": "1.51.4",
"version": "1.51.5",
"private": true,
"description": "Provides state from Sofie over sockets",
"license": "MIT",
Expand Down Expand Up @@ -53,10 +53,10 @@
"production"
],
"dependencies": {
"@sofie-automation/blueprints-integration": "1.51.4",
"@sofie-automation/corelib": "1.51.4",
"@sofie-automation/server-core-integration": "1.51.4",
"@sofie-automation/shared-lib": "1.51.4",
"@sofie-automation/blueprints-integration": "1.51.5",
"@sofie-automation/corelib": "1.51.5",
"@sofie-automation/server-core-integration": "1.51.5",
"@sofie-automation/shared-lib": "1.51.5",
"debug": "^4.3.4",
"fast-clone": "^1.5.13",
"influx": "^5.9.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/mos-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.51.5](https://github.com/nrkno/sofie-core/compare/v1.51.4...v1.51.5) (2025-01-07)

**Note:** Version bump only for package mos-gateway





## [1.51.4](https://github.com/nrkno/sofie-core/compare/v1.51.3...v1.51.4) (2024-12-04)

**Note:** Version bump only for package mos-gateway
Expand Down
6 changes: 3 additions & 3 deletions packages/mos-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mos-gateway",
"version": "1.51.4",
"version": "1.51.5",
"private": true,
"description": "MOS-Gateway for the Sofie project",
"license": "MIT",
Expand Down Expand Up @@ -66,8 +66,8 @@
],
"dependencies": {
"@mos-connection/connector": "4.1.1",
"@sofie-automation/server-core-integration": "1.51.4",
"@sofie-automation/shared-lib": "1.51.4",
"@sofie-automation/server-core-integration": "1.51.5",
"@sofie-automation/shared-lib": "1.51.5",
"tslib": "^2.6.2",
"type-fest": "^3.13.1",
"underscore": "^1.13.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/openapi",
"version": "1.51.4",
"version": "1.51.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
},
"name": "packages",
"packageManager": "[email protected]"
}
}
8 changes: 8 additions & 0 deletions packages/playout-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.51.5](https://github.com/nrkno/sofie-core/compare/v1.51.4...v1.51.5) (2025-01-07)

**Note:** Version bump only for package playout-gateway





## [1.51.4](https://github.com/nrkno/sofie-core/compare/v1.51.3...v1.51.4) (2024-12-04)

**Note:** Version bump only for package playout-gateway
Expand Down
6 changes: 3 additions & 3 deletions packages/playout-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playout-gateway",
"version": "1.51.4",
"version": "1.51.5",
"private": true,
"description": "Connect to Core, play stuff",
"license": "MIT",
Expand Down Expand Up @@ -56,8 +56,8 @@
"production"
],
"dependencies": {
"@sofie-automation/server-core-integration": "1.51.4",
"@sofie-automation/shared-lib": "1.51.4",
"@sofie-automation/server-core-integration": "1.51.5",
"@sofie-automation/shared-lib": "1.51.5",
"debug": "^4.3.4",
"influx": "^5.9.3",
"timeline-state-resolver": "9.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/server-core-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.51.5](https://github.com/nrkno/sofie-core/compare/v1.51.4...v1.51.5) (2025-01-07)

**Note:** Version bump only for package @sofie-automation/server-core-integration





## [1.51.4](https://github.com/nrkno/sofie-core/compare/v1.51.3...v1.51.4) (2024-12-04)

**Note:** Version bump only for package @sofie-automation/server-core-integration
Expand Down
4 changes: 2 additions & 2 deletions packages/server-core-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/server-core-integration",
"version": "1.51.4",
"version": "1.51.5",
"description": "Library for connecting to Core",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
"production"
],
"dependencies": {
"@sofie-automation/shared-lib": "1.51.4",
"@sofie-automation/shared-lib": "1.51.5",
"ejson": "^2.2.3",
"eventemitter3": "^4.0.7",
"faye-websocket": "^0.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/shared-lib",
"version": "1.51.4",
"version": "1.51.5",
"description": "Library for types & values shared by core, workers and gateways",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
38 changes: 19 additions & 19 deletions packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4565,11 +4565,11 @@ __metadata:
languageName: node
linkType: hard

"@sofie-automation/[email protected].4, @sofie-automation/blueprints-integration@workspace:blueprints-integration":
"@sofie-automation/[email protected].5, @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.4
"@sofie-automation/shared-lib": 1.51.5
tslib: ^2.6.2
type-fest: ^3.13.1
languageName: unknown
Expand Down Expand Up @@ -4606,12 +4606,12 @@ __metadata:
languageName: node
linkType: hard

"@sofie-automation/[email protected].4, @sofie-automation/corelib@workspace:corelib":
"@sofie-automation/[email protected].5, @sofie-automation/corelib@workspace:corelib":
version: 0.0.0-use.local
resolution: "@sofie-automation/corelib@workspace:corelib"
dependencies:
"@sofie-automation/blueprints-integration": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
"@sofie-automation/blueprints-integration": 1.51.5
"@sofie-automation/shared-lib": 1.51.5
fast-clone: ^1.5.13
i18next: ^21.10.0
influx: ^5.9.3
Expand Down Expand Up @@ -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.4
"@sofie-automation/corelib": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
"@sofie-automation/blueprints-integration": 1.51.5
"@sofie-automation/corelib": 1.51.5
"@sofie-automation/shared-lib": 1.51.5
amqplib: ^0.10.3
deepmerge: ^4.3.1
elastic-apm-node: ^3.51.0
Expand Down Expand Up @@ -4674,11 +4674,11 @@ __metadata:
languageName: unknown
linkType: soft

"@sofie-automation/[email protected].4, @sofie-automation/server-core-integration@workspace:server-core-integration":
"@sofie-automation/[email protected].5, @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.4
"@sofie-automation/shared-lib": 1.51.5
ejson: ^2.2.3
eventemitter3: ^4.0.7
faye-websocket: ^0.11.4
Expand All @@ -4688,7 +4688,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sofie-automation/[email protected].4, @sofie-automation/shared-lib@workspace:shared-lib":
"@sofie-automation/[email protected].5, @sofie-automation/shared-lib@workspace:shared-lib":
version: 0.0.0-use.local
resolution: "@sofie-automation/shared-lib@workspace:shared-lib"
dependencies:
Expand Down Expand Up @@ -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.4
"@sofie-automation/corelib": 1.51.4
"@sofie-automation/server-core-integration": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
"@sofie-automation/blueprints-integration": 1.51.5
"@sofie-automation/corelib": 1.51.5
"@sofie-automation/server-core-integration": 1.51.5
"@sofie-automation/shared-lib": 1.51.5
debug: ^4.3.4
fast-clone: ^1.5.13
influx: ^5.9.3
Expand Down Expand Up @@ -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.4
"@sofie-automation/shared-lib": 1.51.4
"@sofie-automation/server-core-integration": 1.51.5
"@sofie-automation/shared-lib": 1.51.5
tslib: ^2.6.2
type-fest: ^3.13.1
underscore: ^1.13.6
Expand Down Expand Up @@ -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.4
"@sofie-automation/shared-lib": 1.51.4
"@sofie-automation/server-core-integration": 1.51.5
"@sofie-automation/shared-lib": 1.51.5
debug: ^4.3.4
influx: ^5.9.3
timeline-state-resolver: 9.2.1
Expand Down

0 comments on commit 4253eea

Please sign in to comment.