Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Maretić committed Jun 27, 2024
1 parent 2b528db commit 21b71c3
Show file tree
Hide file tree
Showing 14 changed files with 54 additions and 54 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",
"version": "1.51.1",
"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
"@sofie-automation/shared-lib": 1.51.1
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
"@sofie-automation/shared-lib": 1.51.0
"@sofie-automation/blueprints-integration": 1.51.1
"@sofie-automation/shared-lib": 1.51.1
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
"@sofie-automation/corelib": 1.51.0
"@sofie-automation/shared-lib": 1.51.0
"@sofie-automation/blueprints-integration": 1.51.1
"@sofie-automation/corelib": 1.51.1
"@sofie-automation/shared-lib": 1.51.1
amqplib: ^0.10.3
deepmerge: ^4.3.1
elastic-apm-node: ^3.51.0
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",
"version": "1.51.1",
"description": "Library to define the interaction between core and the blueprints.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"/LICENSE"
],
"dependencies": {
"@sofie-automation/shared-lib": "1.51.0",
"@sofie-automation/shared-lib": "1.51.1",
"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",
"version": "1.51.1",
"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",
"@sofie-automation/shared-lib": "1.51.0",
"@sofie-automation/blueprints-integration": "1.51.1",
"@sofie-automation/shared-lib": "1.51.1",
"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",
"version": "1.51.1",
"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",
"version": "1.51.1",
"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",
"@sofie-automation/corelib": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0",
"@sofie-automation/blueprints-integration": "1.51.1",
"@sofie-automation/corelib": "1.51.1",
"@sofie-automation/shared-lib": "1.51.1",
"amqplib": "^0.10.3",
"deepmerge": "^4.3.1",
"elastic-apm-node": "^3.51.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.51.0",
"npmClient": "yarn",
"useWorkspaces": true
"version": "1.51.1",
"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",
"version": "1.51.1",
"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",
"@sofie-automation/corelib": "1.51.0",
"@sofie-automation/server-core-integration": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0",
"@sofie-automation/blueprints-integration": "1.51.1",
"@sofie-automation/corelib": "1.51.1",
"@sofie-automation/server-core-integration": "1.51.1",
"@sofie-automation/shared-lib": "1.51.1",
"debug": "^4.3.4",
"fast-clone": "^1.5.13",
"influx": "^5.9.3",
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",
"version": "1.51.1",
"private": true,
"description": "MOS-Gateway for the Sofie project",
"license": "MIT",
Expand Down Expand Up @@ -67,8 +67,8 @@
],
"dependencies": {
"@mos-connection/connector": "^4.1.0",
"@sofie-automation/server-core-integration": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0",
"@sofie-automation/server-core-integration": "1.51.1",
"@sofie-automation/shared-lib": "1.51.1",
"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",
"version": "1.51.1",
"private": true,
"license": "MIT",
"repository": {
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",
"version": "1.51.1",
"private": true,
"description": "Connect to Core, play stuff",
"license": "MIT",
Expand Down Expand Up @@ -57,8 +57,8 @@
"production"
],
"dependencies": {
"@sofie-automation/server-core-integration": "1.51.0",
"@sofie-automation/shared-lib": "1.51.0",
"@sofie-automation/server-core-integration": "1.51.1",
"@sofie-automation/shared-lib": "1.51.1",
"debug": "^4.3.4",
"influx": "^5.9.3",
"timeline-state-resolver": "npm:@evs/[email protected]",
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",
"version": "1.51.1",
"description": "Library for connecting to Core",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -72,7 +72,7 @@
"production"
],
"dependencies": {
"@sofie-automation/shared-lib": "1.51.0",
"@sofie-automation/shared-lib": "1.51.1",
"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",
"version": "1.51.1",
"description": "Library for types & values shared by core, workers and gateways",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
38 changes: 19 additions & 19 deletions packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4518,11 +4518,11 @@ __metadata:
languageName: node
linkType: hard

"@sofie-automation/[email protected].0, @sofie-automation/blueprints-integration@workspace:blueprints-integration":
"@sofie-automation/[email protected].1, @sofie-automation/blueprints-integration@workspace:blueprints-integration":
version: 0.0.0-use.local
resolution: "@sofie-automation/blueprints-integration@workspace:blueprints-integration"
dependencies:
"@sofie-automation/shared-lib": 1.51.0
"@sofie-automation/shared-lib": 1.51.1
tslib: ^2.6.2
type-fest: ^3.13.1
languageName: unknown
Expand Down Expand Up @@ -4559,12 +4559,12 @@ __metadata:
languageName: node
linkType: hard

"@sofie-automation/[email protected].0, @sofie-automation/corelib@workspace:corelib":
"@sofie-automation/[email protected].1, @sofie-automation/corelib@workspace:corelib":
version: 0.0.0-use.local
resolution: "@sofie-automation/corelib@workspace:corelib"
dependencies:
"@sofie-automation/blueprints-integration": 1.51.0
"@sofie-automation/shared-lib": 1.51.0
"@sofie-automation/blueprints-integration": 1.51.1
"@sofie-automation/shared-lib": 1.51.1
fast-clone: ^1.5.13
i18next: ^21.10.0
influx: ^5.9.3
Expand Down Expand Up @@ -4595,9 +4595,9 @@ __metadata:
resolution: "@sofie-automation/job-worker@workspace:job-worker"
dependencies:
"@slack/webhook": ^6.1.0
"@sofie-automation/blueprints-integration": 1.51.0
"@sofie-automation/corelib": 1.51.0
"@sofie-automation/shared-lib": 1.51.0
"@sofie-automation/blueprints-integration": 1.51.1
"@sofie-automation/corelib": 1.51.1
"@sofie-automation/shared-lib": 1.51.1
amqplib: ^0.10.3
deepmerge: ^4.3.1
elastic-apm-node: ^3.51.0
Expand Down Expand Up @@ -4627,11 +4627,11 @@ __metadata:
languageName: unknown
linkType: soft

"@sofie-automation/[email protected].0, @sofie-automation/server-core-integration@workspace:server-core-integration":
"@sofie-automation/[email protected].1, @sofie-automation/server-core-integration@workspace:server-core-integration":
version: 0.0.0-use.local
resolution: "@sofie-automation/server-core-integration@workspace:server-core-integration"
dependencies:
"@sofie-automation/shared-lib": 1.51.0
"@sofie-automation/shared-lib": 1.51.1
ejson: ^2.2.3
eventemitter3: ^4.0.7
faye-websocket: ^0.11.4
Expand All @@ -4641,7 +4641,7 @@ __metadata:
languageName: unknown
linkType: soft

"@sofie-automation/[email protected].0, @sofie-automation/shared-lib@workspace:shared-lib":
"@sofie-automation/[email protected].1, @sofie-automation/shared-lib@workspace:shared-lib":
version: 0.0.0-use.local
resolution: "@sofie-automation/shared-lib@workspace:shared-lib"
dependencies:
Expand Down Expand Up @@ -14784,10 +14784,10 @@ asn1@evs-broadcast/node-asn1:
"@asyncapi/generator": ^1.17.7
"@asyncapi/html-template": ^2.1.7
"@asyncapi/nodejs-ws-template": ^0.9.33
"@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
"@sofie-automation/blueprints-integration": 1.51.1
"@sofie-automation/corelib": 1.51.1
"@sofie-automation/server-core-integration": 1.51.1
"@sofie-automation/shared-lib": 1.51.1
debug: ^4.3.4
fast-clone: ^1.5.13
influx: ^5.9.3
Expand Down Expand Up @@ -15906,8 +15906,8 @@ asn1@evs-broadcast/node-asn1:
resolution: "mos-gateway@workspace:mos-gateway"
dependencies:
"@mos-connection/connector": ^4.1.0
"@sofie-automation/server-core-integration": 1.51.0
"@sofie-automation/shared-lib": 1.51.0
"@sofie-automation/server-core-integration": 1.51.1
"@sofie-automation/shared-lib": 1.51.1
tslib: ^2.6.2
type-fest: ^3.13.1
underscore: ^1.13.6
Expand Down Expand Up @@ -17849,8 +17849,8 @@ asn1@evs-broadcast/node-asn1:
version: 0.0.0-use.local
resolution: "playout-gateway@workspace:playout-gateway"
dependencies:
"@sofie-automation/server-core-integration": 1.51.0
"@sofie-automation/shared-lib": 1.51.0
"@sofie-automation/server-core-integration": 1.51.1
"@sofie-automation/shared-lib": 1.51.1
debug: ^4.3.4
influx: ^5.9.3
timeline-state-resolver: "npm:@evs/[email protected]"
Expand Down

0 comments on commit 21b71c3

Please sign in to comment.