Skip to content

Commit

Permalink
⬆️ Release new use-keyboard-events+dropdown
Browse files Browse the repository at this point in the history
changes include:
• @acusti/use-keyboard-events: add new isPrimaryModifierPressed util
• @acusti/dropdown: update to latest version of @acusti/use-keyboard-events
  • Loading branch information
acusti committed Feb 7, 2024
1 parent 763e4ee commit 5b46b91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/dropdown",
"version": "0.38.0",
"version": "0.38.1",
"type": "module",
"sideEffects": false,
"exports": "./dist/Dropdown.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@acusti/matchmaking": "^0.6.1",
"@acusti/styling": "^0.7.2",
"@acusti/use-is-out-of-bounds": "^0.9.0",
"@acusti/use-keyboard-events": "^0.5.1",
"@acusti/use-keyboard-events": "^0.6.0",
"clsx": "^2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/use-keyboard-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/use-keyboard-events",
"version": "0.5.1",
"version": "0.6.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/useKeyboardEvents.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ __metadata:
"@acusti/matchmaking": "npm:^0.6.1"
"@acusti/styling": "npm:^0.7.2"
"@acusti/use-is-out-of-bounds": "npm:^0.9.0"
"@acusti/use-keyboard-events": "npm:^0.5.1"
"@acusti/use-keyboard-events": "npm:^0.6.0"
"@testing-library/dom": "npm:^9.3.1"
"@testing-library/react": "npm:^14.0.0"
"@testing-library/user-event": "npm:^14.4.3"
Expand Down Expand Up @@ -270,7 +270,7 @@ __metadata:
languageName: unknown
linkType: soft

"@acusti/use-keyboard-events@npm:^0.5.1, @acusti/use-keyboard-events@workspace:packages/use-keyboard-events":
"@acusti/use-keyboard-events@npm:^0.6.0, @acusti/use-keyboard-events@workspace:packages/use-keyboard-events":
version: 0.0.0-use.local
resolution: "@acusti/use-keyboard-events@workspace:packages/use-keyboard-events"
dependencies:
Expand Down

0 comments on commit 5b46b91

Please sign in to comment.