Skip to content

Commit

Permalink
chore(release): 1.50.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperstarkar committed Jul 30, 2024
1 parent a0f693e commit f0224c9
Show file tree
Hide file tree
Showing 19 changed files with 101 additions and 52 deletions.
11 changes: 11 additions & 0 deletions meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.50.4](https://github.com/nrkno/sofie-core/compare/v1.50.3-LSG-updates...v1.50.4) (2024-07-30)


### Bug Fixes

* further improve stringifyError ([0233073](https://github.com/nrkno/sofie-core/commit/02330735fd4f3b03f9bff84e4c41fb9199a4623e))
* improve error logging: use stringifyError() ([8da63de](https://github.com/nrkno/sofie-core/commit/8da63dec44915439ea436eee9697f3774241537b))
* **LSG:** Token "examples" does not exist when running `yarn gendocs` ([a0ea9b4](https://github.com/nrkno/sofie-core/commit/a0ea9b48997fe39e8db5ababef744c103a68509f))
* make stringifyError handle UserError better ([e2ecc7e](https://github.com/nrkno/sofie-core/commit/e2ecc7eb48b9ad6c0d95b299d954abac577e70a7))
* refactor VirtualElement to be a FC ([bf81baf](https://github.com/nrkno/sofie-core/commit/bf81baf9ff520ad6a9fc9b6378ce6ceeac320645))

### [1.50.3](https://github.com/nrkno/sofie-core/compare/v1.50.2...v1.50.3) (2024-06-24)


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.50.3",
"version": "1.50.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 @@ -2082,7 +2082,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.50.3
"@sofie-automation/shared-lib": 1.50.4
tslib: ^2.4.0
type-fest: ^2.19.0
languageName: node
Expand Down Expand Up @@ -2123,8 +2123,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.50.3
"@sofie-automation/shared-lib": 1.50.3
"@sofie-automation/blueprints-integration": 1.50.4
"@sofie-automation/shared-lib": 1.50.4
fast-clone: ^1.5.13
i18next: ^21.9.1
influx: ^5.9.3
Expand Down Expand Up @@ -2155,9 +2155,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.50.3
"@sofie-automation/corelib": 1.50.3
"@sofie-automation/shared-lib": 1.50.3
"@sofie-automation/blueprints-integration": 1.50.4
"@sofie-automation/corelib": 1.50.4
"@sofie-automation/shared-lib": 1.50.4
amqplib: ^0.10.3
deepmerge: ^4.3.1
elastic-apm-node: ^3.43.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.50.4](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.3-LSG-updates...v1.50.4) (2024-07-30)

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





## [1.50.3](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3) (2024-06-24)

**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.50.3",
"version": "1.50.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.50.3",
"@sofie-automation/shared-lib": "1.50.4",
"tslib": "^2.4.0",
"type-fest": "^2.19.0"
},
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.50.3",
"version": "1.50.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.50.3",
"@sofie-automation/shared-lib": "1.50.3",
"@sofie-automation/blueprints-integration": "1.50.4",
"@sofie-automation/shared-lib": "1.50.4",
"fast-clone": "^1.5.13",
"i18next": "^21.9.1",
"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.50.3",
"version": "1.50.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.50.3",
"version": "1.50.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.50.3",
"@sofie-automation/corelib": "1.50.3",
"@sofie-automation/shared-lib": "1.50.3",
"@sofie-automation/blueprints-integration": "1.50.4",
"@sofie-automation/corelib": "1.50.4",
"@sofie-automation/shared-lib": "1.50.4",
"amqplib": "^0.10.3",
"deepmerge": "^4.3.1",
"elastic-apm-node": "^3.43.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.50.3",
"version": "1.50.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.50.3",
"version": "1.50.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.50.3",
"@sofie-automation/corelib": "1.50.3",
"@sofie-automation/server-core-integration": "1.50.3",
"@sofie-automation/shared-lib": "1.50.3",
"@sofie-automation/blueprints-integration": "1.50.4",
"@sofie-automation/corelib": "1.50.4",
"@sofie-automation/server-core-integration": "1.50.4",
"@sofie-automation/shared-lib": "1.50.4",
"debug": "^4.3.2",
"fast-clone": "^1.5.13",
"influx": "^5.9.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/mos-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.50.4](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.3-LSG-updates...v1.50.4) (2024-07-30)


### Bug Fixes

* improve error logging: use stringifyError() ([8da63de](https://github.com/nrkno/tv-automation-server-core/commit/8da63dec44915439ea436eee9697f3774241537b))





## [1.50.3](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3) (2024-06-24)

**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.50.3",
"version": "1.50.4",
"private": true,
"description": "MOS-Gateway for the Sofie project",
"license": "MIT",
Expand Down Expand Up @@ -66,8 +66,8 @@
],
"dependencies": {
"@mos-connection/connector": "^3.0.4",
"@sofie-automation/server-core-integration": "1.50.3",
"@sofie-automation/shared-lib": "1.50.3",
"@sofie-automation/server-core-integration": "1.50.4",
"@sofie-automation/shared-lib": "1.50.4",
"tslib": "^2.4.0",
"type-fest": "^2.19.0",
"underscore": "^1.13.4",
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.50.3",
"version": "1.50.4",
"private": true,
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/playout-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.50.4](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.3-LSG-updates...v1.50.4) (2024-07-30)


### Bug Fixes

* improve error logging: use stringifyError() ([8da63de](https://github.com/nrkno/tv-automation-server-core/commit/8da63dec44915439ea436eee9697f3774241537b))





## [1.50.3](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3) (2024-06-24)

**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.50.3",
"version": "1.50.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.50.3",
"@sofie-automation/shared-lib": "1.50.3",
"@sofie-automation/server-core-integration": "1.50.4",
"@sofie-automation/shared-lib": "1.50.4",
"debug": "^4.3.3",
"influx": "^5.9.3",
"timeline-state-resolver": "9.0.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.50.4](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.3-LSG-updates...v1.50.4) (2024-07-30)

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





## [1.50.3](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3) (2024-06-24)

**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.50.3",
"version": "1.50.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.50.3",
"@sofie-automation/shared-lib": "1.50.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.50.3",
"version": "1.50.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 @@ -5030,11 +5030,11 @@ __metadata:
languageName: node
linkType: hard

"@sofie-automation/[email protected].3, @sofie-automation/blueprints-integration@workspace:blueprints-integration":
"@sofie-automation/[email protected].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.50.3
"@sofie-automation/shared-lib": 1.50.4
tslib: ^2.4.0
type-fest: ^2.19.0
languageName: unknown
Expand Down Expand Up @@ -5071,12 +5071,12 @@ __metadata:
languageName: node
linkType: hard

"@sofie-automation/[email protected].3, @sofie-automation/corelib@workspace:corelib":
"@sofie-automation/[email protected].4, @sofie-automation/corelib@workspace:corelib":
version: 0.0.0-use.local
resolution: "@sofie-automation/corelib@workspace:corelib"
dependencies:
"@sofie-automation/blueprints-integration": 1.50.3
"@sofie-automation/shared-lib": 1.50.3
"@sofie-automation/blueprints-integration": 1.50.4
"@sofie-automation/shared-lib": 1.50.4
fast-clone: ^1.5.13
i18next: ^21.9.1
influx: ^5.9.3
Expand Down Expand Up @@ -5107,9 +5107,9 @@ __metadata:
resolution: "@sofie-automation/job-worker@workspace:job-worker"
dependencies:
"@slack/webhook": ^6.1.0
"@sofie-automation/blueprints-integration": 1.50.3
"@sofie-automation/corelib": 1.50.3
"@sofie-automation/shared-lib": 1.50.3
"@sofie-automation/blueprints-integration": 1.50.4
"@sofie-automation/corelib": 1.50.4
"@sofie-automation/shared-lib": 1.50.4
amqplib: ^0.10.3
deepmerge: ^4.3.1
elastic-apm-node: ^3.43.0
Expand Down Expand Up @@ -5139,11 +5139,11 @@ __metadata:
languageName: unknown
linkType: soft

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

"@sofie-automation/[email protected].3, @sofie-automation/shared-lib@workspace:shared-lib":
"@sofie-automation/[email protected].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 @@ -14992,10 +14992,10 @@ asn1@evs-broadcast/node-asn1:
"@asyncapi/generator": 1.9.13
"@asyncapi/html-template": 0.26.0
"@asyncapi/nodejs-ws-template": 0.9.25
"@sofie-automation/blueprints-integration": 1.50.3
"@sofie-automation/corelib": 1.50.3
"@sofie-automation/server-core-integration": 1.50.3
"@sofie-automation/shared-lib": 1.50.3
"@sofie-automation/blueprints-integration": 1.50.4
"@sofie-automation/corelib": 1.50.4
"@sofie-automation/server-core-integration": 1.50.4
"@sofie-automation/shared-lib": 1.50.4
debug: ^4.3.2
fast-clone: ^1.5.13
influx: ^5.9.2
Expand Down Expand Up @@ -16076,8 +16076,8 @@ asn1@evs-broadcast/node-asn1:
resolution: "mos-gateway@workspace:mos-gateway"
dependencies:
"@mos-connection/connector": ^3.0.4
"@sofie-automation/server-core-integration": 1.50.3
"@sofie-automation/shared-lib": 1.50.3
"@sofie-automation/server-core-integration": 1.50.4
"@sofie-automation/shared-lib": 1.50.4
tslib: ^2.4.0
type-fest: ^2.19.0
underscore: ^1.13.4
Expand Down Expand Up @@ -18053,8 +18053,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.50.3
"@sofie-automation/shared-lib": 1.50.3
"@sofie-automation/server-core-integration": 1.50.4
"@sofie-automation/shared-lib": 1.50.4
debug: ^4.3.3
influx: ^5.9.3
timeline-state-resolver: 9.0.1
Expand Down

0 comments on commit f0224c9

Please sign in to comment.