From 05a2d1f1353d37469cc59a7ced5b91b1bc85063c Mon Sep 17 00:00:00 2001 From: Robert Hurst Date: Thu, 14 Mar 2024 02:36:07 -0700 Subject: [PATCH] bump versions --- 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 02ca166..ee2a064 100644 --- a/packages/keystrokes/package.json +++ b/packages/keystrokes/package.json @@ -1,6 +1,6 @@ { "name": "@rwh/keystrokes", - "version": "1.5.4", + "version": "1.5.5", "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 743393a..2dead01 100644 --- a/packages/react-keystrokes/package.json +++ b/packages/react-keystrokes/package.json @@ -1,6 +1,6 @@ { "name": "@rwh/react-keystrokes", - "version": "1.5.4", + "version": "1.5.5", "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 86217be..2751dc1 100644 --- a/packages/vue-keystrokes/package.json +++ b/packages/vue-keystrokes/package.json @@ -1,6 +1,6 @@ { "name": "@rwh/vue-keystrokes", - "version": "1.5.4", + "version": "1.5.5", "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",