File tree Expand file tree Collapse file tree 17 files changed +84
-46
lines changed Expand file tree Collapse file tree 17 files changed +84
-46
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " automation-core" ,
3
- "version" : " 1.51.2 " ,
3
+ "version" : " 1.51.3 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=14.19.1"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 1.51.2] ( https://github.com/nrkno/sofie-core/compare/v1.51.1...v1.51.2 ) (2024-11-21)
7
15
8
16
** Note:** Version bump only for package @sofie-automation/blueprints-integration
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/blueprints-integration" ,
3
- "version" : " 1.51.2 " ,
3
+ "version" : " 1.51.3 " ,
4
4
"description" : " Library to define the interaction between core and the blueprints." ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
38
38
" /LICENSE"
39
39
],
40
40
"dependencies" : {
41
- "@sofie-automation/shared-lib" : " 1.51.2 " ,
41
+ "@sofie-automation/shared-lib" : " 1.51.3 " ,
42
42
"tslib" : " ^2.6.2" ,
43
43
"type-fest" : " ^3.13.1"
44
44
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/corelib" ,
3
- "version" : " 1.51.2 " ,
3
+ "version" : " 1.51.3 " ,
4
4
"private" : true ,
5
5
"description" : " Internal library for some types shared by core and workers" ,
6
6
"main" : " dist/index.js" ,
39
39
" /LICENSE"
40
40
],
41
41
"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 " ,
44
44
"fast-clone" : " ^1.5.13" ,
45
45
"i18next" : " ^21.10.0" ,
46
46
"influx" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sofie-documentation" ,
3
- "version" : " 1.51.2 " ,
3
+ "version" : " 1.51.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/job-worker" ,
3
- "version" : " 1.51.2 " ,
3
+ "version" : " 1.51.3 " ,
4
4
"description" : " Worker for things" ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
41
41
],
42
42
"dependencies" : {
43
43
"@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 " ,
47
47
"amqplib" : " ^0.10.3" ,
48
48
"deepmerge" : " ^4.3.1" ,
49
49
"elastic-apm-node" : " ^3.51.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.51.2 " ,
2
+ "version" : " 1.51.3 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " live-status-gateway" ,
3
- "version" : " 1.51.2 " ,
3
+ "version" : " 1.51.3 " ,
4
4
"private" : true ,
5
5
"description" : " Provides state from Sofie over sockets" ,
6
6
"license" : " MIT" ,
53
53
" production"
54
54
],
55
55
"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 " ,
60
60
"debug" : " ^4.3.4" ,
61
61
"fast-clone" : " ^1.5.13" ,
62
62
"influx" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 1.51.2] ( https://github.com/nrkno/sofie-core/compare/v1.51.1...v1.51.2 ) (2024-11-21)
7
18
8
19
** Note:** Version bump only for package mos-gateway
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mos-gateway" ,
3
- "version" : " 1.51.2 " ,
3
+ "version" : " 1.51.3 " ,
4
4
"private" : true ,
5
5
"description" : " MOS-Gateway for the Sofie project" ,
6
6
"license" : " MIT" ,
66
66
],
67
67
"dependencies" : {
68
68
"@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 " ,
71
71
"tslib" : " ^2.6.2" ,
72
72
"type-fest" : " ^3.13.1" ,
73
73
"underscore" : " ^1.13.6" ,
You can’t perform that action at this time.
0 commit comments