diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffe31d..21acc52 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.0.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.0-0...v7.0.0) (2024-09-08) + + +### Features + +* streamdeck studio support ([#100](https://github.com/julusian/node-elgato-stream-deck/issues/100)) ([baf506d](https://github.com/julusian/node-elgato-stream-deck/commit/baf506da9f4a1e38bc8f7f393743491c21c59835)) + + + + + # [7.0.0-0](https://github.com/julusian/node-elgato-stream-deck/compare/v6.2.2...v7.0.0-0) (2024-08-26) diff --git a/lerna.json b/lerna.json index 8d1a099..018fd65 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.0.0-0", + "version": "7.0.0", "npmClient": "yarn", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 08a41e1..f58580e 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.0.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.0-0...v7.0.0) (2024-09-08) + + +### Features + +* streamdeck studio support ([#100](https://github.com/julusian/node-elgato-stream-deck/issues/100)) ([baf506d](https://github.com/julusian/node-elgato-stream-deck/commit/baf506da9f4a1e38bc8f7f393743491c21c59835)) + + + + + # [7.0.0-0](https://github.com/julusian/node-elgato-stream-deck/compare/v6.2.2...v7.0.0-0) (2024-08-26) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 332c2ce..095cc60 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/core", - "version": "7.0.0-0", + "version": "7.0.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-lib/CHANGELOG.md b/packages/node-lib/CHANGELOG.md index e4d87c4..d3347e5 100644 --- a/packages/node-lib/CHANGELOG.md +++ b/packages/node-lib/CHANGELOG.md @@ -2,3 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [7.0.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.0-0...v7.0.0) (2024-09-08) + + +### Features + +* streamdeck studio support ([#100](https://github.com/julusian/node-elgato-stream-deck/issues/100)) ([baf506d](https://github.com/julusian/node-elgato-stream-deck/commit/baf506da9f4a1e38bc8f7f393743491c21c59835)) diff --git a/packages/node-lib/package.json b/packages/node-lib/package.json index d4c3400..cd0aff0 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.0.0-0", + "version": "7.0.0", "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 de60890..3354307 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/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.0.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.0-0...v7.0.0) (2024-09-08) + + +### Features + +* streamdeck studio support ([#100](https://github.com/julusian/node-elgato-stream-deck/issues/100)) ([baf506d](https://github.com/julusian/node-elgato-stream-deck/commit/baf506da9f4a1e38bc8f7f393743491c21c59835)) + + + + + # [7.0.0-0](https://github.com/julusian/node-elgato-stream-deck/compare/v6.2.2...v7.0.0-0) (2024-08-26) diff --git a/packages/node/package.json b/packages/node/package.json index a0898f4..3fb5036 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/node", - "version": "7.0.0-0", + "version": "7.0.0", "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.0.0-0", - "@elgato-stream-deck/node-lib": "7.0.0-0", + "@elgato-stream-deck/core": "7.0.0", + "@elgato-stream-deck/node-lib": "7.0.0", "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 e4d87c4..d3347e5 100644 --- a/packages/tcp/CHANGELOG.md +++ b/packages/tcp/CHANGELOG.md @@ -2,3 +2,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [7.0.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.0-0...v7.0.0) (2024-09-08) + + +### Features + +* streamdeck studio support ([#100](https://github.com/julusian/node-elgato-stream-deck/issues/100)) ([baf506d](https://github.com/julusian/node-elgato-stream-deck/commit/baf506da9f4a1e38bc8f7f393743491c21c59835)) diff --git a/packages/tcp/package.json b/packages/tcp/package.json index 3c0b918..ff11d8f 100644 --- a/packages/tcp/package.json +++ b/packages/tcp/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/tcp", - "version": "7.0.0-0", + "version": "7.0.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,8 +36,8 @@ "node": ">=18.18" }, "dependencies": { - "@elgato-stream-deck/core": "7.0.0-0", - "@elgato-stream-deck/node-lib": "7.0.0-0", + "@elgato-stream-deck/core": "7.0.0", + "@elgato-stream-deck/node-lib": "7.0.0", "@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 98d071f..e560071 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.0.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.0-0...v7.0.0) (2024-09-08) + +**Note:** Version bump only for package @elgato-stream-deck/webhid-demo + + + + + # [7.0.0-0](https://github.com/julusian/node-elgato-stream-deck/compare/v6.2.2...v7.0.0-0) (2024-08-26) diff --git a/packages/webhid-demo/package.json b/packages/webhid-demo/package.json index 095a90d..fd17679 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.0-0", + "version": "7.0.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.0-0", + "@elgato-stream-deck/webhid": "7.0.0", "html-to-image": "^1.11.11" }, "devDependencies": { diff --git a/packages/webhid/CHANGELOG.md b/packages/webhid/CHANGELOG.md index 0945141..d52090e 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.0.0](https://github.com/julusian/node-elgato-stream-deck/compare/v7.0.0-0...v7.0.0) (2024-09-08) + + +### Features + +* streamdeck studio support ([#100](https://github.com/julusian/node-elgato-stream-deck/issues/100)) ([baf506d](https://github.com/julusian/node-elgato-stream-deck/commit/baf506da9f4a1e38bc8f7f393743491c21c59835)) + + + + + # [7.0.0-0](https://github.com/julusian/node-elgato-stream-deck/compare/v6.2.2...v7.0.0-0) (2024-08-26) diff --git a/packages/webhid/package.json b/packages/webhid/package.json index e2ddd5a..0f2698e 100644 --- a/packages/webhid/package.json +++ b/packages/webhid/package.json @@ -1,6 +1,6 @@ { "name": "@elgato-stream-deck/webhid", - "version": "7.0.0-0", + "version": "7.0.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.0-0", + "@elgato-stream-deck/core": "7.0.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 78df63b..d23ca4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -467,7 +467,7 @@ __metadata: languageName: node linkType: hard -"@elgato-stream-deck/core@npm:7.0.0-0, @elgato-stream-deck/core@workspace:packages/core": +"@elgato-stream-deck/core@npm:7.0.0, @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.0.0-0, @elgato-stream-deck/node-lib@workspace:packages/node-lib": +"@elgato-stream-deck/node-lib@npm:7.0.0, @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.0.0-0" - "@elgato-stream-deck/node-lib": "npm:7.0.0-0" + "@elgato-stream-deck/core": "npm:7.0.0" + "@elgato-stream-deck/node-lib": "npm:7.0.0" 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.0.0-0" - "@elgato-stream-deck/node-lib": "npm:7.0.0-0" + "@elgato-stream-deck/core": "npm:7.0.0" + "@elgato-stream-deck/node-lib": "npm:7.0.0" "@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.0.0-0" + "@elgato-stream-deck/webhid": "npm:7.0.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.0-0, @elgato-stream-deck/webhid@workspace:packages/webhid": +"@elgato-stream-deck/webhid@npm:7.0.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.0-0" + "@elgato-stream-deck/core": "npm:7.0.0" "@types/w3c-web-hid": "npm:^1.0.6" eventemitter3: "npm:^5.0.1" p-queue: "npm:^6.6.2"