@graphcommerce/magento-cart-shipping-address 9.1.0-canary.54 → 9.1.0-canary.55

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.55
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2539](https://github.com/graphcommerce-org/graphcommerce/pull/2539) [`415f9fb`](https://github.com/graphcommerce-org/graphcommerce/commit/415f9fb50454fb20cb533235969dd9ab4ffc134b) - Allow setting the cartId in the form for useFormGqlMutationCart by setting the cartId in the form AND allow setting the cartId for a whole context by wrapping with CartIdProvider ([@paales](https://github.com/paales))
8
+
3
9
  ## 9.1.0-canary.54
4
10
 
5
11
  ## 9.1.0-canary.53
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-cart-shipping-address",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.54",
5
+ "version": "9.1.0-canary.55",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.54",
16
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.54",
17
- "@graphcommerce/graphql": "^9.1.0-canary.54",
18
- "@graphcommerce/graphql-mesh": "^9.1.0-canary.54",
19
- "@graphcommerce/image": "^9.1.0-canary.54",
20
- "@graphcommerce/magento-cart": "^9.1.0-canary.54",
21
- "@graphcommerce/magento-customer": "^9.1.0-canary.54",
22
- "@graphcommerce/magento-store": "^9.1.0-canary.54",
23
- "@graphcommerce/next-ui": "^9.1.0-canary.54",
24
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.54",
25
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.54",
15
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.55",
16
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.55",
17
+ "@graphcommerce/graphql": "^9.1.0-canary.55",
18
+ "@graphcommerce/graphql-mesh": "^9.1.0-canary.55",
19
+ "@graphcommerce/image": "^9.1.0-canary.55",
20
+ "@graphcommerce/magento-cart": "^9.1.0-canary.55",
21
+ "@graphcommerce/magento-customer": "^9.1.0-canary.55",
22
+ "@graphcommerce/magento-store": "^9.1.0-canary.55",
23
+ "@graphcommerce/next-ui": "^9.1.0-canary.55",
24
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.55",
25
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.55",
26
26
  "@lingui/core": "^4.2.1",
27
27
  "@lingui/macro": "^4.2.1",
28
28
  "@lingui/react": "^4.2.1",