Skip to content

Commit 65e4e5b

Browse files
committed
v0.3.0
1 parent 844faac commit 65e4e5b

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.0-alpha.2...v0.3.0) (2024-10-01)
7+
8+
**Note:** Version bump only for package input-gateway-packages
9+
10+
11+
12+
13+
614
# [0.3.0-alpha.2](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.0-alpha.1...v0.3.0-alpha.2) (2024-07-02)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.3.0-alpha.2",
2+
"version": "0.3.0",
33
"npmClient": "yarn"
44
}

packages/input-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.0-alpha.2...v0.3.0) (2024-10-01)
7+
8+
**Note:** Version bump only for package input-gateway
9+
10+
11+
12+
13+
614
# [0.3.0-alpha.2](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.0-alpha.1...v0.3.0-alpha.2) (2024-07-02)
715

816

packages/input-gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "input-gateway",
3-
"version": "0.3.0-alpha.2",
3+
"version": "0.3.0",
44
"description": "Have devices, trigger stuff",
55
"main": "dist/index.js",
66
"private": true,
@@ -72,7 +72,7 @@
7272
"production"
7373
],
7474
"dependencies": {
75-
"@sofie-automation/input-manager": "0.3.0-alpha.2",
75+
"@sofie-automation/input-manager": "0.3.0",
7676
"@sofie-automation/server-core-integration": "1.51.0-nightly-release51-20240524-100952-fa306dc.0",
7777
"@sofie-automation/shared-lib": "1.51.0-nightly-release51-20240524-100952-fa306dc.0",
7878
"debug": "^4.3.4",

packages/input-manager/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.0-alpha.2...v0.3.0) (2024-10-01)
7+
8+
**Note:** Version bump only for package @sofie-automation/input-manager
9+
10+
11+
12+
13+
614
# [0.3.0-alpha.2](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.0-alpha.1...v0.3.0-alpha.2) (2024-07-02)
715

816

packages/input-manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-automation/input-manager",
3-
"version": "0.3.0-alpha.2",
3+
"version": "0.3.0",
44
"description": "Have devices, send events, receive feedback",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,7 +1741,7 @@ __metadata:
17411741
languageName: node
17421742
linkType: hard
17431743

1744-
"@sofie-automation/input-manager@npm:0.3.0-alpha.2, @sofie-automation/input-manager@workspace:packages/input-manager":
1744+
"@sofie-automation/input-manager@npm:0.3.0, @sofie-automation/input-manager@workspace:packages/input-manager":
17451745
version: 0.0.0-use.local
17461746
resolution: "@sofie-automation/input-manager@workspace:packages/input-manager"
17471747
dependencies:
@@ -5693,7 +5693,7 @@ __metadata:
56935693
version: 0.0.0-use.local
56945694
resolution: "input-gateway@workspace:packages/input-gateway"
56955695
dependencies:
5696-
"@sofie-automation/input-manager": "npm:0.3.0-alpha.2"
5696+
"@sofie-automation/input-manager": "npm:0.3.0"
56975697
"@sofie-automation/server-core-integration": "npm:1.51.0-nightly-release51-20240524-100952-fa306dc.0"
56985698
"@sofie-automation/shared-lib": "npm:1.51.0-nightly-release51-20240524-100952-fa306dc.0"
56995699
debug: "npm:^4.3.4"

0 commit comments

Comments
 (0)