From f9af78cc9e6dd86785016b46f6c4b2dee496c7e0 Mon Sep 17 00:00:00 2001 From: Robert Hurst Date: Sun, 17 Dec 2023 18:10:21 -0800 Subject: [PATCH] bump version --- packages/keystrokes/package.json | 2 +- packages/react-keystrokes/package.json | 2 +- packages/vue-keystrokes/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/keystrokes/package.json b/packages/keystrokes/package.json index 14c6635..6c0a9a4 100644 --- a/packages/keystrokes/package.json +++ b/packages/keystrokes/package.json @@ -1,6 +1,6 @@ { "name": "@rwh/keystrokes", - "version": "1.5.0", + "version": "1.5.1", "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.", "type": "module", "main": "dist/keystrokes.umd.cjs", diff --git a/packages/react-keystrokes/package.json b/packages/react-keystrokes/package.json index f2a47fb..d3df9ed 100644 --- a/packages/react-keystrokes/package.json +++ b/packages/react-keystrokes/package.json @@ -1,6 +1,6 @@ { "name": "@rwh/react-keystrokes", - "version": "1.5.0", + "version": "1.5.1", "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.", "type": "module", "main": "dist/react-keystrokes.umd.cjs", diff --git a/packages/vue-keystrokes/package.json b/packages/vue-keystrokes/package.json index 1299fec..db0e9f0 100644 --- a/packages/vue-keystrokes/package.json +++ b/packages/vue-keystrokes/package.json @@ -1,6 +1,6 @@ { "name": "@rwh/vue-keystrokes", - "version": "1.5.0", + "version": "1.5.1", "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.", "type": "module", "main": "./dist/vue-keystrokes.umd.cjs",