From 7fdbe37802edc3e5648b0feab20918f2734fccb5 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Mon, 9 Dec 2024 19:08:53 +0000 Subject: [PATCH] chore(release): publish v7.1.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/node-lib/CHANGELOG.md | 8 ++++++++ packages/node-lib/package.json | 2 +- packages/node/CHANGELOG.md | 8 ++++++++ packages/node/package.json | 6 +++--- packages/tcp/CHANGELOG.md | 8 ++++++++ packages/tcp/package.json | 6 +++--- packages/webhid-demo/CHANGELOG.md | 8 ++++++++ packages/webhid-demo/package.json | 4 ++-- packages/webhid/CHANGELOG.md | 8 ++++++++ packages/webhid/package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 15 files changed, 84 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c9dcf..bc9e740 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.1.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.1...v7.1.2) (2024-12-09) + + +### Bug Fixes + +* studio clearPanel over usb ([6282b1b](https://github.com/julusian/node-elgato-stream-deck/commit/6282b1b401ce5a17955c3dc01e0757773efa520c)) + + + + + ## [7.1.1](https://github.com/Julusian/node-elgato-stream-deck/compare/v7.1.0...v7.1.1) (2024-11-14) diff --git a/lerna.json b/lerna.json index b66e9f2..157a2c5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.1.1", + "version": "7.1.2", "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 35a0a35..43bad9f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.1.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.1...v7.1.2) (2024-12-09) + + +### Bug Fixes + +* studio clearPanel over usb ([6282b1b](https://github.com/julusian/node-elgato-stream-deck/commit/6282b1b401ce5a17955c3dc01e0757773efa520c)) + + + + + ## [7.1.1](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.0...v7.1.1) (2024-11-14) diff --git a/packages/core/package.json b/packages/core/package.json index f677aab..ea5d516 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/core", - "version": "7.1.1", + "version": "7.1.2", "description": "An npm module for interfacing with the Elgato Stream Deck", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/node-lib/CHANGELOG.md b/packages/node-lib/CHANGELOG.md index 6425fc4..a4fb8e2 100644 --- a/packages/node-lib/CHANGELOG.md +++ b/packages/node-lib/CHANGELOG.md @@ -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. +## [7.1.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.1...v7.1.2) (2024-12-09) + +**Note:** Version bump only for package @elgato-stream-deck/node-lib + + + + + ## [7.1.1](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.0...v7.1.1) (2024-11-14) **Note:** Version bump only for package @elgato-stream-deck/node-lib diff --git a/packages/node-lib/package.json b/packages/node-lib/package.json index b5a2411..efb31aa 100644 --- a/packages/node-lib/package.json +++ b/packages/node-lib/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/node-lib", - "version": "7.1.1", + "version": "7.1.2", "description": "Helpers for a npm module for interfacing with the Elgato Stream Deck", "main": "dist/lib.js", "typings": "dist/lib.d.ts", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index f029900..1c24d34 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -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. +## [7.1.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.1...v7.1.2) (2024-12-09) + +**Note:** Version bump only for package @elgato-stream-deck/node + + + + + ## [7.1.1](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.0...v7.1.1) (2024-11-14) **Note:** Version bump only for package @elgato-stream-deck/node diff --git a/packages/node/package.json b/packages/node/package.json index 21fcaef..1bbdf13 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/node", - "version": "7.1.1", + "version": "7.1.2", "description": "An npm module for interfacing with the Elgato Stream Deck in node", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -52,8 +52,8 @@ "node": ">=18.18" }, "dependencies": { - "@elgato-stream-deck/core": "7.1.1", - "@elgato-stream-deck/node-lib": "7.1.1", + "@elgato-stream-deck/core": "7.1.2", + "@elgato-stream-deck/node-lib": "7.1.2", "eventemitter3": "^5.0.1", "node-hid": "^3.1.0", "tslib": "^2.7.0" diff --git a/packages/tcp/CHANGELOG.md b/packages/tcp/CHANGELOG.md index 6e024b4..1642479 100644 --- a/packages/tcp/CHANGELOG.md +++ b/packages/tcp/CHANGELOG.md @@ -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. +## [7.1.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.1...v7.1.2) (2024-12-09) + +**Note:** Version bump only for package @elgato-stream-deck/tcp + + + + + ## [7.1.1](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.0...v7.1.1) (2024-11-14) **Note:** Version bump only for package @elgato-stream-deck/tcp diff --git a/packages/tcp/package.json b/packages/tcp/package.json index fdaf03c..f555fce 100644 --- a/packages/tcp/package.json +++ b/packages/tcp/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/tcp", - "version": "7.1.1", + "version": "7.1.2", "description": "An npm module for interfacing with select Elgato Stream Deck devices in node over tcp", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -36,8 +36,8 @@ "node": ">=18.18" }, "dependencies": { - "@elgato-stream-deck/core": "7.1.1", - "@elgato-stream-deck/node-lib": "7.1.1", + "@elgato-stream-deck/core": "7.1.2", + "@elgato-stream-deck/node-lib": "7.1.2", "@julusian/bonjour-service": "^1.3.0-2", "eventemitter3": "^5.0.1", "tslib": "^2.6.3" diff --git a/packages/webhid-demo/CHANGELOG.md b/packages/webhid-demo/CHANGELOG.md index ba13e65..adc397f 100644 --- a/packages/webhid-demo/CHANGELOG.md +++ b/packages/webhid-demo/CHANGELOG.md @@ -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. +## [7.1.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.1...v7.1.2) (2024-12-09) + +**Note:** Version bump only for package @elgato-stream-deck/webhid-demo + + + + + ## [7.1.1](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.0...v7.1.1) (2024-11-14) **Note:** Version bump only for package @elgato-stream-deck/webhid-demo diff --git a/packages/webhid-demo/package.json b/packages/webhid-demo/package.json index 12d91ef..85d12db 100644 --- a/packages/webhid-demo/package.json +++ b/packages/webhid-demo/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/webhid-demo", - "version": "7.1.1", + "version": "7.1.2", "private": true, "license": "MIT", "homepage": "https://github.com/julusian/node-elgato-stream-deck#readme", @@ -20,7 +20,7 @@ "build": "run g:rimraf dist && cross-env NODE_ENV=production webpack --progress" }, "dependencies": { - "@elgato-stream-deck/webhid": "7.1.1", + "@elgato-stream-deck/webhid": "7.1.2", "html-to-image": "^1.11.11" }, "devDependencies": { diff --git a/packages/webhid/CHANGELOG.md b/packages/webhid/CHANGELOG.md index 411cd26..bfbf58d 100644 --- a/packages/webhid/CHANGELOG.md +++ b/packages/webhid/CHANGELOG.md @@ -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. +## [7.1.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.1...v7.1.2) (2024-12-09) + +**Note:** Version bump only for package @elgato-stream-deck/webhid + + + + + ## [7.1.1](https://github.com/julusian/node-elgato-stream-deck/compare/v7.1.0...v7.1.1) (2024-11-14) **Note:** Version bump only for package @elgato-stream-deck/webhid diff --git a/packages/webhid/package.json b/packages/webhid/package.json index 9b66ecb..b7001e6 100644 --- a/packages/webhid/package.json +++ b/packages/webhid/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/webhid", - "version": "7.1.1", + "version": "7.1.2", "description": "An npm module for interfacing with the Elgato Stream Deck in the browser", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -33,7 +33,7 @@ "udev" ], "dependencies": { - "@elgato-stream-deck/core": "7.1.1", + "@elgato-stream-deck/core": "7.1.2", "@types/w3c-web-hid": "^1.0.6", "eventemitter3": "^5.0.1", "p-queue": "^6.6.2", diff --git a/yarn.lock b/yarn.lock index f9f316c..0844b64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -467,7 +467,7 @@ __metadata: languageName: node linkType: hard -"@elgato-stream-deck/core@npm:7.1.1, @elgato-stream-deck/core@workspace:packages/core": +"@elgato-stream-deck/core@npm:7.1.2, @elgato-stream-deck/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@elgato-stream-deck/core@workspace:packages/core" dependencies: @@ -476,7 +476,7 @@ __metadata: languageName: unknown linkType: soft -"@elgato-stream-deck/node-lib@npm:7.1.1, @elgato-stream-deck/node-lib@workspace:packages/node-lib": +"@elgato-stream-deck/node-lib@npm:7.1.2, @elgato-stream-deck/node-lib@workspace:packages/node-lib": version: 0.0.0-use.local resolution: "@elgato-stream-deck/node-lib@workspace:packages/node-lib" dependencies: @@ -491,8 +491,8 @@ __metadata: version: 0.0.0-use.local resolution: "@elgato-stream-deck/node@workspace:packages/node" dependencies: - "@elgato-stream-deck/core": "npm:7.1.1" - "@elgato-stream-deck/node-lib": "npm:7.1.1" + "@elgato-stream-deck/core": "npm:7.1.2" + "@elgato-stream-deck/node-lib": "npm:7.1.2" eventemitter3: "npm:^5.0.1" node-hid: "npm:^3.1.0" tslib: "npm:^2.7.0" @@ -503,8 +503,8 @@ __metadata: version: 0.0.0-use.local resolution: "@elgato-stream-deck/tcp@workspace:packages/tcp" dependencies: - "@elgato-stream-deck/core": "npm:7.1.1" - "@elgato-stream-deck/node-lib": "npm:7.1.1" + "@elgato-stream-deck/core": "npm:7.1.2" + "@elgato-stream-deck/node-lib": "npm:7.1.2" "@julusian/bonjour-service": "npm:^1.3.0-2" eventemitter3: "npm:^5.0.1" tslib: "npm:^2.6.3" @@ -515,7 +515,7 @@ __metadata: version: 0.0.0-use.local resolution: "@elgato-stream-deck/webhid-demo@workspace:packages/webhid-demo" dependencies: - "@elgato-stream-deck/webhid": "npm:7.1.1" + "@elgato-stream-deck/webhid": "npm:7.1.2" copy-webpack-plugin: "npm:^11.0.0" cross-env: "npm:^7.0.3" html-to-image: "npm:^1.11.11" @@ -526,11 +526,11 @@ __metadata: languageName: unknown linkType: soft -"@elgato-stream-deck/webhid@npm:7.1.1, @elgato-stream-deck/webhid@workspace:packages/webhid": +"@elgato-stream-deck/webhid@npm:7.1.2, @elgato-stream-deck/webhid@workspace:packages/webhid": version: 0.0.0-use.local resolution: "@elgato-stream-deck/webhid@workspace:packages/webhid" dependencies: - "@elgato-stream-deck/core": "npm:7.1.1" + "@elgato-stream-deck/core": "npm:7.1.2" "@types/w3c-web-hid": "npm:^1.0.6" eventemitter3: "npm:^5.0.1" p-queue: "npm:^6.6.2"