@faststore/api 1.9.3 → 1.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.9.4 (2022-06-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [1.9.3](https://github.com/vtex/faststore/compare/v1.9.2...v1.9.3) (2022-06-09)
7
18
 
8
19
 
@@ -197,7 +197,7 @@ const IntelligentSearch = ({
197
197
  sort = '',
198
198
  selectedFacets = [],
199
199
  type,
200
- fuzzy = '0'
200
+ fuzzy = 'auto'
201
201
  }) => {
202
202
  const params = new URLSearchParams({
203
203
  page: (page + 1).toString(),