From 248c9c27eb7743b23a60afd3ccbd036e9887e70f Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Thu, 14 Nov 2024 13:53:00 +0000 Subject: [PATCH] chore(release): publish v7.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ lerna.json | 2 +- packages/core/CHANGELOG.md | 19 +++++++++++++++++++ packages/core/package.json | 2 +- packages/node/CHANGELOG.md | 16 ++++++++++++++++ packages/node/package.json | 4 ++-- packages/tcp/CHANGELOG.md | 17 +++++++++++++++++ packages/tcp/package.json | 4 ++-- packages/webhid-demo/CHANGELOG.md | 8 ++++++++ packages/webhid-demo/package.json | 4 ++-- packages/webhid/CHANGELOG.md | 11 +++++++++++ packages/webhid/package.json | 4 ++-- yarn.lock | 12 ++++++------ 13 files changed, 108 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 076e862..c41f911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.1.0](https://github.com/Julusian/node-elgato-stream-deck/compare/v7.0.2...v7.1.0) (2024-11-14) + + +### Bug Fixes + +* fillKeyColor ([234fa8f](https://github.com/Julusian/node-elgato-stream-deck/commit/234fa8f0cc8c5755f356d2a01f75c5374f616d00)) +* studio mac address ([dbbf04f](https://github.com/Julusian/node-elgato-stream-deck/commit/dbbf04fe9eacfb6abdb054a34f06cce9bdea2023)) +* studio right encoder led ring offset ([024fd2a](https://github.com/Julusian/node-elgato-stream-deck/commit/024fd2a108ac0adeb6cd8d152b507da32c410fa2)) +* studio right encoder led ring offset ([65839d8](https://github.com/Julusian/node-elgato-stream-deck/commit/65839d8a1ea70ba8d85475b0d9950629dab1551c)) +* udev rules [#106](https://github.com/Julusian/node-elgato-stream-deck/issues/106) ([ba41a75](https://github.com/Julusian/node-elgato-stream-deck/commit/ba41a759cd9b86e6de1574230a0209229392ebef)) + + +### Features + +* additional studio firmware versions ([46c49d7](https://github.com/Julusian/node-elgato-stream-deck/commit/46c49d7cc91263931ff2a0e3d9a50b2e20f96a44)) +* additional studio firmware versions (usb) ([4e2e5df](https://github.com/Julusian/node-elgato-stream-deck/commit/4e2e5df1811427d78f4515b3e313a39e4625bbb7)) + + + + + ## [7.0.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.1...v7.0.2) (2024-09-16) diff --git a/lerna.json b/lerna.json index 7990f10..d412f95 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.2", + "version": "7.1.0", "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d8bf5bc..cd55d7a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.1.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.2...v7.1.0) (2024-11-14) + + +### Bug Fixes + +* fillKeyColor ([234fa8f](https://github.com/julusian/node-elgato-stream-deck/commit/234fa8f0cc8c5755f356d2a01f75c5374f616d00)) +* studio right encoder led ring offset ([024fd2a](https://github.com/julusian/node-elgato-stream-deck/commit/024fd2a108ac0adeb6cd8d152b507da32c410fa2)) +* studio right encoder led ring offset ([65839d8](https://github.com/julusian/node-elgato-stream-deck/commit/65839d8a1ea70ba8d85475b0d9950629dab1551c)) + + +### Features + +* additional studio firmware versions ([46c49d7](https://github.com/julusian/node-elgato-stream-deck/commit/46c49d7cc91263931ff2a0e3d9a50b2e20f96a44)) +* additional studio firmware versions (usb) ([4e2e5df](https://github.com/julusian/node-elgato-stream-deck/commit/4e2e5df1811427d78f4515b3e313a39e4625bbb7)) + + + + + ## [7.0.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.1...v7.0.2) (2024-09-16) **Note:** Version bump only for package @elgato-stream-deck/core diff --git a/packages/core/package.json b/packages/core/package.json index 8c164f2..27e8225 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/core", - "version": "7.0.2", + "version": "7.1.0", "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/CHANGELOG.md b/packages/node/CHANGELOG.md index 608d711..fd57e17 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.1.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.2...v7.1.0) (2024-11-14) + + +### Bug Fixes + +* udev rules [#106](https://github.com/julusian/node-elgato-stream-deck/issues/106) ([ba41a75](https://github.com/julusian/node-elgato-stream-deck/commit/ba41a759cd9b86e6de1574230a0209229392ebef)) + + +### Features + +* additional studio firmware versions (usb) ([4e2e5df](https://github.com/julusian/node-elgato-stream-deck/commit/4e2e5df1811427d78f4515b3e313a39e4625bbb7)) + + + + + ## [7.0.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.1...v7.0.2) (2024-09-16) **Note:** Version bump only for package @elgato-stream-deck/node diff --git a/packages/node/package.json b/packages/node/package.json index 92f5d9d..6268281 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/node", - "version": "7.0.2", + "version": "7.1.0", "description": "An npm module for interfacing with the Elgato Stream Deck in node", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -52,7 +52,7 @@ "node": ">=18.18" }, "dependencies": { - "@elgato-stream-deck/core": "7.0.2", + "@elgato-stream-deck/core": "7.1.0", "@elgato-stream-deck/node-lib": "7.0.2", "eventemitter3": "^5.0.1", "node-hid": "^3.1.0", diff --git a/packages/tcp/CHANGELOG.md b/packages/tcp/CHANGELOG.md index 25410fa..0cc7b86 100644 --- a/packages/tcp/CHANGELOG.md +++ b/packages/tcp/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [7.1.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.2...v7.1.0) (2024-11-14) + + +### Bug Fixes + +* studio mac address ([dbbf04f](https://github.com/julusian/node-elgato-stream-deck/commit/dbbf04fe9eacfb6abdb054a34f06cce9bdea2023)) + + +### Features + +* additional studio firmware versions ([46c49d7](https://github.com/julusian/node-elgato-stream-deck/commit/46c49d7cc91263931ff2a0e3d9a50b2e20f96a44)) +* additional studio firmware versions (usb) ([4e2e5df](https://github.com/julusian/node-elgato-stream-deck/commit/4e2e5df1811427d78f4515b3e313a39e4625bbb7)) + + + + + ## [7.0.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.1...v7.0.2) (2024-09-16) diff --git a/packages/tcp/package.json b/packages/tcp/package.json index 2c07dec..4118af7 100644 --- a/packages/tcp/package.json +++ b/packages/tcp/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/tcp", - "version": "7.0.2", + "version": "7.1.0", "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,7 +36,7 @@ "node": ">=18.18" }, "dependencies": { - "@elgato-stream-deck/core": "7.0.2", + "@elgato-stream-deck/core": "7.1.0", "@elgato-stream-deck/node-lib": "7.0.2", "@julusian/bonjour-service": "^1.3.0-2", "eventemitter3": "^5.0.1", diff --git a/packages/webhid-demo/CHANGELOG.md b/packages/webhid-demo/CHANGELOG.md index 30a0bda..0a5c522 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.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.2...v7.1.0) (2024-11-14) + +**Note:** Version bump only for package @elgato-stream-deck/webhid-demo + + + + + ## [7.0.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.1...v7.0.2) (2024-09-16) **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 8676597..e6fd9d7 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.0.2", + "version": "7.1.0", "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.0.2", + "@elgato-stream-deck/webhid": "7.1.0", "html-to-image": "^1.11.11" }, "devDependencies": { diff --git a/packages/webhid/CHANGELOG.md b/packages/webhid/CHANGELOG.md index d93da72..ae300fd 100644 --- a/packages/webhid/CHANGELOG.md +++ b/packages/webhid/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.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.2...v7.1.0) (2024-11-14) + + +### Bug Fixes + +* udev rules [#106](https://github.com/julusian/node-elgato-stream-deck/issues/106) ([ba41a75](https://github.com/julusian/node-elgato-stream-deck/commit/ba41a759cd9b86e6de1574230a0209229392ebef)) + + + + + ## [7.0.2](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.1...v7.0.2) (2024-09-16) **Note:** Version bump only for package @elgato-stream-deck/webhid diff --git a/packages/webhid/package.json b/packages/webhid/package.json index 576d5e3..20c902d 100644 --- a/packages/webhid/package.json +++ b/packages/webhid/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/webhid", - "version": "7.0.2", + "version": "7.1.0", "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.0.2", + "@elgato-stream-deck/core": "7.1.0", "@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 af2c109..45fb793 100644 --- a/yarn.lock +++ b/yarn.lock @@ -467,7 +467,7 @@ __metadata: languageName: node linkType: hard -"@elgato-stream-deck/core@npm:7.0.2, @elgato-stream-deck/core@workspace:packages/core": +"@elgato-stream-deck/core@npm:7.1.0, @elgato-stream-deck/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@elgato-stream-deck/core@workspace:packages/core" dependencies: @@ -491,7 +491,7 @@ __metadata: version: 0.0.0-use.local resolution: "@elgato-stream-deck/node@workspace:packages/node" dependencies: - "@elgato-stream-deck/core": "npm:7.0.2" + "@elgato-stream-deck/core": "npm:7.1.0" "@elgato-stream-deck/node-lib": "npm:7.0.2" eventemitter3: "npm:^5.0.1" node-hid: "npm:^3.1.0" @@ -503,7 +503,7 @@ __metadata: version: 0.0.0-use.local resolution: "@elgato-stream-deck/tcp@workspace:packages/tcp" dependencies: - "@elgato-stream-deck/core": "npm:7.0.2" + "@elgato-stream-deck/core": "npm:7.1.0" "@elgato-stream-deck/node-lib": "npm:7.0.2" "@julusian/bonjour-service": "npm:^1.3.0-2" eventemitter3: "npm:^5.0.1" @@ -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.0.2" + "@elgato-stream-deck/webhid": "npm:7.1.0" 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.0.2, @elgato-stream-deck/webhid@workspace:packages/webhid": +"@elgato-stream-deck/webhid@npm:7.1.0, @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.0.2" + "@elgato-stream-deck/core": "npm:7.1.0" "@types/w3c-web-hid": "npm:^1.0.6" eventemitter3: "npm:^5.0.1" p-queue: "npm:^6.6.2"