Skip to content

Commit 5e070e0

Browse files
committed
bump version
1 parent c6f55ab commit 5e070e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/keystrokes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rwh/keystrokes",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Keystrokes is an easy to use library for binding functions to keys and key combos. It can be used with any TypeScript or JavaScript project, even in non-browser environments.",
55
"type": "module",
66
"main": "dist/keystrokes.umd.cjs",

packages/react-keystrokes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rwh/react-keystrokes",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "React bindings for Keystrokes, an easy to use library for binding functions to keys and key combos. It can be used with any TypeScript or JavaScript project, even in non-browser environments.",
55
"type": "module",
66
"main": "dist/react-keystrokes.umd.cjs",

packages/vue-keystrokes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rwh/vue-keystrokes",
3-
"version": "1.5.5",
3+
"version": "1.5.6",
44
"description": "Vue 3 bindings for Keystrokes, an easy to use library for binding functions to keys and key combos. It can be used with any TypeScript or JavaScript project, even in non-browser environments.",
55
"type": "module",
66
"main": "./dist/vue-keystrokes.umd.cjs",

0 commit comments

Comments
 (0)