Skip to content

Commit 5ba6337

Browse files
committed
Merge remote-tracking branch 'origin/release/26.03'
2 parents 54a0f95 + af8a7d1 commit 5ba6337

23 files changed

Lines changed: 113 additions & 76 deletions

File tree

meteor/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
## [26.3.0-1](https://github.com/Sofie-Automation/sofie-core/compare/v26.3.0-0...v26.3.0-1) (2026-02-11)
6+
57
## [26.3.0-0](https://github.com/Sofie-Automation/sofie-core/compare/v1.52.0...v26.3.0-0) (2026-02-04)
68

79

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": "26.3.0-0",
3+
"version": "26.3.0-1",
44
"private": true,
55
"engines": {
66
"node": ">=22.20.0"

meteor/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ __metadata:
13011301
version: 0.0.0-use.local
13021302
resolution: "@sofie-automation/blueprints-integration@portal:../packages/blueprints-integration::locator=automation-core%40workspace%3A."
13031303
dependencies:
1304-
"@sofie-automation/shared-lib": "npm:26.3.0-0"
1304+
"@sofie-automation/shared-lib": "npm:26.3.0-1"
13051305
tslib: "npm:^2.8.1"
13061306
type-fest: "npm:^4.41.0"
13071307
languageName: node
@@ -1337,8 +1337,8 @@ __metadata:
13371337
version: 0.0.0-use.local
13381338
resolution: "@sofie-automation/corelib@portal:../packages/corelib::locator=automation-core%40workspace%3A."
13391339
dependencies:
1340-
"@sofie-automation/blueprints-integration": "npm:26.3.0-0"
1341-
"@sofie-automation/shared-lib": "npm:26.3.0-0"
1340+
"@sofie-automation/blueprints-integration": "npm:26.3.0-1"
1341+
"@sofie-automation/shared-lib": "npm:26.3.0-1"
13421342
fast-clone: "npm:^1.5.13"
13431343
i18next: "npm:^21.10.0"
13441344
influx: "npm:^5.12.0"
@@ -1370,9 +1370,9 @@ __metadata:
13701370
resolution: "@sofie-automation/job-worker@portal:../packages/job-worker::locator=automation-core%40workspace%3A."
13711371
dependencies:
13721372
"@slack/webhook": "npm:^7.0.6"
1373-
"@sofie-automation/blueprints-integration": "npm:26.3.0-0"
1374-
"@sofie-automation/corelib": "npm:26.3.0-0"
1375-
"@sofie-automation/shared-lib": "npm:26.3.0-0"
1373+
"@sofie-automation/blueprints-integration": "npm:26.3.0-1"
1374+
"@sofie-automation/corelib": "npm:26.3.0-1"
1375+
"@sofie-automation/shared-lib": "npm:26.3.0-1"
13761376
amqplib: "npm:0.10.5"
13771377
deepmerge: "npm:^4.3.1"
13781378
elastic-apm-node: "npm:^4.15.0"
@@ -1392,9 +1392,9 @@ __metadata:
13921392
resolution: "@sofie-automation/meteor-lib@portal:../packages/meteor-lib::locator=automation-core%40workspace%3A."
13931393
dependencies:
13941394
"@mos-connection/helper": "npm:^5.0.0-alpha.0"
1395-
"@sofie-automation/blueprints-integration": "npm:26.3.0-0"
1396-
"@sofie-automation/corelib": "npm:26.3.0-0"
1397-
"@sofie-automation/shared-lib": "npm:26.3.0-0"
1395+
"@sofie-automation/blueprints-integration": "npm:26.3.0-1"
1396+
"@sofie-automation/corelib": "npm:26.3.0-1"
1397+
"@sofie-automation/shared-lib": "npm:26.3.0-1"
13981398
deep-extend: "npm:0.6.0"
13991399
semver: "npm:^7.7.3"
14001400
type-fest: "npm:^4.41.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+
# [26.3.0-1](https://github.com/Sofie-Automation/sofie-core/compare/v26.3.0-0...v26.3.0-1) (2026-02-11)
7+
8+
**Note:** Version bump only for package @sofie-automation/blueprints-integration
9+
10+
11+
12+
13+
614
# [26.3.0-0](https://github.com/Sofie-Automation/sofie-core/compare/v1.52.0...v26.3.0-0) (2026-02-04)
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": "26.3.0-0",
3+
"version": "26.3.0-1",
44
"description": "Library to define the interaction between core and the blueprints.",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -36,7 +36,7 @@
3636
"/LICENSE"
3737
],
3838
"dependencies": {
39-
"@sofie-automation/shared-lib": "26.3.0-0",
39+
"@sofie-automation/shared-lib": "26.3.0-1",
4040
"tslib": "^2.8.1",
4141
"type-fest": "^4.41.0"
4242
},

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": "26.3.0-0",
3+
"version": "26.3.0-1",
44
"private": true,
55
"description": "Internal library for some types shared by core and workers",
66
"main": "dist/index.js",
@@ -37,8 +37,8 @@
3737
"/LICENSE"
3838
],
3939
"dependencies": {
40-
"@sofie-automation/blueprints-integration": "26.3.0-0",
41-
"@sofie-automation/shared-lib": "26.3.0-0",
40+
"@sofie-automation/blueprints-integration": "26.3.0-1",
41+
"@sofie-automation/shared-lib": "26.3.0-1",
4242
"fast-clone": "^1.5.13",
4343
"i18next": "^21.10.0",
4444
"influx": "^5.12.0",

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": "26.3.0-0",
3+
"version": "26.3.0-1",
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": "26.3.0-0",
3+
"version": "26.3.0-1",
44
"description": "Worker for things",
55
"main": "dist/index.js",
66
"license": "MIT",
@@ -37,9 +37,9 @@
3737
],
3838
"dependencies": {
3939
"@slack/webhook": "^7.0.6",
40-
"@sofie-automation/blueprints-integration": "26.3.0-0",
41-
"@sofie-automation/corelib": "26.3.0-0",
42-
"@sofie-automation/shared-lib": "26.3.0-0",
40+
"@sofie-automation/blueprints-integration": "26.3.0-1",
41+
"@sofie-automation/corelib": "26.3.0-1",
42+
"@sofie-automation/shared-lib": "26.3.0-1",
4343
"amqplib": "0.10.5",
4444
"deepmerge": "^4.3.1",
4545
"elastic-apm-node": "^4.15.0",

packages/job-worker/src/playout/adlibAction.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ import type { INoteBase } from '@sofie-automation/corelib/dist/dataModel/Notes'
3535
import { NotificationsModelHelper } from '../notifications/NotificationsModelHelper.js'
3636
import type { INotificationsModel } from '../notifications/NotificationsModel.js'
3737
import { PersistentPlayoutStateStore } from '../blueprints/context/services/PersistantStateStore.js'
38+
import { AdLibAction } from '@sofie-automation/corelib/dist/dataModel/AdlibAction'
39+
import { RundownBaselineAdLibAction } from '@sofie-automation/corelib/dist/dataModel/RundownBaselineAdLibAction'
40+
import { BucketAdLibAction } from '@sofie-automation/corelib/dist/dataModel/BucketAdLibAction'
3841

3942
/**
4043
* Execute an AdLib Action

packages/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "26.3.0-0",
2+
"version": "26.3.0-1",
33
"npmClient": "yarn",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

0 commit comments

Comments
 (0)