Skip to content

Commit

Permalink
Merge pull request #16 from afosto/Feature/bump-afosto-instant-search…
Browse files Browse the repository at this point in the history
…-client-v1.0.7

Feature/bump-afosto-instant-search-client-v1.0.7
  • Loading branch information
Rapid0o authored Apr 19, 2022
2 parents 371cbdb + 329b6d2 commit c8dba09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@afosto/instant-search-widget",
"version": "0.2.7",
"version": "0.2.8",
"description": "Afosto instant search javascript widget",
"private": false,
"main": "./dist/afosto-instant-search-widget.min.js",
Expand Down Expand Up @@ -86,7 +86,7 @@
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"@afosto/instant-search-client": "^1.0.6",
"@afosto/instant-search-client": "^1.0.7",
"@reach/dialog": "^0.16.2",
"framer-motion": "^6.2.8",
"lodash.merge": "^4.6.2",
Expand Down
2 changes: 0 additions & 2 deletions src/components/Filters/Filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ const Filters = () => {
<ClearRefinements translations={{ reset: translations.filters.reset }} />
<DynamicWidgets
maxValuesPerFacet={1000} // Suppress warning
/* eslint-disable-next-line no-underscore-dangle */
transformItems={(_, { results }) => Object.keys(results._rawResults[0].facets)}
fallbackComponent={({ attribute }) => (
<Panel header={attribute}>
<RefinementList
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@afosto/instant-search-client@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@afosto/instant-search-client/-/instant-search-client-1.0.6.tgz#ea393cd1e74755132d1ba15e1b963ab57ea27e57"
integrity sha512-m9oeUmjX1KDwDs/V0Ie/tjVfKctbnbFXgrOvfNoJJoUfw0H6T9fULzrSS+yf55pOHtJw6d6T5woKwbwZTvkCYA==
"@afosto/instant-search-client@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@afosto/instant-search-client/-/instant-search-client-1.0.7.tgz#7abeb6f4035d1606734d0e6d0fdcd58970100b34"
integrity sha512-VBdXu7a5Yux/NAWms3r6CXZ12GIksu3D7zmH/TUvBGMNPF0AolhHTuct48rezB9hh/nEZN5s21gimBQeOCTqRw==
dependencies:
uuid-random "^1.3.2"

Expand Down

0 comments on commit c8dba09

Please sign in to comment.