@graphcommerce/googleanalytics 8.0.0-canary.99 → 8.0.0

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 +12 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#2099](https://github.com/graphcommerce-org/graphcommerce/pull/2099) [`ff796b8`](https://github.com/graphcommerce-org/graphcommerce/commit/ff796b838fae6cb5e35b101500133b0235a8677d) - Support for all customizable product options (except file upload) on the product pages and in the cart.
8
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
9
+
10
+ - [#2127](https://github.com/graphcommerce-org/graphcommerce/pull/2127) [`124e6c9`](https://github.com/graphcommerce-org/graphcommerce/commit/124e6c92aa3b4b77f54235f0682c38438fd619b6) - Made all Magento dependencies optional in the `googleanalytics` and `googletagmanager` packages, allowing it to be installed in any project.
11
+ ([@Jessevdpoel](https://github.com/Jessevdpoel))
12
+
13
+ ## 8.0.0-canary.100
14
+
3
15
  ## 8.0.0-canary.99
4
16
 
5
17
  ## 8.0.0-canary.98
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/googleanalytics",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.0.0-canary.99",
5
+ "version": "8.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -15,16 +15,16 @@
15
15
  "@types/gtag.js": "^0.0.18"
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.99",
19
- "@graphcommerce/graphql-mesh": "^8.0.0-canary.99",
20
- "@graphcommerce/magento-cart": "^8.0.0-canary.99",
21
- "@graphcommerce/magento-cart-payment-method": "^8.0.0-canary.99",
22
- "@graphcommerce/magento-cart-shipping-method": "^8.0.0-canary.99",
23
- "@graphcommerce/magento-product": "^8.0.0-canary.99",
24
- "@graphcommerce/next-config": "^8.0.0-canary.99",
25
- "@graphcommerce/next-ui": "^8.0.0-canary.99",
26
- "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.99",
27
- "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.99",
18
+ "@graphcommerce/eslint-config-pwa": "^8.0.0",
19
+ "@graphcommerce/graphql-mesh": "^8.0.0",
20
+ "@graphcommerce/magento-cart": "^8.0.0",
21
+ "@graphcommerce/magento-cart-payment-method": "^8.0.0",
22
+ "@graphcommerce/magento-cart-shipping-method": "^8.0.0",
23
+ "@graphcommerce/magento-product": "^8.0.0",
24
+ "@graphcommerce/next-config": "^8.0.0",
25
+ "@graphcommerce/next-ui": "^8.0.0",
26
+ "@graphcommerce/prettier-config-pwa": "^8.0.0",
27
+ "@graphcommerce/typescript-config-pwa": "^8.0.0",
28
28
  "@mui/material": "^5.10.16",
29
29
  "next": "*",
30
30
  "react": "^18.2.0",