Skip to content

Commit 3cd7af0

Browse files
committed
chore(release): 1.52.0
1 parent c825e35 commit 3cd7af0

File tree

21 files changed

+115
-72
lines changed

21 files changed

+115
-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.0](///compare/v1.52.0-in-testing.1...v1.52.0) (2025-06-30)
6+
7+
8+
### Bug Fixes
9+
10+
* blueprint fetch method missing a9491d3
11+
* eventlistener on segmentBlock wasn't cleaned up 823e9c2
12+
* Memoryleak fixed in @jstarpl/react-contextmenu 2.15.1 ea0c4d4
13+
* missing fetch for blueprints, and minor logging changes ([#1471](undefined/undefined/undefined/issues/1471)) 4cec82b
14+
* system evaluations form message not saving SOFIE-4010 d89b35e
15+
516
## [1.52.0-in-testing.1](https://github.com/nrkno/sofie-core/compare/v1.51.7...v1.52.0-in-testing.1) (2025-06-05)
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.0-in-testing.1",
3+
"version": "1.52.0",
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.0-in-testing.1"
1081+
"@sofie-automation/shared-lib": "npm:1.52.0"
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.0-in-testing.1"
1123-
"@sofie-automation/shared-lib": "npm:1.52.0-in-testing.1"
1122+
"@sofie-automation/blueprints-integration": "npm:1.52.0"
1123+
"@sofie-automation/shared-lib": "npm:1.52.0"
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.0-in-testing.1"
1155-
"@sofie-automation/corelib": "npm:1.52.0-in-testing.1"
1156-
"@sofie-automation/shared-lib": "npm:1.52.0-in-testing.1"
1154+
"@sofie-automation/blueprints-integration": "npm:1.52.0"
1155+
"@sofie-automation/corelib": "npm:1.52.0"
1156+
"@sofie-automation/shared-lib": "npm:1.52.0"
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.2.2"
1176-
"@sofie-automation/blueprints-integration": "npm:1.52.0-in-testing.1"
1177-
"@sofie-automation/corelib": "npm:1.52.0-in-testing.1"
1178-
"@sofie-automation/shared-lib": "npm:1.52.0-in-testing.1"
1176+
"@sofie-automation/blueprints-integration": "npm:1.52.0"
1177+
"@sofie-automation/corelib": "npm:1.52.0"
1178+
"@sofie-automation/shared-lib": "npm:1.52.0"
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.0](https://github.com/Sofie-Automation/sofie-core/compare/v1.52.0-in-testing.1...v1.52.0) (2025-06-30)
7+
8+
**Note:** Version bump only for package @sofie-automation/blueprints-integration
9+
10+
11+
12+
13+
614
# [1.52.0-in-testing.1](https://github.com/Sofie-Automation/sofie-core/compare/v1.51.7...v1.52.0-in-testing.1) (2025-06-05)
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.0-in-testing.1",
3+
"version": "1.52.0",
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.0-in-testing.1",
41+
"@sofie-automation/shared-lib": "1.52.0",
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.0-in-testing.1",
3+
"version": "1.52.0",
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.0-in-testing.1",
43-
"@sofie-automation/shared-lib": "1.52.0-in-testing.1",
42+
"@sofie-automation/blueprints-integration": "1.52.0",
43+
"@sofie-automation/shared-lib": "1.52.0",
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.0-in-testing.1",
3+
"version": "1.52.0",
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.0-in-testing.1",
3+
"version": "1.52.0",
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.0-in-testing.1",
45-
"@sofie-automation/corelib": "1.52.0-in-testing.1",
46-
"@sofie-automation/shared-lib": "1.52.0-in-testing.1",
44+
"@sofie-automation/blueprints-integration": "1.52.0",
45+
"@sofie-automation/corelib": "1.52.0",
46+
"@sofie-automation/shared-lib": "1.52.0",
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.0-in-testing.1",
2+
"version": "1.52.0",
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.0-in-testing.1",
3+
"version": "1.52.0",
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.0-in-testing.1",
57-
"@sofie-automation/corelib": "1.52.0-in-testing.1",
58-
"@sofie-automation/server-core-integration": "1.52.0-in-testing.1",
59-
"@sofie-automation/shared-lib": "1.52.0-in-testing.1",
56+
"@sofie-automation/blueprints-integration": "1.52.0",
57+
"@sofie-automation/corelib": "1.52.0",
58+
"@sofie-automation/server-core-integration": "1.52.0",
59+
"@sofie-automation/shared-lib": "1.52.0",
6060
"debug": "^4.4.0",
6161
"fast-clone": "^1.5.13",
6262
"influx": "^5.9.7",

0 commit comments

Comments
 (0)