Skip to content

Commit 6aac3bd

Browse files
committed
chore(release): 1.50.3
1 parent 89fd219 commit 6aac3bd

File tree

19 files changed

+92
-52
lines changed

19 files changed

+92
-52
lines changed

meteor/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [1.50.3](https://github.com/nrkno/sofie-core/compare/v1.50.2...v1.50.3) (2024-06-24)
6+
7+
8+
### Bug Fixes
9+
10+
* **DashboardPieceButton:** hover previews are not positioned correctly ([89fd219](https://github.com/nrkno/sofie-core/commit/89fd219d57fb775ed140ed2eaf5326a80194661f))
11+
* input gateway devices lose rundown actions on reset SOFIE-3134 ([#1190](https://github.com/nrkno/sofie-core/issues/1190)) ([aa69e5d](https://github.com/nrkno/sofie-core/commit/aa69e5d2df512f0e79bb1ada51ed61560258c0cd))
12+
513
### [1.50.2](///compare/v1.49.6...v1.50.2) (2024-05-15)
614

715

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.2",
3+
"version": "1.50.3",
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.2
2085+
"@sofie-automation/shared-lib": 1.50.3
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.2
2127-
"@sofie-automation/shared-lib": 1.50.2
2126+
"@sofie-automation/blueprints-integration": 1.50.3
2127+
"@sofie-automation/shared-lib": 1.50.3
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.2
2159-
"@sofie-automation/corelib": 1.50.2
2160-
"@sofie-automation/shared-lib": 1.50.2
2158+
"@sofie-automation/blueprints-integration": 1.50.3
2159+
"@sofie-automation/corelib": 1.50.3
2160+
"@sofie-automation/shared-lib": 1.50.3
21612161
amqplib: ^0.10.3
21622162
deepmerge: ^4.3.1
21632163
elastic-apm-node: ^3.43.0

packages/blueprints-integration/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3) (2024-06-24)
7+
8+
**Note:** Version bump only for package @sofie-automation/blueprints-integration
9+
10+
11+
12+
13+
614
## [1.50.2](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.6...v1.50.2) (2024-05-15)
715

816

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.2",
3+
"version": "1.50.3",
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.2",
41+
"@sofie-automation/shared-lib": "1.50.3",
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.2",
3+
"version": "1.50.3",
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.2",
43-
"@sofie-automation/shared-lib": "1.50.2",
42+
"@sofie-automation/blueprints-integration": "1.50.3",
43+
"@sofie-automation/shared-lib": "1.50.3",
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.2",
3+
"version": "1.50.3",
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.2",
3+
"version": "1.50.3",
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.2",
45-
"@sofie-automation/corelib": "1.50.2",
46-
"@sofie-automation/shared-lib": "1.50.2",
44+
"@sofie-automation/blueprints-integration": "1.50.3",
45+
"@sofie-automation/corelib": "1.50.3",
46+
"@sofie-automation/shared-lib": "1.50.3",
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.2",
2+
"version": "1.50.3",
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.2",
3+
"version": "1.50.3",
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.2",
57-
"@sofie-automation/corelib": "1.50.2",
58-
"@sofie-automation/server-core-integration": "1.50.2",
59-
"@sofie-automation/shared-lib": "1.50.2",
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",
6060
"debug": "^4.3.2",
6161
"fast-clone": "^1.5.13",
6262
"influx": "^5.9.2",

packages/mos-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3) (2024-06-24)
7+
8+
**Note:** Version bump only for package mos-gateway
9+
10+
11+
12+
13+
614
## [1.50.2](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.6...v1.50.2) (2024-05-15)
715

816

packages/mos-gateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mos-gateway",
3-
"version": "1.50.2",
3+
"version": "1.50.3",
44
"private": true,
55
"description": "MOS-Gateway for the Sofie project",
66
"license": "MIT",
@@ -66,8 +66,8 @@
6666
],
6767
"dependencies": {
6868
"@mos-connection/connector": "^3.0.4",
69-
"@sofie-automation/server-core-integration": "1.50.2",
70-
"@sofie-automation/shared-lib": "1.50.2",
69+
"@sofie-automation/server-core-integration": "1.50.3",
70+
"@sofie-automation/shared-lib": "1.50.3",
7171
"tslib": "^2.4.0",
7272
"type-fest": "^2.19.0",
7373
"underscore": "^1.13.4",

packages/openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-automation/openapi",
3-
"version": "1.50.2",
3+
"version": "1.50.3",
44
"private": true,
55
"license": "MIT",
66
"repository": {

packages/playout-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3) (2024-06-24)
7+
8+
**Note:** Version bump only for package playout-gateway
9+
10+
11+
12+
13+
614
## [1.50.2](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.6...v1.50.2) (2024-05-15)
715

816

packages/playout-gateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playout-gateway",
3-
"version": "1.50.2",
3+
"version": "1.50.3",
44
"private": true,
55
"description": "Connect to Core, play stuff",
66
"license": "MIT",
@@ -56,8 +56,8 @@
5656
"production"
5757
],
5858
"dependencies": {
59-
"@sofie-automation/server-core-integration": "1.50.2",
60-
"@sofie-automation/shared-lib": "1.50.2",
59+
"@sofie-automation/server-core-integration": "1.50.3",
60+
"@sofie-automation/shared-lib": "1.50.3",
6161
"debug": "^4.3.3",
6262
"influx": "^5.9.3",
6363
"timeline-state-resolver": "9.0.1",

packages/server-core-integration/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.3](https://github.com/nrkno/tv-automation-server-core/compare/v1.50.2...v1.50.3) (2024-06-24)
7+
8+
**Note:** Version bump only for package @sofie-automation/server-core-integration
9+
10+
11+
12+
13+
614
## [1.50.2](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.6...v1.50.2) (2024-05-15)
715

816

packages/server-core-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/server-core-integration",
3-
"version": "1.50.2",
3+
"version": "1.50.3",
44
"description": "Library for connecting to Core",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -70,7 +70,7 @@
7070
"production"
7171
],
7272
"dependencies": {
73-
"@sofie-automation/shared-lib": "1.50.2",
73+
"@sofie-automation/shared-lib": "1.50.3",
7474
"ejson": "^2.2.3",
7575
"eventemitter3": "^4.0.7",
7676
"faye-websocket": "^0.11.4",

packages/shared-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-automation/shared-lib",
3-
"version": "1.50.2",
3+
"version": "1.50.3",
44
"description": "Library for types & values shared by core, workers and gateways",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

packages/yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5030,11 +5030,11 @@ __metadata:
50305030
languageName: node
50315031
linkType: hard
50325032

5033-
"@sofie-automation/blueprints-integration@1.50.2, @sofie-automation/blueprints-integration@workspace:blueprints-integration":
5033+
"@sofie-automation/blueprints-integration@1.50.3, @sofie-automation/blueprints-integration@workspace:blueprints-integration":
50345034
version: 0.0.0-use.local
50355035
resolution: "@sofie-automation/blueprints-integration@workspace:blueprints-integration"
50365036
dependencies:
5037-
"@sofie-automation/shared-lib": 1.50.2
5037+
"@sofie-automation/shared-lib": 1.50.3
50385038
tslib: ^2.4.0
50395039
type-fest: ^2.19.0
50405040
languageName: unknown
@@ -5071,12 +5071,12 @@ __metadata:
50715071
languageName: node
50725072
linkType: hard
50735073

5074-
"@sofie-automation/corelib@1.50.2, @sofie-automation/corelib@workspace:corelib":
5074+
"@sofie-automation/corelib@1.50.3, @sofie-automation/corelib@workspace:corelib":
50755075
version: 0.0.0-use.local
50765076
resolution: "@sofie-automation/corelib@workspace:corelib"
50775077
dependencies:
5078-
"@sofie-automation/blueprints-integration": 1.50.2
5079-
"@sofie-automation/shared-lib": 1.50.2
5078+
"@sofie-automation/blueprints-integration": 1.50.3
5079+
"@sofie-automation/shared-lib": 1.50.3
50805080
fast-clone: ^1.5.13
50815081
i18next: ^21.9.1
50825082
influx: ^5.9.3
@@ -5107,9 +5107,9 @@ __metadata:
51075107
resolution: "@sofie-automation/job-worker@workspace:job-worker"
51085108
dependencies:
51095109
"@slack/webhook": ^6.1.0
5110-
"@sofie-automation/blueprints-integration": 1.50.2
5111-
"@sofie-automation/corelib": 1.50.2
5112-
"@sofie-automation/shared-lib": 1.50.2
5110+
"@sofie-automation/blueprints-integration": 1.50.3
5111+
"@sofie-automation/corelib": 1.50.3
5112+
"@sofie-automation/shared-lib": 1.50.3
51135113
amqplib: ^0.10.3
51145114
deepmerge: ^4.3.1
51155115
elastic-apm-node: ^3.43.0
@@ -5139,11 +5139,11 @@ __metadata:
51395139
languageName: unknown
51405140
linkType: soft
51415141

5142-
"@sofie-automation/server-core-integration@1.50.2, @sofie-automation/server-core-integration@workspace:server-core-integration":
5142+
"@sofie-automation/server-core-integration@1.50.3, @sofie-automation/server-core-integration@workspace:server-core-integration":
51435143
version: 0.0.0-use.local
51445144
resolution: "@sofie-automation/server-core-integration@workspace:server-core-integration"
51455145
dependencies:
5146-
"@sofie-automation/shared-lib": 1.50.2
5146+
"@sofie-automation/shared-lib": 1.50.3
51475147
ejson: ^2.2.3
51485148
eventemitter3: ^4.0.7
51495149
faye-websocket: ^0.11.4
@@ -5153,7 +5153,7 @@ __metadata:
51535153
languageName: unknown
51545154
linkType: soft
51555155

5156-
"@sofie-automation/shared-lib@1.50.2, @sofie-automation/shared-lib@workspace:shared-lib":
5156+
"@sofie-automation/shared-lib@1.50.3, @sofie-automation/shared-lib@workspace:shared-lib":
51575157
version: 0.0.0-use.local
51585158
resolution: "@sofie-automation/shared-lib@workspace:shared-lib"
51595159
dependencies:
@@ -14992,10 +14992,10 @@ asn1@evs-broadcast/node-asn1:
1499214992
"@asyncapi/generator": 1.9.13
1499314993
"@asyncapi/html-template": 0.26.0
1499414994
"@asyncapi/nodejs-ws-template": 0.9.25
14995-
"@sofie-automation/blueprints-integration": 1.50.2
14996-
"@sofie-automation/corelib": 1.50.2
14997-
"@sofie-automation/server-core-integration": 1.50.2
14998-
"@sofie-automation/shared-lib": 1.50.2
14995+
"@sofie-automation/blueprints-integration": 1.50.3
14996+
"@sofie-automation/corelib": 1.50.3
14997+
"@sofie-automation/server-core-integration": 1.50.3
14998+
"@sofie-automation/shared-lib": 1.50.3
1499914999
debug: ^4.3.2
1500015000
fast-clone: ^1.5.13
1500115001
influx: ^5.9.2
@@ -16076,8 +16076,8 @@ asn1@evs-broadcast/node-asn1:
1607616076
resolution: "mos-gateway@workspace:mos-gateway"
1607716077
dependencies:
1607816078
"@mos-connection/connector": ^3.0.4
16079-
"@sofie-automation/server-core-integration": 1.50.2
16080-
"@sofie-automation/shared-lib": 1.50.2
16079+
"@sofie-automation/server-core-integration": 1.50.3
16080+
"@sofie-automation/shared-lib": 1.50.3
1608116081
tslib: ^2.4.0
1608216082
type-fest: ^2.19.0
1608316083
underscore: ^1.13.4
@@ -18053,8 +18053,8 @@ asn1@evs-broadcast/node-asn1:
1805318053
version: 0.0.0-use.local
1805418054
resolution: "playout-gateway@workspace:playout-gateway"
1805518055
dependencies:
18056-
"@sofie-automation/server-core-integration": 1.50.2
18057-
"@sofie-automation/shared-lib": 1.50.2
18056+
"@sofie-automation/server-core-integration": 1.50.3
18057+
"@sofie-automation/shared-lib": 1.50.3
1805818058
debug: ^4.3.3
1805918059
influx: ^5.9.3
1806018060
timeline-state-resolver: 9.0.1

0 commit comments

Comments
 (0)