File tree Expand file tree Collapse file tree 19 files changed +93
-52
lines changed Expand file tree Collapse file tree 19 files changed +93
-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.50.4](///compare/v1.50.3...v1.50.4) (2024-08-08)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * compensate for piece preroll for adlibbed pieces SOFIE-3369 ([#1236](undefined/undefined/undefined/issues/1236)) c8f7c42
11
+ * rundown timing drifting when playing parts with preroll SOFIE-3291 ([#1234](undefined/undefined/undefined/issues/1234)) a444857
12
+ * unexpected timeline updates while playing final part in rundown SOFIE-3371 ([#1237](undefined/undefined/undefined/issues/1237)) 393f0c1
13
+
5
14
### [1.50.3](https://github.com/nrkno/sofie-core/compare/v1.50.2...v1.50.3) (2024-06-24)
6
15
7
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " automation-core" ,
3
- "version" : " 1.50.3 " ,
3
+ "version" : " 1.50.4 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=14.19.1"
Original file line number Diff line number Diff line change @@ -2082,7 +2082,7 @@ __metadata:
2082
2082
version : 0.0.0-use.local
2083
2083
resolution : " @sofie-automation/blueprints-integration@portal:../packages/blueprints-integration::locator=automation-core%40workspace%3A."
2084
2084
dependencies :
2085
- " @sofie-automation/shared-lib " : 1.50.3
2085
+ " @sofie-automation/shared-lib " : 1.50.4
2086
2086
tslib : ^2.4.0
2087
2087
type-fest : ^2.19.0
2088
2088
languageName : node
@@ -2123,8 +2123,8 @@ __metadata:
2123
2123
version : 0.0.0-use.local
2124
2124
resolution : " @sofie-automation/corelib@portal:../packages/corelib::locator=automation-core%40workspace%3A."
2125
2125
dependencies :
2126
- " @sofie-automation/blueprints-integration " : 1.50.3
2127
- " @sofie-automation/shared-lib " : 1.50.3
2126
+ " @sofie-automation/blueprints-integration " : 1.50.4
2127
+ " @sofie-automation/shared-lib " : 1.50.4
2128
2128
fast-clone : ^1.5.13
2129
2129
i18next : ^21.9.1
2130
2130
influx : ^5.9.3
@@ -2155,9 +2155,9 @@ __metadata:
2155
2155
resolution : " @sofie-automation/job-worker@portal:../packages/job-worker::locator=automation-core%40workspace%3A."
2156
2156
dependencies :
2157
2157
" @slack/webhook " : ^6.1.0
2158
- " @sofie-automation/blueprints-integration " : 1.50.3
2159
- " @sofie-automation/corelib " : 1.50.3
2160
- " @sofie-automation/shared-lib " : 1.50.3
2158
+ " @sofie-automation/blueprints-integration " : 1.50.4
2159
+ " @sofie-automation/corelib " : 1.50.4
2160
+ " @sofie-automation/shared-lib " : 1.50.4
2161
2161
amqplib : ^0.10.3
2162
2162
deepmerge : ^4.3.1
2163
2163
elastic-apm-node : ^3.43.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.50.4] ( https://github.com/nrkno/tv-automation-server-core/compare/v1.50.3...v1.50.4 ) (2024-08-08)
7
+
8
+ ** Note:** Version bump only for package @sofie-automation/blueprints-integration
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.50.3] ( https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3 ) (2024-06-24)
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.50.3 " ,
3
+ "version" : " 1.50.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.50.3 " ,
41
+ "@sofie-automation/shared-lib" : " 1.50.4 " ,
42
42
"tslib" : " ^2.4.0" ,
43
43
"type-fest" : " ^2.19.0"
44
44
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/corelib" ,
3
- "version" : " 1.50.3 " ,
3
+ "version" : " 1.50.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.50.3 " ,
43
- "@sofie-automation/shared-lib" : " 1.50.3 " ,
42
+ "@sofie-automation/blueprints-integration" : " 1.50.4 " ,
43
+ "@sofie-automation/shared-lib" : " 1.50.4 " ,
44
44
"fast-clone" : " ^1.5.13" ,
45
45
"i18next" : " ^21.9.1" ,
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.50.3 " ,
3
+ "version" : " 1.50.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.50.3 " ,
3
+ "version" : " 1.50.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.50.3 " ,
45
- "@sofie-automation/corelib" : " 1.50.3 " ,
46
- "@sofie-automation/shared-lib" : " 1.50.3 " ,
44
+ "@sofie-automation/blueprints-integration" : " 1.50.4 " ,
45
+ "@sofie-automation/corelib" : " 1.50.4 " ,
46
+ "@sofie-automation/shared-lib" : " 1.50.4 " ,
47
47
"amqplib" : " ^0.10.3" ,
48
48
"deepmerge" : " ^4.3.1" ,
49
49
"elastic-apm-node" : " ^3.43.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.50.3 " ,
2
+ "version" : " 1.50.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.50.3 " ,
3
+ "version" : " 1.50.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.50.3 " ,
57
- "@sofie-automation/corelib" : " 1.50.3 " ,
58
- "@sofie-automation/server-core-integration" : " 1.50.3 " ,
59
- "@sofie-automation/shared-lib" : " 1.50.3 " ,
56
+ "@sofie-automation/blueprints-integration" : " 1.50.4 " ,
57
+ "@sofie-automation/corelib" : " 1.50.4 " ,
58
+ "@sofie-automation/server-core-integration" : " 1.50.4 " ,
59
+ "@sofie-automation/shared-lib" : " 1.50.4 " ,
60
60
"debug" : " ^4.3.2" ,
61
61
"fast-clone" : " ^1.5.13" ,
62
62
"influx" : " ^5.9.2" ,
You can’t perform that action at this time.
0 commit comments