Skip to content

Commit 7815ff8

Browse files
committed
v0.3.1-alpha.1
1 parent ab06124 commit 7815ff8

7 files changed

Lines changed: 39 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1-alpha.1](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.1-alpha.0...v0.3.1-alpha.1) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* add more debug logging for tracing rendering issues with skia-canvas ([ab06124](https://github.com/nrkno/sofie-input-gateway/commit/ab061245bf5e92578b400e5d91d1af28bc8443e3))
12+
13+
14+
15+
16+
617
## [0.3.1-alpha.0](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.0...v0.3.1-alpha.0) (2025-01-24)
718

819

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.1-alpha.0",
2+
"version": "0.3.1-alpha.1",
33
"npmClient": "yarn"
44
}

packages/input-gateway/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1-alpha.1](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.1-alpha.0...v0.3.1-alpha.1) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* add more debug logging for tracing rendering issues with skia-canvas ([ab06124](https://github.com/nrkno/sofie-input-gateway/commit/ab061245bf5e92578b400e5d91d1af28bc8443e3))
12+
13+
14+
15+
16+
617
## [0.3.1-alpha.0](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.0...v0.3.1-alpha.0) (2025-01-24)
718

819

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.1-alpha.0",
3+
"version": "0.3.1-alpha.1",
44
"description": "Have devices, trigger stuff",
55
"main": "dist/index.js",
66
"private": true,
@@ -73,7 +73,7 @@
7373
],
7474
"dependencies": {
7575
"@esm2cjs/p-queue": "7.3.0",
76-
"@sofie-automation/input-manager": "0.3.1-alpha.0",
76+
"@sofie-automation/input-manager": "0.3.1-alpha.1",
7777
"@sofie-automation/server-core-integration": "1.51.6",
7878
"@sofie-automation/shared-lib": "1.51.6",
7979
"debug": "^4.3.4",

packages/input-manager/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1-alpha.1](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.1-alpha.0...v0.3.1-alpha.1) (2025-01-28)
7+
8+
9+
### Features
10+
11+
* add more debug logging for tracing rendering issues with skia-canvas ([ab06124](https://github.com/nrkno/sofie-input-gateway/commit/ab061245bf5e92578b400e5d91d1af28bc8443e3))
12+
13+
14+
15+
16+
617
## [0.3.1-alpha.0](https://github.com/nrkno/sofie-input-gateway/compare/v0.3.0...v0.3.1-alpha.0) (2025-01-24)
718

819

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.1-alpha.0",
3+
"version": "0.3.1-alpha.1",
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
@@ -1794,7 +1794,7 @@ __metadata:
17941794
languageName: node
17951795
linkType: hard
17961796

1797-
"@sofie-automation/input-manager@npm:0.3.1-alpha.0, @sofie-automation/input-manager@workspace:packages/input-manager":
1797+
"@sofie-automation/input-manager@npm:0.3.1-alpha.1, @sofie-automation/input-manager@workspace:packages/input-manager":
17981798
version: 0.0.0-use.local
17991799
resolution: "@sofie-automation/input-manager@workspace:packages/input-manager"
18001800
dependencies:
@@ -5770,7 +5770,7 @@ __metadata:
57705770
resolution: "input-gateway@workspace:packages/input-gateway"
57715771
dependencies:
57725772
"@esm2cjs/p-queue": "npm:7.3.0"
5773-
"@sofie-automation/input-manager": "npm:0.3.1-alpha.0"
5773+
"@sofie-automation/input-manager": "npm:0.3.1-alpha.1"
57745774
"@sofie-automation/server-core-integration": "npm:1.51.6"
57755775
"@sofie-automation/shared-lib": "npm:1.51.6"
57765776
debug: "npm:^4.3.4"

0 commit comments

Comments
 (0)