Skip to content

Commit

Permalink
chore(release): 1.50.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Mar 5, 2024
1 parent 0559563 commit 46dd458
Show file tree
Hide file tree
Showing 19 changed files with 103 additions and 52 deletions.
19 changes: 19 additions & 0 deletions meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.1-0](///compare/v1.50.0...v1.50.1-0) (2024-03-05)


### Features

* support external url dropzones 489c17b
* support prompter-editor SOFIE-2846 ([#1151](undefined/undefined/undefined/issues/1151)) fd936d0


### Bug Fixes

* bucket content status publication SOFIE-2993 f361c89
* content status for PieceInstances can be under the id of the PieceInstance or the wrapped Piece SOFIE-2993 a5e7af4
* **GUI:** remove Piece dependency for Part duration calculation c862582
* PieceInstance ExpectedPackages generated with incorrect id 89880fe
* statuses for PieceInstances should copy from the Piece until package-manager catches up 3158b09
* thumbnail and scrub previews being reported as available too early 391bfc4
* use the PartInstance instead of Part for PieceInstance content status SOFIE-2993 5d3a610

## [1.50.0](///compare/v1.49.4...v1.50.0) (2024-02-23)


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.0",
"version": "1.50.1-0",
"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.0
"@sofie-automation/shared-lib": 1.50.1-0
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.0
"@sofie-automation/shared-lib": 1.50.0
"@sofie-automation/blueprints-integration": 1.50.1-0
"@sofie-automation/shared-lib": 1.50.1-0
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.0
"@sofie-automation/corelib": 1.50.0
"@sofie-automation/shared-lib": 1.50.0
"@sofie-automation/blueprints-integration": 1.50.1-0
"@sofie-automation/corelib": 1.50.1-0
"@sofie-automation/shared-lib": 1.50.1-0
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.1-0](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.0...v1.50.1-0) (2024-03-05)

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





# [1.50.0](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.4...v1.50.0) (2024-02-23)


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.0",
"version": "1.50.1-0",
"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.0",
"@sofie-automation/shared-lib": "1.50.1-0",
"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.0",
"version": "1.50.1-0",
"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.0",
"@sofie-automation/shared-lib": "1.50.0",
"@sofie-automation/blueprints-integration": "1.50.1-0",
"@sofie-automation/shared-lib": "1.50.1-0",
"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.0",
"version": "1.50.1-0",
"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.0",
"version": "1.50.1-0",
"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.0",
"@sofie-automation/corelib": "1.50.0",
"@sofie-automation/shared-lib": "1.50.0",
"@sofie-automation/blueprints-integration": "1.50.1-0",
"@sofie-automation/corelib": "1.50.1-0",
"@sofie-automation/shared-lib": "1.50.1-0",
"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.0",
"version": "1.50.1-0",
"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.0",
"version": "1.50.1-0",
"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.0",
"@sofie-automation/corelib": "1.50.0",
"@sofie-automation/server-core-integration": "1.50.0",
"@sofie-automation/shared-lib": "1.50.0",
"@sofie-automation/blueprints-integration": "1.50.1-0",
"@sofie-automation/corelib": "1.50.1-0",
"@sofie-automation/server-core-integration": "1.50.1-0",
"@sofie-automation/shared-lib": "1.50.1-0",
"debug": "^4.3.2",
"fast-clone": "^1.5.13",
"influx": "^5.9.2",
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.50.1-0](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.0...v1.50.1-0) (2024-03-05)

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





# [1.50.0](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.4...v1.50.0) (2024-02-23)


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.0",
"version": "1.50.1-0",
"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.0",
"@sofie-automation/shared-lib": "1.50.0",
"@sofie-automation/server-core-integration": "1.50.1-0",
"@sofie-automation/shared-lib": "1.50.1-0",
"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.0",
"version": "1.50.1-0",
"private": true,
"license": "MIT",
"repository": {
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.50.1-0](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.0...v1.50.1-0) (2024-03-05)

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





# [1.50.0](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.4...v1.50.0) (2024-02-23)


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.0",
"version": "1.50.1-0",
"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.0",
"@sofie-automation/shared-lib": "1.50.0",
"@sofie-automation/server-core-integration": "1.50.1-0",
"@sofie-automation/shared-lib": "1.50.1-0",
"debug": "^4.3.3",
"influx": "^5.9.3",
"timeline-state-resolver": "9.0.0",
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.1-0](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.0...v1.50.1-0) (2024-03-05)

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





# [1.50.0](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.4...v1.50.0) (2024-02-23)


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.0",
"version": "1.50.1-0",
"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.0",
"@sofie-automation/shared-lib": "1.50.1-0",
"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.0",
"version": "1.50.1-0",
"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/blueprints-integration@1.50.0, @sofie-automation/blueprints-integration@workspace:blueprints-integration":
"@sofie-automation/blueprints-integration@1.50.1-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.50.0
"@sofie-automation/shared-lib": 1.50.1-0
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/corelib@1.50.0, @sofie-automation/corelib@workspace:corelib":
"@sofie-automation/corelib@1.50.1-0, @sofie-automation/corelib@workspace:corelib":
version: 0.0.0-use.local
resolution: "@sofie-automation/corelib@workspace:corelib"
dependencies:
"@sofie-automation/blueprints-integration": 1.50.0
"@sofie-automation/shared-lib": 1.50.0
"@sofie-automation/blueprints-integration": 1.50.1-0
"@sofie-automation/shared-lib": 1.50.1-0
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.0
"@sofie-automation/corelib": 1.50.0
"@sofie-automation/shared-lib": 1.50.0
"@sofie-automation/blueprints-integration": 1.50.1-0
"@sofie-automation/corelib": 1.50.1-0
"@sofie-automation/shared-lib": 1.50.1-0
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/server-core-integration@1.50.0, @sofie-automation/server-core-integration@workspace:server-core-integration":
"@sofie-automation/server-core-integration@1.50.1-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.50.0
"@sofie-automation/shared-lib": 1.50.1-0
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/shared-lib@1.50.0, @sofie-automation/shared-lib@workspace:shared-lib":
"@sofie-automation/shared-lib@1.50.1-0, @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 @@ -14981,10 +14981,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.0
"@sofie-automation/corelib": 1.50.0
"@sofie-automation/server-core-integration": 1.50.0
"@sofie-automation/shared-lib": 1.50.0
"@sofie-automation/blueprints-integration": 1.50.1-0
"@sofie-automation/corelib": 1.50.1-0
"@sofie-automation/server-core-integration": 1.50.1-0
"@sofie-automation/shared-lib": 1.50.1-0
debug: ^4.3.2
fast-clone: ^1.5.13
influx: ^5.9.2
Expand Down Expand Up @@ -16065,8 +16065,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.0
"@sofie-automation/shared-lib": 1.50.0
"@sofie-automation/server-core-integration": 1.50.1-0
"@sofie-automation/shared-lib": 1.50.1-0
tslib: ^2.4.0
type-fest: ^2.19.0
underscore: ^1.13.4
Expand Down Expand Up @@ -18042,8 +18042,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.0
"@sofie-automation/shared-lib": 1.50.0
"@sofie-automation/server-core-integration": 1.50.1-0
"@sofie-automation/shared-lib": 1.50.1-0
debug: ^4.3.3
influx: ^5.9.3
timeline-state-resolver: 9.0.0
Expand Down

0 comments on commit 46dd458

Please sign in to comment.