Skip to content

Commit

Permalink
chore(release): 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Oct 6, 2023
1 parent 89b1968 commit 07724cb
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 15 deletions.
8 changes: 8 additions & 0 deletions meteor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [1.49.0](https://github.com/nrkno/sofie-core/compare/v1.49.0-in-testing.10...v1.49.0) (2023-10-06)


### Bug Fixes

* error is reported in the Rundown View when an empty Combo is created in Action Triggers ([e6a0c5f](https://github.com/nrkno/sofie-core/commit/e6a0c5f4161132e300fa225e8aad50e1cbe72ffb))
* update casparcg-connection ([366f75c](https://github.com/nrkno/sofie-core/commit/366f75ce1bfab3054cc93bee58c6601bd4a40ceb))

## [1.49.0-in-testing.10](///compare/v1.49.0-in-testing.9...v1.49.0-in-testing.10) (2023-10-03)


Expand Down
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.49.0-in-testing.10",
"version": "1.49.0",
"private": true,
"engines": {
"node": ">=14.19.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/blueprints-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.49.0](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.10...v1.49.0) (2023-10-06)

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





# [1.49.0-in-testing.10](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.9...v1.49.0-in-testing.10) (2023-10-03)

**Note:** Version bump only for package @sofie-automation/blueprints-integration
Expand Down
2 changes: 1 addition & 1 deletion 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.49.0-in-testing.10",
"version": "1.49.0",
"description": "Library to define the interaction between core and the blueprints.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/corelib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/corelib",
"version": "1.49.0-in-testing.10",
"version": "1.49.0",
"private": true,
"description": "Internal library for some types shared by core and workers",
"main": "dist/index.js",
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.49.0-in-testing.10",
"version": "1.49.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion 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.49.0-in-testing.10",
"version": "1.49.0",
"description": "Worker for things",
"main": "dist/index.js",
"license": "MIT",
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.49.0-in-testing.10",
"version": "1.49.0",
"npmClient": "yarn",
"useWorkspaces": true
}
8 changes: 8 additions & 0 deletions packages/mos-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.49.0](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.10...v1.49.0) (2023-10-06)

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





# [1.49.0-in-testing.10](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.9...v1.49.0-in-testing.10) (2023-10-03)

**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.49.0-in-testing.10",
"version": "1.49.0",
"private": true,
"description": "MOS-Gateway for the Sofie project",
"license": "MIT",
Expand Down Expand Up @@ -66,8 +66,8 @@
],
"dependencies": {
"@mos-connection/connector": "^3.0.4",
"@sofie-automation/server-core-integration": "1.49.0-in-testing.10",
"@sofie-automation/shared-lib": "1.49.0-in-testing.10",
"@sofie-automation/server-core-integration": "1.49.0",
"@sofie-automation/shared-lib": "1.49.0",
"tslib": "^2.4.0",
"type-fest": "^2.19.0",
"underscore": "^1.13.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/playout-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.49.0](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.10...v1.49.0) (2023-10-06)

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





# [1.49.0-in-testing.10](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.9...v1.49.0-in-testing.10) (2023-10-03)

**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.49.0-in-testing.10",
"version": "1.49.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.49.0-in-testing.10",
"@sofie-automation/shared-lib": "1.49.0-in-testing.10",
"@sofie-automation/server-core-integration": "1.49.0",
"@sofie-automation/shared-lib": "1.49.0",
"debug": "^4.3.3",
"influx": "^5.9.3",
"timeline-state-resolver": "8.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/server-core-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.49.0](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.10...v1.49.0) (2023-10-06)

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





# [1.49.0-in-testing.10](https://github.com/nrkno/tv-automation-server-core/compare/v1.49.0-in-testing.9...v1.49.0-in-testing.10) (2023-10-03)

**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.49.0-in-testing.10",
"version": "1.49.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.49.0-in-testing.10",
"@sofie-automation/shared-lib": "1.49.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.49.0-in-testing.10",
"version": "1.49.0",
"private": false,
"description": "Library for types & values shared by core, workers and gateways",
"main": "dist/index.js",
Expand Down

0 comments on commit 07724cb

Please sign in to comment.