@graphcommerce/google-datalayer 8.0.6-canary.0 → 8.0.6-canary.2

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,14 @@
1
1
  # @graphcommerce/google-datalayer
2
2
 
3
+ ## 8.0.6-canary.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - Prevent BillingPage query from rerunning on each mutation
8
+ ([@FrankHarland](https://github.com/FrankHarland))
9
+
10
+ ## 8.0.6-canary.1
11
+
3
12
  ## 8.0.6-canary.0
4
13
 
5
14
  ## 8.0.5
@@ -5,8 +5,7 @@ fragment Product_DatalayerItem on ProductInterface {
5
5
  price_range {
6
6
  minimum_price {
7
7
  final_price {
8
- value
9
- currency
8
+ ...Money
10
9
  }
11
10
  discount {
12
11
  amount_off
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/google-datalayer",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.6-canary.0",
5
+ "version": "8.0.6-canary.2",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,14 +12,14 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^8.0.6-canary.0",
16
- "@graphcommerce/magento-cart": "^8.0.6-canary.0",
17
- "@graphcommerce/magento-cart-payment-method": "^8.0.6-canary.0",
18
- "@graphcommerce/magento-cart-shipping-method": "^8.0.6-canary.0",
19
- "@graphcommerce/magento-product": "^8.0.6-canary.0",
20
- "@graphcommerce/next-ui": "^8.0.6-canary.0",
21
- "@graphcommerce/prettier-config-pwa": "^8.0.6-canary.0",
22
- "@graphcommerce/typescript-config-pwa": "^8.0.6-canary.0",
15
+ "@graphcommerce/eslint-config-pwa": "^8.0.6-canary.2",
16
+ "@graphcommerce/magento-cart": "^8.0.6-canary.2",
17
+ "@graphcommerce/magento-cart-payment-method": "^8.0.6-canary.2",
18
+ "@graphcommerce/magento-cart-shipping-method": "^8.0.6-canary.2",
19
+ "@graphcommerce/magento-product": "^8.0.6-canary.2",
20
+ "@graphcommerce/next-ui": "^8.0.6-canary.2",
21
+ "@graphcommerce/prettier-config-pwa": "^8.0.6-canary.2",
22
+ "@graphcommerce/typescript-config-pwa": "^8.0.6-canary.2",
23
23
  "@mui/material": "^5.14.20",
24
24
  "next": "^14",
25
25
  "react": "^18.2.0",