File tree Expand file tree Collapse file tree 19 files changed +94
-52
lines changed Expand file tree Collapse file tree 19 files changed +94
-52
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
5
+ ### [1.51.4](///compare/v1.51.3...v1.51.4) (2024-12-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * Device Action Studio Context gets lost, Adlib previews are unstable 193815d
11
+ * Live Status Gateway Dockerfile (regular) still uses yarn to start 0ae53c4
12
+ * release scripts broken on Windows 9636051
13
+ * RundownView shows spinner when unMOSing a Rundown from a Playlist 874e85c
14
+
5
15
### [1.51.2](https://github.com/nrkno/tv-automation-server-core/compare/v1.51.1...v1.51.2) (2024-11-21)
6
16
7
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " automation-core" ,
3
- "version" : " 1.51.3 " ,
3
+ "version" : " 1.51.4 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=14.19.1"
Original file line number Diff line number Diff line change @@ -1321,7 +1321,7 @@ __metadata:
1321
1321
version : 0.0.0-use.local
1322
1322
resolution : " @sofie-automation/blueprints-integration@portal:../packages/blueprints-integration::locator=automation-core%40workspace%3A."
1323
1323
dependencies :
1324
- " @sofie-automation/shared-lib " : 1.51.3
1324
+ " @sofie-automation/shared-lib " : 1.51.4
1325
1325
tslib : ^2.6.2
1326
1326
type-fest : ^3.13.1
1327
1327
languageName : node
@@ -1362,8 +1362,8 @@ __metadata:
1362
1362
version : 0.0.0-use.local
1363
1363
resolution : " @sofie-automation/corelib@portal:../packages/corelib::locator=automation-core%40workspace%3A."
1364
1364
dependencies :
1365
- " @sofie-automation/blueprints-integration " : 1.51.3
1366
- " @sofie-automation/shared-lib " : 1.51.3
1365
+ " @sofie-automation/blueprints-integration " : 1.51.4
1366
+ " @sofie-automation/shared-lib " : 1.51.4
1367
1367
fast-clone : ^1.5.13
1368
1368
i18next : ^21.10.0
1369
1369
influx : ^5.9.3
@@ -1394,9 +1394,9 @@ __metadata:
1394
1394
resolution : " @sofie-automation/job-worker@portal:../packages/job-worker::locator=automation-core%40workspace%3A."
1395
1395
dependencies :
1396
1396
" @slack/webhook " : ^6.1.0
1397
- " @sofie-automation/blueprints-integration " : 1.51.3
1398
- " @sofie-automation/corelib " : 1.51.3
1399
- " @sofie-automation/shared-lib " : 1.51.3
1397
+ " @sofie-automation/blueprints-integration " : 1.51.4
1398
+ " @sofie-automation/corelib " : 1.51.4
1399
+ " @sofie-automation/shared-lib " : 1.51.4
1400
1400
amqplib : ^0.10.3
1401
1401
deepmerge : ^4.3.1
1402
1402
elastic-apm-node : ^3.51.0
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.51.4] ( https://github.com/nrkno/sofie-core/compare/v1.51.3...v1.51.4 ) (2024-12-04)
7
+
8
+ ** Note:** Version bump only for package @sofie-automation/blueprints-integration
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.51.3] ( https://github.com/nrkno/sofie-core/compare/v1.51.2...v1.51.3 ) (2024-11-21)
7
15
8
16
** Note:** Version bump only for package @sofie-automation/blueprints-integration
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/blueprints-integration" ,
3
- "version" : " 1.51.3 " ,
3
+ "version" : " 1.51.4 " ,
4
4
"description" : " Library to define the interaction between core and the blueprints." ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
38
38
" /LICENSE"
39
39
],
40
40
"dependencies" : {
41
- "@sofie-automation/shared-lib" : " 1.51.3 " ,
41
+ "@sofie-automation/shared-lib" : " 1.51.4 " ,
42
42
"tslib" : " ^2.6.2" ,
43
43
"type-fest" : " ^3.13.1"
44
44
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/corelib" ,
3
- "version" : " 1.51.3 " ,
3
+ "version" : " 1.51.4 " ,
4
4
"private" : true ,
5
5
"description" : " Internal library for some types shared by core and workers" ,
6
6
"main" : " dist/index.js" ,
39
39
" /LICENSE"
40
40
],
41
41
"dependencies" : {
42
- "@sofie-automation/blueprints-integration" : " 1.51.3 " ,
43
- "@sofie-automation/shared-lib" : " 1.51.3 " ,
42
+ "@sofie-automation/blueprints-integration" : " 1.51.4 " ,
43
+ "@sofie-automation/shared-lib" : " 1.51.4 " ,
44
44
"fast-clone" : " ^1.5.13" ,
45
45
"i18next" : " ^21.10.0" ,
46
46
"influx" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sofie-documentation" ,
3
- "version" : " 1.51.3 " ,
3
+ "version" : " 1.51.4 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/job-worker" ,
3
- "version" : " 1.51.3 " ,
3
+ "version" : " 1.51.4 " ,
4
4
"description" : " Worker for things" ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
41
41
],
42
42
"dependencies" : {
43
43
"@slack/webhook" : " ^6.1.0" ,
44
- "@sofie-automation/blueprints-integration" : " 1.51.3 " ,
45
- "@sofie-automation/corelib" : " 1.51.3 " ,
46
- "@sofie-automation/shared-lib" : " 1.51.3 " ,
44
+ "@sofie-automation/blueprints-integration" : " 1.51.4 " ,
45
+ "@sofie-automation/corelib" : " 1.51.4 " ,
46
+ "@sofie-automation/shared-lib" : " 1.51.4 " ,
47
47
"amqplib" : " ^0.10.3" ,
48
48
"deepmerge" : " ^4.3.1" ,
49
49
"elastic-apm-node" : " ^3.51.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.51.3 " ,
2
+ "version" : " 1.51.4 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " live-status-gateway" ,
3
- "version" : " 1.51.3 " ,
3
+ "version" : " 1.51.4 " ,
4
4
"private" : true ,
5
5
"description" : " Provides state from Sofie over sockets" ,
6
6
"license" : " MIT" ,
53
53
" production"
54
54
],
55
55
"dependencies" : {
56
- "@sofie-automation/blueprints-integration" : " 1.51.3 " ,
57
- "@sofie-automation/corelib" : " 1.51.3 " ,
58
- "@sofie-automation/server-core-integration" : " 1.51.3 " ,
59
- "@sofie-automation/shared-lib" : " 1.51.3 " ,
56
+ "@sofie-automation/blueprints-integration" : " 1.51.4 " ,
57
+ "@sofie-automation/corelib" : " 1.51.4 " ,
58
+ "@sofie-automation/server-core-integration" : " 1.51.4 " ,
59
+ "@sofie-automation/shared-lib" : " 1.51.4 " ,
60
60
"debug" : " ^4.3.4" ,
61
61
"fast-clone" : " ^1.5.13" ,
62
62
"influx" : " ^5.9.3" ,
You can’t perform that action at this time.
0 commit comments