Skip to content

Commit 94d7e66

Browse files
committed
chore(release): 1.52.7-nrk
1 parent 638e769 commit 94d7e66

File tree

21 files changed

+118
-72
lines changed

21 files changed

+118
-72
lines changed

meteor/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.52.7-nrk](///compare/v1.52.6-nrk...v1.52.7-nrk) (2025-09-03)
6+
7+
8+
### Bug Fixes
9+
10+
* ensure the previousPartInstnace is cleaned up when belonging to a Rundown being removed from the playlist bf174bb
11+
* ignore invalid partInstances during syncChangesToPartInstances 236f335
12+
* ingest parts not being updated when rank changes 7e68da3
13+
* missing await of promise 77412a7
14+
* update dependencies for mos-connection and TSR fad249b
15+
516
### [1.52.6-nrk](https://github.com/Sofie-Automation/sofie-core/compare/v1.52.4-nrk...v1.52.6-nrk) (2025-08-28)
617

718

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.52.6-nrk",
3+
"version": "1.52.7-nrk",
44
"private": true,
55
"engines": {
66
"node": ">=22.11"

meteor/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ __metadata:
10781078
version: 0.0.0-use.local
10791079
resolution: "@sofie-automation/blueprints-integration@portal:../packages/blueprints-integration::locator=automation-core%40workspace%3A."
10801080
dependencies:
1081-
"@sofie-automation/shared-lib": "npm:1.52.6-nrk"
1081+
"@sofie-automation/shared-lib": "npm:1.52.7-nrk"
10821082
tslib: "npm:^2.8.1"
10831083
type-fest: "npm:^4.33.0"
10841084
languageName: node
@@ -1119,8 +1119,8 @@ __metadata:
11191119
version: 0.0.0-use.local
11201120
resolution: "@sofie-automation/corelib@portal:../packages/corelib::locator=automation-core%40workspace%3A."
11211121
dependencies:
1122-
"@sofie-automation/blueprints-integration": "npm:1.52.6-nrk"
1123-
"@sofie-automation/shared-lib": "npm:1.52.6-nrk"
1122+
"@sofie-automation/blueprints-integration": "npm:1.52.7-nrk"
1123+
"@sofie-automation/shared-lib": "npm:1.52.7-nrk"
11241124
fast-clone: "npm:^1.5.13"
11251125
i18next: "npm:^21.10.0"
11261126
influx: "npm:^5.9.7"
@@ -1151,9 +1151,9 @@ __metadata:
11511151
resolution: "@sofie-automation/job-worker@portal:../packages/job-worker::locator=automation-core%40workspace%3A."
11521152
dependencies:
11531153
"@slack/webhook": "npm:^7.0.4"
1154-
"@sofie-automation/blueprints-integration": "npm:1.52.6-nrk"
1155-
"@sofie-automation/corelib": "npm:1.52.6-nrk"
1156-
"@sofie-automation/shared-lib": "npm:1.52.6-nrk"
1154+
"@sofie-automation/blueprints-integration": "npm:1.52.7-nrk"
1155+
"@sofie-automation/corelib": "npm:1.52.7-nrk"
1156+
"@sofie-automation/shared-lib": "npm:1.52.7-nrk"
11571157
amqplib: "npm:^0.10.5"
11581158
deepmerge: "npm:^4.3.1"
11591159
elastic-apm-node: "npm:^4.11.0"
@@ -1173,9 +1173,9 @@ __metadata:
11731173
resolution: "@sofie-automation/meteor-lib@portal:../packages/meteor-lib::locator=automation-core%40workspace%3A."
11741174
dependencies:
11751175
"@mos-connection/helper": "npm:^4.3.1"
1176-
"@sofie-automation/blueprints-integration": "npm:1.52.6-nrk"
1177-
"@sofie-automation/corelib": "npm:1.52.6-nrk"
1178-
"@sofie-automation/shared-lib": "npm:1.52.6-nrk"
1176+
"@sofie-automation/blueprints-integration": "npm:1.52.7-nrk"
1177+
"@sofie-automation/corelib": "npm:1.52.7-nrk"
1178+
"@sofie-automation/shared-lib": "npm:1.52.7-nrk"
11791179
deep-extend: "npm:0.6.0"
11801180
semver: "npm:^7.6.3"
11811181
type-fest: "npm:^4.33.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.52.7-nrk](https://github.com/Sofie-Automation/sofie-core/compare/v1.52.6-nrk...v1.52.7-nrk) (2025-09-03)
7+
8+
**Note:** Version bump only for package @sofie-automation/blueprints-integration
9+
10+
11+
12+
13+
614
## [1.52.6-nrk](https://github.com/Sofie-Automation/sofie-core/compare/v1.52.4-nrk...v1.52.6-nrk) (2025-08-28)
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.52.6-nrk",
3+
"version": "1.52.7-nrk",
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.52.6-nrk",
41+
"@sofie-automation/shared-lib": "1.52.7-nrk",
4242
"tslib": "^2.8.1",
4343
"type-fest": "^4.33.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.52.6-nrk",
3+
"version": "1.52.7-nrk",
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.52.6-nrk",
43-
"@sofie-automation/shared-lib": "1.52.6-nrk",
42+
"@sofie-automation/blueprints-integration": "1.52.7-nrk",
43+
"@sofie-automation/shared-lib": "1.52.7-nrk",
4444
"fast-clone": "^1.5.13",
4545
"i18next": "^21.10.0",
4646
"influx": "^5.9.7",

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.52.6-nrk",
3+
"version": "1.52.7-nrk",
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.52.6-nrk",
3+
"version": "1.52.7-nrk",
44
"description": "Worker for things",
55
"main": "dist/index.js",
66
"license": "MIT",
@@ -41,9 +41,9 @@
4141
],
4242
"dependencies": {
4343
"@slack/webhook": "^7.0.4",
44-
"@sofie-automation/blueprints-integration": "1.52.6-nrk",
45-
"@sofie-automation/corelib": "1.52.6-nrk",
46-
"@sofie-automation/shared-lib": "1.52.6-nrk",
44+
"@sofie-automation/blueprints-integration": "1.52.7-nrk",
45+
"@sofie-automation/corelib": "1.52.7-nrk",
46+
"@sofie-automation/shared-lib": "1.52.7-nrk",
4747
"amqplib": "^0.10.5",
4848
"deepmerge": "^4.3.1",
4949
"elastic-apm-node": "^4.11.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.52.6-nrk",
2+
"version": "1.52.7-nrk",
33
"npmClient": "yarn",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
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.52.6-nrk",
3+
"version": "1.52.7-nrk",
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.52.6-nrk",
57-
"@sofie-automation/corelib": "1.52.6-nrk",
58-
"@sofie-automation/server-core-integration": "1.52.6-nrk",
59-
"@sofie-automation/shared-lib": "1.52.6-nrk",
56+
"@sofie-automation/blueprints-integration": "1.52.7-nrk",
57+
"@sofie-automation/corelib": "1.52.7-nrk",
58+
"@sofie-automation/server-core-integration": "1.52.7-nrk",
59+
"@sofie-automation/shared-lib": "1.52.7-nrk",
6060
"debug": "^4.4.0",
6161
"fast-clone": "^1.5.13",
6262
"influx": "^5.9.7",

0 commit comments

Comments
 (0)