Skip to content

Commit

Permalink
v0.2.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Mar 14, 2023
1 parent 6b852c8 commit 5605f47
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions 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.5](https://github.com/nrkno/sofie-input-gateway/compare/v0.2.0-alpha.4...v0.2.0-alpha.5) (2023-03-14)

**Note:** Version bump only for package input-gateway-packages

# [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
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.4",
"version": "0.2.0-alpha.5",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions packages/input-gateway/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.5](https://github.com/nrkno/sofie-input-gateway/compare/v0.2.0-alpha.4...v0.2.0-alpha.5) (2023-03-14)

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

# [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
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.4",
"version": "0.2.0-alpha.5",
"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.4",
"@sofie-automation/input-manager": "0.2.0-alpha.5",
"@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.5](https://github.com/nrkno/sofie-input-gateway/compare/v0.2.0-alpha.4...v0.2.0-alpha.5) (2023-03-14)

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

# [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
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.4",
"version": "0.2.0-alpha.5",
"description": "Have devices, send events, receive feedback",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 5605f47

Please sign in to comment.