Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Dec 6, 2021
1 parent 040e9b5 commit 3a4ee72
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
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.0"
"version": "2.3.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xkeys-monorepo",
"version": "2.0.0",
"version": "0.0.0",
"repository": "https://github.com/SuperFlyTV/xkeys",
"private": true,
"workspaces": [
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.0",
"version": "2.3.1",
"description": "NPM package to interact with the X-keys panels",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
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.0",
"version": "2.3.1",
"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.0",
"@xkeys-lib/core": "^2.3.1",
"readline": "^1.3.0",
"tslib": "^2.1.0",
"xkeys": "^2.3.0"
"xkeys": "^2.3.1"
},
"optionalDependencies": {
"find": "^0.3.0",
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.0",
"version": "2.3.1",
"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.0",
"@xkeys-lib/core": "^2.3.0",
"@xkeys-lib/core": "^2.3.1",
"node-hid": "^2.1.1",
"tslib": "^2.1.0"
},
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.0",
"version": "2.3.1",
"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.0"
"xkeys-webhid": "^2.3.1"
},
"devDependencies": {
"copy-webpack-plugin": "^7.0.0",
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.0",
"version": "2.3.1",
"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.0",
"@xkeys-lib/core": "^2.3.0",
"@xkeys-lib/core": "^2.3.1",
"buffer": "^6.0.3",
"detect-browser": "^5.2.0",
"p-queue": "^6.6.2"
Expand Down

0 comments on commit 3a4ee72

Please sign in to comment.