Skip to content

Commit

Permalink
chore(release): 1.51.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Dec 4, 2024
1 parent 9f9b6e7 commit d2a3cdf
Show file tree
Hide file tree
Showing 19 changed files with 94 additions and 52 deletions.
10 changes: 10 additions & 0 deletions meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.4](///compare/v1.51.3...v1.51.4) (2024-12-04)


### Bug Fixes

* Device Action Studio Context gets lost, Adlib previews are unstable 193815d
* Live Status Gateway Dockerfile (regular) still uses yarn to start 0ae53c4
* release scripts broken on Windows 9636051
* RundownView shows spinner when unMOSing a Rundown from a Playlist 874e85c

### [1.51.2](https://github.com/nrkno/tv-automation-server-core/compare/v1.51.1...v1.51.2) (2024-11-21)


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.3",
"version": "1.51.4",
"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.3
"@sofie-automation/shared-lib": 1.51.4
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.3
"@sofie-automation/shared-lib": 1.51.3
"@sofie-automation/blueprints-integration": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
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.3
"@sofie-automation/corelib": 1.51.3
"@sofie-automation/shared-lib": 1.51.3
"@sofie-automation/blueprints-integration": 1.51.4
"@sofie-automation/corelib": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
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.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





## [1.51.3](https://github.com/nrkno/sofie-core/compare/v1.51.2...v1.51.3) (2024-11-21)

**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.3",
"version": "1.51.4",
"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.3",
"@sofie-automation/shared-lib": "1.51.4",
"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.3",
"version": "1.51.4",
"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.3",
"@sofie-automation/shared-lib": "1.51.3",
"@sofie-automation/blueprints-integration": "1.51.4",
"@sofie-automation/shared-lib": "1.51.4",
"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.3",
"version": "1.51.4",
"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.3",
"version": "1.51.4",
"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.3",
"@sofie-automation/corelib": "1.51.3",
"@sofie-automation/shared-lib": "1.51.3",
"@sofie-automation/blueprints-integration": "1.51.4",
"@sofie-automation/corelib": "1.51.4",
"@sofie-automation/shared-lib": "1.51.4",
"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.3",
"version": "1.51.4",
"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.3",
"version": "1.51.4",
"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.3",
"@sofie-automation/corelib": "1.51.3",
"@sofie-automation/server-core-integration": "1.51.3",
"@sofie-automation/shared-lib": "1.51.3",
"@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",
"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.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





## [1.51.3](https://github.com/nrkno/sofie-core/compare/v1.51.2...v1.51.3) (2024-11-21)


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.3",
"version": "1.51.4",
"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.3",
"@sofie-automation/shared-lib": "1.51.3",
"@sofie-automation/server-core-integration": "1.51.4",
"@sofie-automation/shared-lib": "1.51.4",
"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.3",
"version": "1.51.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
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.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





## [1.51.3](https://github.com/nrkno/sofie-core/compare/v1.51.2...v1.51.3) (2024-11-21)


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.3",
"version": "1.51.4",
"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.3",
"@sofie-automation/shared-lib": "1.51.3",
"@sofie-automation/server-core-integration": "1.51.4",
"@sofie-automation/shared-lib": "1.51.4",
"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.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





## [1.51.3](https://github.com/nrkno/sofie-core/compare/v1.51.2...v1.51.3) (2024-11-21)

**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.3",
"version": "1.51.4",
"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.3",
"@sofie-automation/shared-lib": "1.51.4",
"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.3",
"version": "1.51.4",
"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/blueprints-integration@1.51.3, @sofie-automation/blueprints-integration@workspace:blueprints-integration":
"@sofie-automation/blueprints-integration@1.51.4, @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.3
"@sofie-automation/shared-lib": 1.51.4
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/corelib@1.51.3, @sofie-automation/corelib@workspace:corelib":
"@sofie-automation/corelib@1.51.4, @sofie-automation/corelib@workspace:corelib":
version: 0.0.0-use.local
resolution: "@sofie-automation/corelib@workspace:corelib"
dependencies:
"@sofie-automation/blueprints-integration": 1.51.3
"@sofie-automation/shared-lib": 1.51.3
"@sofie-automation/blueprints-integration": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
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.3
"@sofie-automation/corelib": 1.51.3
"@sofie-automation/shared-lib": 1.51.3
"@sofie-automation/blueprints-integration": 1.51.4
"@sofie-automation/corelib": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
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/server-core-integration@1.51.3, @sofie-automation/server-core-integration@workspace:server-core-integration":
"@sofie-automation/server-core-integration@1.51.4, @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.3
"@sofie-automation/shared-lib": 1.51.4
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/shared-lib@1.51.3, @sofie-automation/shared-lib@workspace:shared-lib":
"@sofie-automation/shared-lib@1.51.4, @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.3
"@sofie-automation/corelib": 1.51.3
"@sofie-automation/server-core-integration": 1.51.3
"@sofie-automation/shared-lib": 1.51.3
"@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
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.3
"@sofie-automation/shared-lib": 1.51.3
"@sofie-automation/server-core-integration": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
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.3
"@sofie-automation/shared-lib": 1.51.3
"@sofie-automation/server-core-integration": 1.51.4
"@sofie-automation/shared-lib": 1.51.4
debug: ^4.3.4
influx: ^5.9.3
timeline-state-resolver: 9.2.1
Expand Down

0 comments on commit d2a3cdf

Please sign in to comment.