Skip to content

Commit

Permalink
v0.2.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Mar 13, 2023
1 parent 5dce810 commit 60672ff
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.4](https://github.com/nrkno/sofie-input-gateway/compare/v0.2.0-alpha.3...v0.2.0-alpha.4) (2023-03-13)

### Bug Fixes

- handle CERTIFICATES env variable correctly ([5dce810](https://github.com/nrkno/sofie-input-gateway/commit/5dce8109a7c20b3c3a316e7617d9ac95ea64478b))

# [0.2.0-alpha.3](https://github.com/nrkno/sofie-input-gateway/compare/v0.2.0-alpha.2...v0.2.0-alpha.3) (2023-03-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0-alpha.3",
"version": "0.2.0-alpha.4",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 6 additions & 0 deletions packages/input-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.4](https://github.com/nrkno/sofie-input-gateway/compare/v0.2.0-alpha.3...v0.2.0-alpha.4) (2023-03-13)

### Bug Fixes

- handle CERTIFICATES env variable correctly ([5dce810](https://github.com/nrkno/sofie-input-gateway/commit/5dce8109a7c20b3c3a316e7617d9ac95ea64478b))

# [0.2.0-alpha.3](https://github.com/nrkno/sofie-input-gateway/compare/v0.2.0-alpha.2...v0.2.0-alpha.3) (2023-03-13)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/input-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "input-gateway",
"version": "0.2.0-alpha.3",
"version": "0.2.0-alpha.4",
"description": "Have devices, trigger stuff",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"production"
],
"dependencies": {
"@sofie-automation/input-manager": "0.2.0-alpha.3",
"@sofie-automation/input-manager": "0.2.0-alpha.4",
"@sofie-automation/server-core-integration": "1.49.0-nightly-feat-triggerGateways-20230109-123747-3c71f04.0",
"@sofie-automation/shared-lib": "1.49.0-nightly-feat-triggerGateways-20230109-123747-3c71f04.0",
"debug": "^4.3.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/input-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.4](https://github.com/nrkno/sofie-input-gateway/compare/v0.2.0-alpha.3...v0.2.0-alpha.4) (2023-03-13)

**Note:** Version bump only for package @sofie-automation/input-manager

# [0.2.0-alpha.3](https://github.com/nrkno/sofie-input-gateway/compare/v0.2.0-alpha.2...v0.2.0-alpha.3) (2023-03-13)

**Note:** Version bump only for package @sofie-automation/input-manager
Expand Down
2 changes: 1 addition & 1 deletion packages/input-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sofie-automation/input-manager",
"version": "0.2.0-alpha.3",
"version": "0.2.0-alpha.4",
"description": "Have devices, send events, receive feedback",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 60672ff

Please sign in to comment.