Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Nov 14, 2023
1 parent 57b3975 commit 96cd968
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/SuperFlyTV/spaceMouse/compare/v0.0.1...v0.0.2) (2023-11-14)


### Bug Fixes

* handle disconnect events in webhid ([34e7338](https://github.com/SuperFlyTV/spaceMouse/commit/34e73387e080d0b2d8f8add51f1582d876449459))
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": "0.0.1"
"version": "0.0.2"
}
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/nytamin/spacemouse/compare/v0.0.1...v0.0.2) (2023-11-14)


### Bug Fixes

* handle disconnect events in webhid ([34e7338](https://github.com/nytamin/spacemouse/commit/34e73387e080d0b2d8f8add51f1582d876449459))
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": "@spacemouse-lib/core",
"version": "0.0.1",
"version": "0.0.2",
"description": "NPM package to interact with the SpaceMouse devices",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/nytamin/spacemouse/compare/v0.0.1...v0.0.2) (2023-11-14)


### Bug Fixes

* handle disconnect events in webhid ([34e7338](https://github.com/nytamin/spacemouse/commit/34e73387e080d0b2d8f8add51f1582d876449459))
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": "spacemouse-node",
"version": "0.0.1",
"version": "0.0.2",
"description": "An npm module for interfacing with the 3DConnexion SpaceMouse devices in Node.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,7 @@
"controller"
],
"dependencies": {
"@spacemouse-lib/core": "0.0.1",
"@spacemouse-lib/core": "0.0.2",
"@types/node-hid": "^1.3.1",
"node-hid": "^2.1.1",
"tslib": "^2.4.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/webhid-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/nytamin/spacemouse/compare/v0.0.1...v0.0.2) (2023-11-14)


### Bug Fixes

* handle disconnect events in webhid ([34e7338](https://github.com/nytamin/spacemouse/commit/34e73387e080d0b2d8f8add51f1582d876449459))
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": "@spacemouse-lib/webhid-demo",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"homepage": "https://github.com/nytamin/spacemouse#readme",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"buffer": "^6.0.3",
"spacemouse-webhid": "0.0.1"
"spacemouse-webhid": "0.0.2"
},
"devDependencies": {
"copy-webpack-plugin": "^7.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/webhid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.2](https://github.com/nytamin/spacemouse/compare/v0.0.1...v0.0.2) (2023-11-14)


### Bug Fixes

* handle disconnect events in webhid ([34e7338](https://github.com/nytamin/spacemouse/commit/34e73387e080d0b2d8f8add51f1582d876449459))
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": "spacemouse-webhid",
"version": "0.0.1",
"version": "0.0.2",
"description": "An npm module for interfacing with the SpaceMouse devices in a browser",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"webhid"
],
"dependencies": {
"@spacemouse-lib/core": "0.0.1",
"@spacemouse-lib/core": "0.0.2",
"@types/w3c-web-hid": "^1.0.3",
"buffer": "^6.0.3",
"p-queue": "^6.6.2"
Expand Down

0 comments on commit 96cd968

Please sign in to comment.