@graphcommerce/magento-cart-pickup 8.0.3-canary.4 → 8.0.3-canary.5

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,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.3-canary.5
4
+
3
5
  ## 8.0.3-canary.4
4
6
 
5
7
  ## 8.0.3-canary.3
@@ -100,7 +100,7 @@ export function PickupLocationForm(props: PickupLocationFormProps) {
100
100
  <TextFieldElement
101
101
  name='searchTerm'
102
102
  control={control}
103
- validation={{ required: false, minLength: 4 }}
103
+ rules={{ required: false, minLength: 4 }}
104
104
  label={<Trans id='Zip code or city' />}
105
105
  type='text'
106
106
  />
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-pickup",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.3-canary.4",
5
+ "version": "8.0.3-canary.5",
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": "^8.0.3-canary.4",
16
- "@graphcommerce/eslint-config-pwa": "^8.0.3-canary.4",
17
- "@graphcommerce/graphql": "^8.0.3-canary.4",
18
- "@graphcommerce/graphql-mesh": "^8.0.3-canary.4",
19
- "@graphcommerce/image": "^8.0.3-canary.4",
20
- "@graphcommerce/magento-cart": "^8.0.3-canary.4",
21
- "@graphcommerce/magento-cart-shipping-method": "^8.0.3-canary.4",
22
- "@graphcommerce/magento-store": "^8.0.3-canary.4",
23
- "@graphcommerce/next-ui": "^8.0.3-canary.4",
24
- "@graphcommerce/prettier-config-pwa": "^8.0.3-canary.4",
25
- "@graphcommerce/react-hook-form": "^8.0.3-canary.4",
26
- "@graphcommerce/typescript-config-pwa": "^8.0.3-canary.4",
15
+ "@graphcommerce/ecommerce-ui": "^8.0.3-canary.5",
16
+ "@graphcommerce/eslint-config-pwa": "^8.0.3-canary.5",
17
+ "@graphcommerce/graphql": "^8.0.3-canary.5",
18
+ "@graphcommerce/graphql-mesh": "^8.0.3-canary.5",
19
+ "@graphcommerce/image": "^8.0.3-canary.5",
20
+ "@graphcommerce/magento-cart": "^8.0.3-canary.5",
21
+ "@graphcommerce/magento-cart-shipping-method": "^8.0.3-canary.5",
22
+ "@graphcommerce/magento-store": "^8.0.3-canary.5",
23
+ "@graphcommerce/next-ui": "^8.0.3-canary.5",
24
+ "@graphcommerce/prettier-config-pwa": "^8.0.3-canary.5",
25
+ "@graphcommerce/react-hook-form": "^8.0.3-canary.5",
26
+ "@graphcommerce/typescript-config-pwa": "^8.0.3-canary.5",
27
27
  "@lingui/core": "^4.2.1",
28
28
  "@lingui/macro": "^4.2.1",
29
29
  "@lingui/react": "^4.2.1",