Skip to content

Commit 0c622b5

Browse files
committed
chore(release): 1.51.3
1 parent bb09886 commit 0c622b5

File tree

17 files changed

+84
-46
lines changed

17 files changed

+84
-46
lines changed

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.51.2",
3+
"version": "1.51.3",
44
"private": true,
55
"engines": {
66
"node": ">=14.19.1"

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.51.3](https://github.com/nrkno/sofie-core/compare/v1.51.2...v1.51.3) (2024-11-21)
7+
8+
**Note:** Version bump only for package @sofie-automation/blueprints-integration
9+
10+
11+
12+
13+
614
## [1.51.2](https://github.com/nrkno/sofie-core/compare/v1.51.1...v1.51.2) (2024-11-21)
715

816
**Note:** Version bump only for package @sofie-automation/blueprints-integration

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.51.2",
3+
"version": "1.51.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.51.2",
41+
"@sofie-automation/shared-lib": "1.51.3",
4242
"tslib": "^2.6.2",
4343
"type-fest": "^3.13.1"
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.51.2",
3+
"version": "1.51.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.51.2",
43-
"@sofie-automation/shared-lib": "1.51.2",
42+
"@sofie-automation/blueprints-integration": "1.51.3",
43+
"@sofie-automation/shared-lib": "1.51.3",
4444
"fast-clone": "^1.5.13",
4545
"i18next": "^21.10.0",
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.51.2",
3+
"version": "1.51.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.51.2",
3+
"version": "1.51.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.51.2",
45-
"@sofie-automation/corelib": "1.51.2",
46-
"@sofie-automation/shared-lib": "1.51.2",
44+
"@sofie-automation/blueprints-integration": "1.51.3",
45+
"@sofie-automation/corelib": "1.51.3",
46+
"@sofie-automation/shared-lib": "1.51.3",
4747
"amqplib": "^0.10.3",
4848
"deepmerge": "^4.3.1",
4949
"elastic-apm-node": "^3.51.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.51.2",
2+
"version": "1.51.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.51.2",
3+
"version": "1.51.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.51.2",
57-
"@sofie-automation/corelib": "1.51.2",
58-
"@sofie-automation/server-core-integration": "1.51.2",
59-
"@sofie-automation/shared-lib": "1.51.2",
56+
"@sofie-automation/blueprints-integration": "1.51.3",
57+
"@sofie-automation/corelib": "1.51.3",
58+
"@sofie-automation/server-core-integration": "1.51.3",
59+
"@sofie-automation/shared-lib": "1.51.3",
6060
"debug": "^4.3.4",
6161
"fast-clone": "^1.5.13",
6262
"influx": "^5.9.3",

packages/mos-gateway/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.51.3](https://github.com/nrkno/sofie-core/compare/v1.51.2...v1.51.3) (2024-11-21)
7+
8+
9+
### Bug Fixes
10+
11+
* change CMD in GHA Dockerfile ([b13ba2d](https://github.com/nrkno/sofie-core/commit/b13ba2d60afb5a95314fcd217b4e63b4b5f241fa))
12+
13+
14+
15+
16+
617
## [1.51.2](https://github.com/nrkno/sofie-core/compare/v1.51.1...v1.51.2) (2024-11-21)
718

819
**Note:** Version bump only for package mos-gateway

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.51.2",
3+
"version": "1.51.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": "4.1.1",
69-
"@sofie-automation/server-core-integration": "1.51.2",
70-
"@sofie-automation/shared-lib": "1.51.2",
69+
"@sofie-automation/server-core-integration": "1.51.3",
70+
"@sofie-automation/shared-lib": "1.51.3",
7171
"tslib": "^2.6.2",
7272
"type-fest": "^3.13.1",
7373
"underscore": "^1.13.6",

0 commit comments

Comments
 (0)