Skip to content

Commit 842c6e3

Browse files
committed
chore(release): 1.50.0
1 parent 24c88ba commit 842c6e3

File tree

19 files changed

+501
-52
lines changed

19 files changed

+501
-52
lines changed

meteor/CHANGELOG.md

Lines changed: 308 additions & 0 deletions
Large diffs are not rendered by default.

meteor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automation-core",
3-
"version": "1.50.0-in-testing.5",
3+
"version": "1.50.0",
44
"private": true,
55
"engines": {
66
"node": ">=14.19.1"

meteor/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ __metadata:
20822082
version: 0.0.0-use.local
20832083
resolution: "@sofie-automation/blueprints-integration@portal:../packages/blueprints-integration::locator=automation-core%40workspace%3A."
20842084
dependencies:
2085-
"@sofie-automation/shared-lib": 1.50.0-in-testing.5
2085+
"@sofie-automation/shared-lib": 1.50.0
20862086
tslib: ^2.4.0
20872087
type-fest: ^2.19.0
20882088
languageName: node
@@ -2123,8 +2123,8 @@ __metadata:
21232123
version: 0.0.0-use.local
21242124
resolution: "@sofie-automation/corelib@portal:../packages/corelib::locator=automation-core%40workspace%3A."
21252125
dependencies:
2126-
"@sofie-automation/blueprints-integration": 1.50.0-in-testing.5
2127-
"@sofie-automation/shared-lib": 1.50.0-in-testing.5
2126+
"@sofie-automation/blueprints-integration": 1.50.0
2127+
"@sofie-automation/shared-lib": 1.50.0
21282128
fast-clone: ^1.5.13
21292129
i18next: ^21.9.1
21302130
influx: ^5.9.3
@@ -2155,9 +2155,9 @@ __metadata:
21552155
resolution: "@sofie-automation/job-worker@portal:../packages/job-worker::locator=automation-core%40workspace%3A."
21562156
dependencies:
21572157
"@slack/webhook": ^6.1.0
2158-
"@sofie-automation/blueprints-integration": 1.50.0-in-testing.5
2159-
"@sofie-automation/corelib": 1.50.0-in-testing.5
2160-
"@sofie-automation/shared-lib": 1.50.0-in-testing.5
2158+
"@sofie-automation/blueprints-integration": 1.50.0
2159+
"@sofie-automation/corelib": 1.50.0
2160+
"@sofie-automation/shared-lib": 1.50.0
21612161
amqplib: ^0.10.3
21622162
deepmerge: ^4.3.1
21632163
elastic-apm-node: ^3.43.0

packages/blueprints-integration/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,48 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.50.0](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.4...v1.50.0) (2024-02-23)
7+
8+
9+
### Features
10+
11+
* allow blueprints to specify a custom resolution for NORA hover preview SOFIE-2840 ([#1123](https://github.com/nrkno/tv-automation-server-core/issues/1123)) ([d2f3cef](https://github.com/nrkno/tv-automation-server-core/commit/d2f3cef03259f594feba8814046614d1ed16cf62))
12+
13+
14+
15+
# [1.50.0-in-testing.5](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.0-in-testing.4...v1.50.0-in-testing.5) (2023-08-25)
16+
17+
18+
19+
# [1.50.0-in-testing.4](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.7...v1.50.0-in-testing.4) (2023-08-23)
20+
21+
22+
23+
# [1.50.0-in-testing.2](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.0-in-testing.1...v1.50.0-in-testing.2) (2023-07-17)
24+
25+
26+
### Bug Fixes
27+
28+
* Allow JSON objects in config presets ([#949](https://github.com/nrkno/tv-automation-server-core/issues/949)) ([4e5a797](https://github.com/nrkno/tv-automation-server-core/commit/4e5a79752d6c06f91ce070b1d67e7bed97a4f0f2))
29+
* expose `deviceType` in `listPlayoutDevices` to blueprints ([2b32c72](https://github.com/nrkno/tv-automation-server-core/commit/2b32c7256762716071d467193f344646af484f18))
30+
* require blueprint baseline objects to be of type `TimelineObjectCoreExt` instead of `TSR.TSRTimelineObj` [#961](https://github.com/nrkno/tv-automation-server-core/issues/961) ([b8d0cf3](https://github.com/nrkno/tv-automation-server-core/commit/b8d0cf313c88e29fd08f6405b86a55d3579e7692))
31+
32+
33+
### Features
34+
35+
* add `prompterTitle` property SOFIE-2404 ([#975](https://github.com/nrkno/tv-automation-server-core/issues/975)) ([6f0567d](https://github.com/nrkno/tv-automation-server-core/commit/6f0567de958cede745e918529bae660305ceb66e))
36+
* add milestone timing ([5950fd5](https://github.com/nrkno/tv-automation-server-core/commit/5950fd5e202cfab5e7f5b36942ffb7525c713e0a))
37+
* allow getting the Source and Output layers from the ShowStyle context ([#979](https://github.com/nrkno/tv-automation-server-core/issues/979)) ([ab57fb4](https://github.com/nrkno/tv-automation-server-core/commit/ab57fb4871bf23e37b99e73f5f809738fd8fdd1b))
38+
* blueprint settings overhaul ([#878](https://github.com/nrkno/tv-automation-server-core/issues/878)) ([ee3307c](https://github.com/nrkno/tv-automation-server-core/commit/ee3307cae10076e2d91d624f783e40c54c297b91))
39+
* fallback to cumetime if no backtime ([2cafbab](https://github.com/nrkno/tv-automation-server-core/commit/2cafbab2f03d49b92c121a7206ddfed62bf770fa))
40+
* move blueprint ab logic into sofie SOFIE-2403 ([#946](https://github.com/nrkno/tv-automation-server-core/issues/946)) ([cc37b75](https://github.com/nrkno/tv-automation-server-core/commit/cc37b751d674be7f8631d0315e52f8fa29a8d3c4))
41+
* move gateway settings onto Studio SOFIE-1330 ([#907](https://github.com/nrkno/tv-automation-server-core/issues/907)) ([523c061](https://github.com/nrkno/tv-automation-server-core/commit/523c061c51296e21814deeeabbe9aafca21cd5a6))
42+
* trs actions in blueprints rundown hooks ([bb5e442](https://github.com/nrkno/tv-automation-server-core/commit/bb5e4422fa32e1af1e520e0c288360b304da4289))
43+
44+
45+
46+
47+
648
# [1.50.0-in-testing.5](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.0-in-testing.4...v1.50.0-in-testing.5) (2023-08-25)
749

850
# [1.50.0-in-testing.4](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.7...v1.50.0-in-testing.4) (2023-08-23)

packages/blueprints-integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-automation/blueprints-integration",
3-
"version": "1.50.0-in-testing.5",
3+
"version": "1.50.0",
44
"description": "Library to define the interaction between core and the blueprints.",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -38,7 +38,7 @@
3838
"/LICENSE"
3939
],
4040
"dependencies": {
41-
"@sofie-automation/shared-lib": "1.50.0-in-testing.5",
41+
"@sofie-automation/shared-lib": "1.50.0",
4242
"tslib": "^2.4.0",
4343
"type-fest": "^2.19.0"
4444
},

packages/corelib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-automation/corelib",
3-
"version": "1.50.0-in-testing.5",
3+
"version": "1.50.0",
44
"private": true,
55
"description": "Internal library for some types shared by core and workers",
66
"main": "dist/index.js",
@@ -39,8 +39,8 @@
3939
"/LICENSE"
4040
],
4141
"dependencies": {
42-
"@sofie-automation/blueprints-integration": "1.50.0-in-testing.5",
43-
"@sofie-automation/shared-lib": "1.50.0-in-testing.5",
42+
"@sofie-automation/blueprints-integration": "1.50.0",
43+
"@sofie-automation/shared-lib": "1.50.0",
4444
"fast-clone": "^1.5.13",
4545
"i18next": "^21.9.1",
4646
"influx": "^5.9.3",

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sofie-documentation",
3-
"version": "1.50.0-in-testing.5",
3+
"version": "1.50.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

packages/job-worker/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-automation/job-worker",
3-
"version": "1.50.0-in-testing.5",
3+
"version": "1.50.0",
44
"description": "Worker for things",
55
"main": "dist/index.js",
66
"license": "MIT",
@@ -41,9 +41,9 @@
4141
],
4242
"dependencies": {
4343
"@slack/webhook": "^6.1.0",
44-
"@sofie-automation/blueprints-integration": "1.50.0-in-testing.5",
45-
"@sofie-automation/corelib": "1.50.0-in-testing.5",
46-
"@sofie-automation/shared-lib": "1.50.0-in-testing.5",
44+
"@sofie-automation/blueprints-integration": "1.50.0",
45+
"@sofie-automation/corelib": "1.50.0",
46+
"@sofie-automation/shared-lib": "1.50.0",
4747
"amqplib": "^0.10.3",
4848
"deepmerge": "^4.3.1",
4949
"elastic-apm-node": "^3.43.0",

packages/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.50.0-in-testing.5",
2+
"version": "1.50.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/live-status-gateway/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "live-status-gateway",
3-
"version": "1.50.0-in-testing.5",
3+
"version": "1.50.0",
44
"private": true,
55
"description": "Provides state from Sofie over sockets",
66
"license": "MIT",
@@ -53,10 +53,10 @@
5353
"production"
5454
],
5555
"dependencies": {
56-
"@sofie-automation/blueprints-integration": "1.50.0-in-testing.5",
57-
"@sofie-automation/corelib": "1.50.0-in-testing.5",
58-
"@sofie-automation/server-core-integration": "1.50.0-in-testing.5",
59-
"@sofie-automation/shared-lib": "1.50.0-in-testing.5",
56+
"@sofie-automation/blueprints-integration": "1.50.0",
57+
"@sofie-automation/corelib": "1.50.0",
58+
"@sofie-automation/server-core-integration": "1.50.0",
59+
"@sofie-automation/shared-lib": "1.50.0",
6060
"debug": "^4.3.2",
6161
"fast-clone": "^1.5.13",
6262
"influx": "^5.9.2",

0 commit comments

Comments
 (0)