Skip to content

Commit

Permalink
chore(release): publish v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 8, 2024
1 parent bb94166 commit 94bf38e
Show file tree
Hide file tree
Showing 15 changed files with 88 additions and 22 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.0-0",
"version": "7.0.0",
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/node-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion packages/node-lib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions packages/tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
6 changes: 3 additions & 3 deletions packages/tcp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/webhid-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/webhid-demo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/webhid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/webhid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 94bf38e

Please sign in to comment.