diff --git a/CHANGELOG.md b/CHANGELOG.md index a04a89aa..277940c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ # CHANGELOG +## v2.0.92 + +- Fix bug with the AdvancedSearchbar component and return group title. + ## v2.0.91 - Type `Textarea` component and normalize props ## v2.0.90 -- +- Release AdvancedSearchBar component that displays the search results in multiple groups. ## v2.0.89 diff --git a/package-lock.json b/package-lock.json index 4a05ad00..f5d8c834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lob/ui-components", - "version": "2.0.91", + "version": "2.0.92", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lob/ui-components", - "version": "2.0.91", + "version": "2.0.92", "dependencies": { "date-fns": "^2.29.3", "date-fns-holiday-us": "^0.3.1", diff --git a/package.json b/package.json index f0e698b7..85dfd96f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lob/ui-components", - "version": "2.0.91", + "version": "2.0.92", "engines": { "node": ">=20.2.0", "npm": ">=10.2.0" diff --git a/src/components/AdvancedSearchBar/AdvancedSearchBar.vue b/src/components/AdvancedSearchBar/AdvancedSearchBar.vue index 7a2f6a68..c4f69f6f 100644 --- a/src/components/AdvancedSearchBar/AdvancedSearchBar.vue +++ b/src/components/AdvancedSearchBar/AdvancedSearchBar.vue @@ -51,7 +51,10 @@ class="text-gray-500 hover:text-primary-700 cursor-pointer" @click="hide" > - +