Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Jun 6, 2022
1 parent 64b3d38 commit e2fbf5a
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.4](https://github.com/SuperFlyTV/xkeys/compare/v2.3.3...v2.3.4) (2022-06-06)


### Bug Fixes

* ignore engines for node10 in ci ([8c88b43](https://github.com/SuperFlyTV/xkeys/commit/8c88b43f9d694ac82d094b82042c82bde25e5bd1))
* pre-commit hook ([887fbb2](https://github.com/SuperFlyTV/xkeys/commit/887fbb2f9b89369dfaa0ccf851646252af9686af))
* Watcher: async handling of adding/removing devices ([61f0b28](https://github.com/SuperFlyTV/xkeys/commit/61f0b28571a3df72b49f4bd84b6d842408e86acd))





## [2.3.2](https://github.com/SuperFlyTV/xkeys/compare/v2.3.0...v2.3.2) (2021-12-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.3.3"
"version": "2.3.4"
}
8 changes: 8 additions & 0 deletions packages/core/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.

## [2.3.4](https://github.com/SuperFlyTV/xkeys/compare/v2.3.3...v2.3.4) (2022-06-06)

**Note:** Version bump only for package @xkeys-lib/core





## [2.3.2](https://github.com/SuperFlyTV/xkeys/compare/v2.3.0...v2.3.2) (2021-12-12)


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": "@xkeys-lib/core",
"version": "2.3.3",
"version": "2.3.4",
"description": "NPM package to interact with the X-keys panels",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/node-record-test/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.

## [2.3.4](https://github.com/SuperFlyTV/xkeys/compare/v2.3.3...v2.3.4) (2022-06-06)

**Note:** Version bump only for package @xkeys-lib/record-test





## [2.3.2](https://github.com/SuperFlyTV/xkeys/compare/v2.3.0...v2.3.2) (2021-12-12)

**Note:** Version bump only for package @xkeys-lib/record-test
Expand Down
6 changes: 3 additions & 3 deletions packages/node-record-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xkeys-lib/record-test",
"version": "2.3.3",
"version": "2.3.4",
"private": true,
"description": "A script for recording tests",
"main": "dist/index.js",
Expand Down Expand Up @@ -41,10 +41,10 @@
"node": ">=10"
},
"dependencies": {
"@xkeys-lib/core": "^2.3.3",
"@xkeys-lib/core": "2.3.4",
"readline": "^1.3.0",
"tslib": "^2.3.1",
"xkeys": "^2.3.3"
"xkeys": "2.3.4"
},
"optionalDependencies": {
"find": "^0.3.0",
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.

## [2.3.4](https://github.com/SuperFlyTV/xkeys/compare/v2.3.3...v2.3.4) (2022-06-06)


### Bug Fixes

* Watcher: async handling of adding/removing devices ([61f0b28](https://github.com/SuperFlyTV/xkeys/commit/61f0b28571a3df72b49f4bd84b6d842408e86acd))





## [2.3.2](https://github.com/SuperFlyTV/xkeys/compare/v2.3.0...v2.3.2) (2021-12-12)

**Note:** Version bump only for package xkeys
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xkeys",
"version": "2.3.3",
"version": "2.3.4",
"description": "An npm module for interfacing with the X-keys panels in Node.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@types/node-hid": "^1.3.1",
"@xkeys-lib/core": "^2.3.3",
"@xkeys-lib/core": "2.3.4",
"node-hid": "^2.1.1",
"tslib": "^2.3.1"
},
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.

## [2.3.4](https://github.com/SuperFlyTV/xkeys/compare/v2.3.3...v2.3.4) (2022-06-06)

**Note:** Version bump only for package @xkeys-lib/webhid-demo





## [2.3.2](https://github.com/SuperFlyTV/xkeys/compare/v2.3.0...v2.3.2) (2021-12-12)

**Note:** Version bump only for package @xkeys-lib/webhid-demo
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": "@xkeys-lib/webhid-demo",
"version": "2.3.3",
"version": "2.3.4",
"private": true,
"license": "MIT",
"homepage": "https://github.com/SuperFlyTV/xkeys#readme",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"buffer": "^6.0.3",
"xkeys-webhid": "^2.3.3"
"xkeys-webhid": "2.3.4"
},
"devDependencies": {
"copy-webpack-plugin": "^7.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/webhid/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.

## [2.3.4](https://github.com/SuperFlyTV/xkeys/compare/v2.3.3...v2.3.4) (2022-06-06)

**Note:** Version bump only for package xkeys-webhid





## [2.3.2](https://github.com/SuperFlyTV/xkeys/compare/v2.3.0...v2.3.2) (2021-12-12)

**Note:** Version bump only for package xkeys-webhid
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": "xkeys-webhid",
"version": "2.3.3",
"version": "2.3.4",
"description": "An npm module for interfacing with the X-keys panels in a browser",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"dependencies": {
"@types/w3c-web-hid": "^1.0.3",
"@xkeys-lib/core": "^2.3.3",
"@xkeys-lib/core": "2.3.4",
"buffer": "^6.0.3",
"p-queue": "^6.6.2"
},
Expand Down

0 comments on commit e2fbf5a

Please sign in to comment.