diff --git a/CHANGELOG.md b/CHANGELOG.md index 65dfaf5..d178232 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. +# [3.3.0](https://github.com/SuperFlyTV/xkeys/compare/v3.2.0...v3.3.0) (2024-12-09) + + +### Features + +* add flush() method, resolves [#106](https://github.com/SuperFlyTV/xkeys/issues/106) ([f0ade46](https://github.com/SuperFlyTV/xkeys/commit/f0ade467a900500fdeaf55603ae729f136316746)) + + + + + # [3.2.0](https://github.com/SuperFlyTV/xkeys/compare/v3.1.2...v3.2.0) (2024-08-26) diff --git a/lerna.json b/lerna.json index 172ce68..6648f1f 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "3.2.0" + "version": "3.3.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1242ba0..7a9dcb8 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. +# [3.3.0](https://github.com/SuperFlyTV/xkeys/compare/v3.2.0...v3.3.0) (2024-12-09) + + +### Features + +* add flush() method, resolves [#106](https://github.com/SuperFlyTV/xkeys/issues/106) ([f0ade46](https://github.com/SuperFlyTV/xkeys/commit/f0ade467a900500fdeaf55603ae729f136316746)) + + + + + # [3.2.0](https://github.com/SuperFlyTV/xkeys/compare/v3.1.2...v3.2.0) (2024-08-26) diff --git a/packages/core/package.json b/packages/core/package.json index 34801ee..357d05c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@xkeys-lib/core", - "version": "3.2.0", + "version": "3.3.0", "description": "NPM package to interact with the X-keys panels", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/node-record-test/CHANGELOG.md b/packages/node-record-test/CHANGELOG.md index 93402b6..ea1ad5d 100644 --- a/packages/node-record-test/CHANGELOG.md +++ b/packages/node-record-test/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. +# [3.3.0](https://github.com/SuperFlyTV/xkeys/compare/v3.2.0...v3.3.0) (2024-12-09) + +**Note:** Version bump only for package @xkeys-lib/record-test + + + + + # [3.2.0](https://github.com/SuperFlyTV/xkeys/compare/v3.1.2...v3.2.0) (2024-08-26) **Note:** Version bump only for package @xkeys-lib/record-test diff --git a/packages/node-record-test/package.json b/packages/node-record-test/package.json index 2aeae3f..6de99ad 100644 --- a/packages/node-record-test/package.json +++ b/packages/node-record-test/package.json @@ -1,6 +1,6 @@ { "name": "@xkeys-lib/record-test", - "version": "3.2.0", + "version": "3.3.0", "private": true, "description": "A script for recording tests", "main": "dist/index.js", @@ -51,10 +51,10 @@ "controller" ], "dependencies": { - "@xkeys-lib/core": "3.2.0", + "@xkeys-lib/core": "3.3.0", "readline": "^1.3.0", "tslib": "^2.4.0", - "xkeys": "3.2.0" + "xkeys": "3.3.0" }, "optionalDependencies": { "find": "^0.3.0", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index fdf65fc..b36d2fb 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. +# [3.3.0](https://github.com/SuperFlyTV/xkeys/compare/v3.2.0...v3.3.0) (2024-12-09) + + +### Features + +* add flush() method, resolves [#106](https://github.com/SuperFlyTV/xkeys/issues/106) ([f0ade46](https://github.com/SuperFlyTV/xkeys/commit/f0ade467a900500fdeaf55603ae729f136316746)) + + + + + # [3.2.0](https://github.com/SuperFlyTV/xkeys/compare/v3.1.2...v3.2.0) (2024-08-26) diff --git a/packages/node/package.json b/packages/node/package.json index 4983aac..49037b6 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "xkeys", - "version": "3.2.0", + "version": "3.3.0", "description": "An npm module for interfacing with the X-keys panels in Node.js", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -54,7 +54,7 @@ "controller" ], "dependencies": { - "@xkeys-lib/core": "3.2.0", + "@xkeys-lib/core": "3.3.0", "node-hid": "^3.0.0", "p-queue": "^6.6.2", "tslib": "^2.4.0" diff --git a/packages/webhid-demo/CHANGELOG.md b/packages/webhid-demo/CHANGELOG.md index c5312b2..9dfec6f 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. +# [3.3.0](https://github.com/SuperFlyTV/xkeys/compare/v3.2.0...v3.3.0) (2024-12-09) + +**Note:** Version bump only for package @xkeys-lib/webhid-demo + + + + + # [3.2.0](https://github.com/SuperFlyTV/xkeys/compare/v3.1.2...v3.2.0) (2024-08-26) diff --git a/packages/webhid-demo/package.json b/packages/webhid-demo/package.json index b1be68f..f25682b 100644 --- a/packages/webhid-demo/package.json +++ b/packages/webhid-demo/package.json @@ -1,6 +1,6 @@ { "name": "@xkeys-lib/webhid-demo", - "version": "3.2.0", + "version": "3.3.0", "private": true, "license": "MIT", "homepage": "https://github.com/SuperFlyTV/xkeys#readme", @@ -22,7 +22,7 @@ }, "dependencies": { "buffer": "^6.0.3", - "xkeys-webhid": "3.2.0" + "xkeys-webhid": "3.3.0" }, "devDependencies": { "copy-webpack-plugin": "^7.0.0", diff --git a/packages/webhid/CHANGELOG.md b/packages/webhid/CHANGELOG.md index b9b70c3..83bea5e 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. +# [3.3.0](https://github.com/SuperFlyTV/xkeys/compare/v3.2.0...v3.3.0) (2024-12-09) + + +### Features + +* add flush() method, resolves [#106](https://github.com/SuperFlyTV/xkeys/issues/106) ([f0ade46](https://github.com/SuperFlyTV/xkeys/commit/f0ade467a900500fdeaf55603ae729f136316746)) + + + + + # [3.2.0](https://github.com/SuperFlyTV/xkeys/compare/v3.1.2...v3.2.0) (2024-08-26) diff --git a/packages/webhid/package.json b/packages/webhid/package.json index 1ddd571..567822d 100644 --- a/packages/webhid/package.json +++ b/packages/webhid/package.json @@ -1,6 +1,6 @@ { "name": "xkeys-webhid", - "version": "3.2.0", + "version": "3.3.0", "description": "An npm module for interfacing with the X-keys panels in a browser", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -38,7 +38,7 @@ ], "dependencies": { "@types/w3c-web-hid": "^1.0.3", - "@xkeys-lib/core": "3.2.0", + "@xkeys-lib/core": "3.3.0", "buffer": "^6.0.3", "p-queue": "^6.6.2" },