@graphcommerce/magento-search-overlay 9.1.0-canary.33 → 9.1.0-canary.35

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
@@ -1,5 +1,9 @@
1
1
  # @graphcommerce/magento-search-overlay
2
2
 
3
+ ## 9.1.0-canary.35
4
+
5
+ ## 9.1.0-canary.34
6
+
3
7
  ## 9.1.0-canary.33
4
8
 
5
9
  ## 9.1.0-canary.32
@@ -125,7 +125,7 @@ export function SearchOverlayProvider(props: SearchOverlayProviderProps) {
125
125
 
126
126
  if (!element && params.search) {
127
127
  // eslint-disable-next-line @typescript-eslint/no-floating-promises
128
- router.push(`/search/${params.search}`)
128
+ router.push(`/search/${encodeURIComponent(params.search)}`)
129
129
  }
130
130
  } else {
131
131
  setSelectedIndex(-1)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-search-overlay",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.33",
5
+ "version": "9.1.0-canary.35",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,18 +12,18 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.33",
16
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.33",
17
- "@graphcommerce/framer-utils": "^9.1.0-canary.33",
18
- "@graphcommerce/graphql": "^9.1.0-canary.33",
19
- "@graphcommerce/image": "^9.1.0-canary.33",
20
- "@graphcommerce/magento-product": "^9.1.0-canary.33",
21
- "@graphcommerce/magento-search": "^9.1.0-canary.33",
22
- "@graphcommerce/magento-store": "^9.1.0-canary.33",
23
- "@graphcommerce/next-ui": "^9.1.0-canary.33",
24
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.33",
25
- "@graphcommerce/react-hook-form": "^9.1.0-canary.33",
26
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.33",
15
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.35",
16
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.35",
17
+ "@graphcommerce/framer-utils": "^9.1.0-canary.35",
18
+ "@graphcommerce/graphql": "^9.1.0-canary.35",
19
+ "@graphcommerce/image": "^9.1.0-canary.35",
20
+ "@graphcommerce/magento-product": "^9.1.0-canary.35",
21
+ "@graphcommerce/magento-search": "^9.1.0-canary.35",
22
+ "@graphcommerce/magento-store": "^9.1.0-canary.35",
23
+ "@graphcommerce/next-ui": "^9.1.0-canary.35",
24
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.35",
25
+ "@graphcommerce/react-hook-form": "^9.1.0-canary.35",
26
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.35",
27
27
  "@lingui/core": "^4.2.1",
28
28
  "@lingui/macro": "^4.2.1",
29
29
  "@lingui/react": "^4.2.1",