Skip to content

Commit

Permalink
chore(release): 1.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Oct 7, 2024
1 parent 82074b3 commit 3ef299f
Show file tree
Hide file tree
Showing 18 changed files with 116 additions and 52 deletions.
2 changes: 1 addition & 1 deletion meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automation-core",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"private": true,
"engines": {
"node": ">=14.19.1"
Expand Down
12 changes: 6 additions & 6 deletions meteor/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sofie-automation/blueprints-integration@portal:../packages/blueprints-integration::locator=automation-core%40workspace%3A."
dependencies:
"@sofie-automation/shared-lib": 1.51.0-in-testing.3
"@sofie-automation/shared-lib": 1.51.0
tslib: ^2.6.2
type-fest: ^3.13.1
languageName: node
Expand Down Expand Up @@ -1362,8 +1362,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sofie-automation/corelib@portal:../packages/corelib::locator=automation-core%40workspace%3A."
dependencies:
"@sofie-automation/blueprints-integration": 1.51.0-in-testing.3
"@sofie-automation/shared-lib": 1.51.0-in-testing.3
"@sofie-automation/blueprints-integration": 1.51.0
"@sofie-automation/shared-lib": 1.51.0
fast-clone: ^1.5.13
i18next: ^21.10.0
influx: ^5.9.3
Expand Down Expand Up @@ -1394,9 +1394,9 @@ __metadata:
resolution: "@sofie-automation/job-worker@portal:../packages/job-worker::locator=automation-core%40workspace%3A."
dependencies:
"@slack/webhook": ^6.1.0
"@sofie-automation/blueprints-integration": 1.51.0-in-testing.3
"@sofie-automation/corelib": 1.51.0-in-testing.3
"@sofie-automation/shared-lib": 1.51.0-in-testing.3
"@sofie-automation/blueprints-integration": 1.51.0
"@sofie-automation/corelib": 1.51.0
"@sofie-automation/shared-lib": 1.51.0
amqplib: ^0.10.3
deepmerge: ^4.3.1
elastic-apm-node: ^3.51.0
Expand Down
16 changes: 16 additions & 0 deletions packages/blueprints-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07)

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





# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07)

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





# [1.51.0-in-testing.3](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.2...v1.51.0-in-testing.3) (2024-09-25)

**Note:** Version bump only for package @sofie-automation/blueprints-integration
Expand Down
4 changes: 2 additions & 2 deletions packages/blueprints-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/blueprints-integration",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"description": "Library to define the interaction between core and the blueprints.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"/LICENSE"
],
"dependencies": {
"@sofie-automation/shared-lib": "1.51.0-in-testing.3",
"@sofie-automation/shared-lib": "1.51.0",
"tslib": "^2.6.2",
"type-fest": "^3.13.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/corelib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/corelib",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"private": true,
"description": "Internal library for some types shared by core and workers",
"main": "dist/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"/LICENSE"
],
"dependencies": {
"@sofie-automation/blueprints-integration": "1.51.0-in-testing.3",
"@sofie-automation/shared-lib": "1.51.0-in-testing.3",
"@sofie-automation/blueprints-integration": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0",
"fast-clone": "^1.5.13",
"i18next": "^21.10.0",
"influx": "^5.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sofie-documentation",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 4 additions & 4 deletions packages/job-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/job-worker",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"description": "Worker for things",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -41,9 +41,9 @@
],
"dependencies": {
"@slack/webhook": "^6.1.0",
"@sofie-automation/blueprints-integration": "1.51.0-in-testing.3",
"@sofie-automation/corelib": "1.51.0-in-testing.3",
"@sofie-automation/shared-lib": "1.51.0-in-testing.3",
"@sofie-automation/blueprints-integration": "1.51.0",
"@sofie-automation/corelib": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0",
"amqplib": "^0.10.3",
"deepmerge": "^4.3.1",
"elastic-apm-node": "^3.51.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"npmClient": "yarn",
"useWorkspaces": true
}
10 changes: 5 additions & 5 deletions packages/live-status-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "live-status-gateway",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"private": true,
"description": "Provides state from Sofie over sockets",
"license": "MIT",
Expand Down Expand Up @@ -53,10 +53,10 @@
"production"
],
"dependencies": {
"@sofie-automation/blueprints-integration": "1.51.0-in-testing.3",
"@sofie-automation/corelib": "1.51.0-in-testing.3",
"@sofie-automation/server-core-integration": "1.51.0-in-testing.3",
"@sofie-automation/shared-lib": "1.51.0-in-testing.3",
"@sofie-automation/blueprints-integration": "1.51.0",
"@sofie-automation/corelib": "1.51.0",
"@sofie-automation/server-core-integration": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0",
"debug": "^4.3.4",
"fast-clone": "^1.5.13",
"influx": "^5.9.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/mos-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07)

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





# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07)

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





# [1.51.0-in-testing.3](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.2...v1.51.0-in-testing.3) (2024-09-25)

**Note:** Version bump only for package mos-gateway
Expand Down
6 changes: 3 additions & 3 deletions packages/mos-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mos-gateway",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"private": true,
"description": "MOS-Gateway for the Sofie project",
"license": "MIT",
Expand Down Expand Up @@ -66,8 +66,8 @@
],
"dependencies": {
"@mos-connection/connector": "4.1.1",
"@sofie-automation/server-core-integration": "1.51.0-in-testing.3",
"@sofie-automation/shared-lib": "1.51.0-in-testing.3",
"@sofie-automation/server-core-integration": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0",
"tslib": "^2.6.2",
"type-fest": "^3.13.1",
"underscore": "^1.13.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/openapi",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/playout-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07)

**Note:** Version bump only for package playout-gateway





# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07)

**Note:** Version bump only for package playout-gateway





# [1.51.0-in-testing.3](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.2...v1.51.0-in-testing.3) (2024-09-25)

**Note:** Version bump only for package playout-gateway
Expand Down
6 changes: 3 additions & 3 deletions packages/playout-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playout-gateway",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"private": true,
"description": "Connect to Core, play stuff",
"license": "MIT",
Expand Down Expand Up @@ -56,8 +56,8 @@
"production"
],
"dependencies": {
"@sofie-automation/server-core-integration": "1.51.0-in-testing.3",
"@sofie-automation/shared-lib": "1.51.0-in-testing.3",
"@sofie-automation/server-core-integration": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0",
"debug": "^4.3.4",
"influx": "^5.9.3",
"timeline-state-resolver": "9.2.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/server-core-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07)

**Note:** Version bump only for package @sofie-automation/server-core-integration





# [1.51.0](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.3...v1.51.0) (2024-10-07)

**Note:** Version bump only for package @sofie-automation/server-core-integration





# [1.51.0-in-testing.3](https://github.com/nrkno/sofie-core/compare/v1.51.0-in-testing.2...v1.51.0-in-testing.3) (2024-09-25)

**Note:** Version bump only for package @sofie-automation/server-core-integration
Expand Down
4 changes: 2 additions & 2 deletions packages/server-core-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/server-core-integration",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"description": "Library for connecting to Core",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -70,7 +70,7 @@
"production"
],
"dependencies": {
"@sofie-automation/shared-lib": "1.51.0-in-testing.3",
"@sofie-automation/shared-lib": "1.51.0",
"ejson": "^2.2.3",
"eventemitter3": "^4.0.7",
"faye-websocket": "^0.11.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/shared-lib",
"version": "1.51.0-in-testing.3",
"version": "1.51.0",
"description": "Library for types & values shared by core, workers and gateways",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 3ef299f

Please sign in to comment.