@graphcommerce/google-datalayer 8.0.6-canary.3 → 8.0.6

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,17 +1,6 @@
1
1
  # @graphcommerce/google-datalayer
2
2
 
3
- ## 8.0.6-canary.3
4
-
5
- ## 8.0.6-canary.2
6
-
7
- ### Patch Changes
8
-
9
- - [#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
10
- ([@FrankHarland](https://github.com/FrankHarland))
11
-
12
- ## 8.0.6-canary.1
13
-
14
- ## 8.0.6-canary.0
3
+ ## 8.0.6
15
4
 
16
5
  ## 8.0.5
17
6
 
@@ -5,7 +5,8 @@ fragment Product_DatalayerItem on ProductInterface {
5
5
  price_range {
6
6
  minimum_price {
7
7
  final_price {
8
- ...Money
8
+ value
9
+ currency
9
10
  }
10
11
  discount {
11
12
  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.3",
5
+ "version": "8.0.6",
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.3",
16
- "@graphcommerce/magento-cart": "^8.0.6-canary.3",
17
- "@graphcommerce/magento-cart-payment-method": "^8.0.6-canary.3",
18
- "@graphcommerce/magento-cart-shipping-method": "^8.0.6-canary.3",
19
- "@graphcommerce/magento-product": "^8.0.6-canary.3",
20
- "@graphcommerce/next-ui": "^8.0.6-canary.3",
21
- "@graphcommerce/prettier-config-pwa": "^8.0.6-canary.3",
22
- "@graphcommerce/typescript-config-pwa": "^8.0.6-canary.3",
15
+ "@graphcommerce/eslint-config-pwa": "^8.0.6",
16
+ "@graphcommerce/magento-cart": "^8.0.6",
17
+ "@graphcommerce/magento-cart-payment-method": "^8.0.6",
18
+ "@graphcommerce/magento-cart-shipping-method": "^8.0.6",
19
+ "@graphcommerce/magento-product": "^8.0.6",
20
+ "@graphcommerce/next-ui": "^8.0.6",
21
+ "@graphcommerce/prettier-config-pwa": "^8.0.6",
22
+ "@graphcommerce/typescript-config-pwa": "^8.0.6",
23
23
  "@mui/material": "^5.14.20",
24
24
  "next": "^14",
25
25
  "react": "^18.2.0",