@graphcommerce/algolia-search 6.2.0-canary.56 → 6.2.0-canary.58

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,13 @@
1
1
  # @graphcommerce/algolia-search
2
2
 
3
+ ## 6.2.0-canary.58
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1981](https://github.com/graphcommerce-org/graphcommerce/pull/1981) [`5936ea5f3`](https://github.com/graphcommerce-org/graphcommerce/commit/5936ea5f3f77fa303ca6d57187cb921dafeffb4d) - Fix algolia autofocus ([@StefanAngenent](https://github.com/StefanAngenent))
8
+
9
+ ## 6.2.0-canary.57
10
+
3
11
  ## 6.2.0-canary.56
4
12
 
5
13
  ### Patch Changes
@@ -44,6 +44,7 @@ export function SearchBox(props: SearchBoxProps) {
44
44
 
45
45
  return (
46
46
  <TextField
47
+ autoFocus
47
48
  variant='outlined'
48
49
  type='text'
49
50
  name='search'
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/algolia-search",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "6.2.0-canary.56",
5
+ "version": "6.2.0-canary.58",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,20 +12,20 @@
12
12
  }
13
13
  },
14
14
  "devDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.56",
16
- "@graphcommerce/next-config": "^6.2.0-canary.56",
17
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.56",
18
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.56"
15
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.58",
16
+ "@graphcommerce/next-config": "^6.2.0-canary.58",
17
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.58",
18
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.58"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/graphql": "6.2.0-canary.56",
22
- "@graphcommerce/ecommerce-ui": "6.2.0-canary.56",
23
- "@graphcommerce/magento-search": "6.2.0-canary.56",
24
- "@graphcommerce/next-config": "^6.2.0-canary.56",
25
- "@graphcommerce/next-ui": "6.2.0-canary.56",
26
- "@graphcommerce/magento-product": "6.2.0-canary.56",
27
- "@graphcommerce/graphql-mesh": "6.2.0-canary.56",
28
- "@graphcommerce/magento-store": "6.2.0-canary.56",
21
+ "@graphcommerce/graphql": "6.2.0-canary.58",
22
+ "@graphcommerce/ecommerce-ui": "6.2.0-canary.58",
23
+ "@graphcommerce/magento-search": "6.2.0-canary.58",
24
+ "@graphcommerce/next-config": "^6.2.0-canary.58",
25
+ "@graphcommerce/next-ui": "6.2.0-canary.58",
26
+ "@graphcommerce/magento-product": "6.2.0-canary.58",
27
+ "@graphcommerce/graphql-mesh": "6.2.0-canary.58",
28
+ "@graphcommerce/magento-store": "6.2.0-canary.58",
29
29
  "algoliasearch": "^4.15.0",
30
30
  "react-instantsearch-hooks-web": "^6.41.0"
31
31
  },