Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWHurst committed Nov 8, 2023
1 parent 455c2cd commit 57bc651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/keystrokes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rwh/keystrokes",
"version": "1.2.3",
"version": "1.3.0",
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-keystrokes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rwh/react-keystrokes",
"version": "1.2.3",
"version": "1.3.0",
"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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-keystrokes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rwh/vue-keystrokes",
"version": "1.2.3",
"version": "1.3.0",
"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",
Expand Down

0 comments on commit 57bc651

Please sign in to comment.