@graphcommerce/google-datalayer 9.0.0-canary.78 → 9.0.0-canary.80

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/google-datalayer
2
2
 
3
+ ## 9.0.0-canary.80
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`e3fe4f7`](https://github.com/graphcommerce-org/graphcommerce/commit/e3fe4f73c8c3e3c6a5ec68cdc7a32820e8f69e07) - Solve an issue where the BillingPage query would be re-queried after setting the payment method. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
8
+
9
+ ## 9.0.0-canary.79
10
+
3
11
  ## 9.0.0-canary.78
4
12
 
5
13
  ## 9.0.0-canary.77
@@ -4,12 +4,7 @@ fragment Product_DatalayerItem on ProductInterface {
4
4
  sku
5
5
  price_range {
6
6
  minimum_price {
7
- final_price {
8
- ...Money
9
- }
10
- discount {
11
- amount_off
12
- }
7
+ ...ProductListPrice
13
8
  }
14
9
  }
15
10
  ...ProductPageBreadcrumb
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": "9.0.0-canary.78",
5
+ "version": "9.0.0-canary.80",
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": "^9.0.0-canary.78",
16
- "@graphcommerce/magento-cart": "^9.0.0-canary.78",
17
- "@graphcommerce/magento-cart-payment-method": "^9.0.0-canary.78",
18
- "@graphcommerce/magento-cart-shipping-method": "^9.0.0-canary.78",
19
- "@graphcommerce/magento-product": "^9.0.0-canary.78",
20
- "@graphcommerce/next-ui": "^9.0.0-canary.78",
21
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.78",
22
- "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.78",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.0-canary.80",
16
+ "@graphcommerce/magento-cart": "^9.0.0-canary.80",
17
+ "@graphcommerce/magento-cart-payment-method": "^9.0.0-canary.80",
18
+ "@graphcommerce/magento-cart-shipping-method": "^9.0.0-canary.80",
19
+ "@graphcommerce/magento-product": "^9.0.0-canary.80",
20
+ "@graphcommerce/next-ui": "^9.0.0-canary.80",
21
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.80",
22
+ "@graphcommerce/typescript-config-pwa": "^9.0.0-canary.80",
23
23
  "@mui/material": "^5.14.20",
24
24
  "next": "^14",
25
25
  "react": "^18.2.0",