Skip to content

Commit

Permalink
⬆️ Release @acusti/dropdown v0.29.0
Browse files Browse the repository at this point in the history
changes include:
• upgraded to @acusti/matchmaking v0.5.0, which adds support for exact partial matches that don’t start from the beginning of the texts being matched
  • Loading branch information
acusti committed Sep 20, 2023
1 parent 7e313b3 commit e7ecbd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.29.0",
"version": "0.29.1",
"description": "React component that renders a dropdown with a trigger and supports searching, keyboard access, and more",
"keywords": [
"react",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@acusti/input-text": "^1.2.0",
"@acusti/matchmaking": "^0.4.0",
"@acusti/matchmaking": "^0.5.0",
"@acusti/styling": "^0.6.0",
"@acusti/use-is-out-of-bounds": "^0.6.0",
"clsx": "^1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ __metadata:
resolution: "@acusti/dropdown@workspace:packages/dropdown"
dependencies:
"@acusti/input-text": ^1.2.0
"@acusti/matchmaking": ^0.4.0
"@acusti/matchmaking": ^0.5.0
"@acusti/styling": ^0.6.0
"@acusti/use-is-out-of-bounds": ^0.6.0
"@testing-library/dom": ^9.3.1
Expand Down Expand Up @@ -90,7 +90,7 @@ __metadata:
languageName: unknown
linkType: soft

"@acusti/matchmaking@^0.4.0, @acusti/matchmaking@workspace:packages/matchmaking":
"@acusti/matchmaking@^0.5.0, @acusti/matchmaking@workspace:packages/matchmaking":
version: 0.0.0-use.local
resolution: "@acusti/matchmaking@workspace:packages/matchmaking"
dependencies:
Expand Down

0 comments on commit e7ecbd0

Please sign in to comment.