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 22
33All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44
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+
514### [1.50.3](https://github.com/nrkno/sofie-core/compare/v1.50.2...v1.50.3) (2024-06-24)
615
716
Original file line number Diff line number Diff line change 11{
22 "name" : " automation-core" ,
3- "version" : " 1.50.3 " ,
3+ "version" : " 1.50.4 " ,
44 "private" : true ,
55 "engines" : {
66 "node" : " >=14.19.1"
Original file line number Diff line number Diff 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.3
2085+ " @sofie-automation/shared-lib " : 1.50.4
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.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
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.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
21612161 amqplib : ^0.10.3
21622162 deepmerge : ^4.3.1
21632163 elastic-apm-node : ^3.43.0
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
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+
614## [ 1.50.3] ( https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3 ) (2024-06-24)
715
816** Note:** Version bump only for package @sofie-automation/blueprints-integration
Original file line number Diff line number Diff line change 11{
22 "name" : " @sofie-automation/blueprints-integration" ,
3- "version" : " 1.50.3 " ,
3+ "version" : " 1.50.4 " ,
44 "description" : " Library to define the interaction between core and the blueprints." ,
55 "main" : " dist/index.js" ,
66 "typings" : " dist/index.d.ts" ,
3838 " /LICENSE"
3939 ],
4040 "dependencies" : {
41- "@sofie-automation/shared-lib" : " 1.50.3 " ,
41+ "@sofie-automation/shared-lib" : " 1.50.4 " ,
4242 "tslib" : " ^2.4.0" ,
4343 "type-fest" : " ^2.19.0"
4444 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @sofie-automation/corelib" ,
3- "version" : " 1.50.3 " ,
3+ "version" : " 1.50.4 " ,
44 "private" : true ,
55 "description" : " Internal library for some types shared by core and workers" ,
66 "main" : " dist/index.js" ,
3939 " /LICENSE"
4040 ],
4141 "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 " ,
4444 "fast-clone" : " ^1.5.13" ,
4545 "i18next" : " ^21.9.1" ,
4646 "influx" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " sofie-documentation" ,
3- "version" : " 1.50.3 " ,
3+ "version" : " 1.50.4 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sofie-automation/job-worker" ,
3- "version" : " 1.50.3 " ,
3+ "version" : " 1.50.4 " ,
44 "description" : " Worker for things" ,
55 "main" : " dist/index.js" ,
66 "license" : " MIT" ,
4141 ],
4242 "dependencies" : {
4343 "@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 " ,
4747 "amqplib" : " ^0.10.3" ,
4848 "deepmerge" : " ^4.3.1" ,
4949 "elastic-apm-node" : " ^3.43.0" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.50.3 " ,
2+ "version" : " 1.50.4 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " live-status-gateway" ,
3- "version" : " 1.50.3 " ,
3+ "version" : " 1.50.4 " ,
44 "private" : true ,
55 "description" : " Provides state from Sofie over sockets" ,
66 "license" : " MIT" ,
5353 " production"
5454 ],
5555 "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 " ,
6060 "debug" : " ^4.3.2" ,
6161 "fast-clone" : " ^1.5.13" ,
6262 "influx" : " ^5.9.2" ,
You can’t perform that action at this time.
0 commit comments