@graphcommerce/googleanalytics 5.0.0-canary.14 → 5.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 +18 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
8
+
9
+ ### Minor Changes
10
+
11
+ - [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`85afcf4d0`](https://github.com/graphcommerce-org/graphcommerce/commit/85afcf4d011701f4b80e59e2b2b52a2e1f99a655) - Google Analytics now uses the new plugin system ([@paales](https://github.com/paales))
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`52882a63e`](https://github.com/graphcommerce-org/graphcommerce/commit/52882a63e96c0d3ba9641c3714d288fa4f420c82) - Do not forward the Prev prop in plugins ([@paales](https://github.com/paales))
16
+
3
17
  ## 5.0.0-canary.14
4
18
 
5
19
  ## 4.0.0-canary.13
@@ -42,6 +56,10 @@
42
56
 
43
57
  ## 3.0.9-canary.0
44
58
 
59
+ ## 3.0.10
60
+
61
+ ## 3.0.9
62
+
45
63
  ## 3.0.8
46
64
 
47
65
  ## 3.0.8-canary.2
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": "5.0.0-canary.14",
5
+ "version": "5.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,18 +12,18 @@
12
12
  }
13
13
  },
14
14
  "dependencies": {
15
- "@graphcommerce/graphql-mesh": "5.0.0-canary.14",
16
- "@graphcommerce/magento-cart": "5.0.0-canary.14",
17
- "@graphcommerce/magento-cart-payment-method": "5.0.0-canary.14",
18
- "@graphcommerce/magento-cart-shipping-method": "5.0.0-canary.14",
19
- "@graphcommerce/magento-product": "5.0.0-canary.14",
20
- "@graphcommerce/next-ui": "5.0.0-canary.14",
21
- "@graphcommerce/next-config": "5.0.0-canary.14"
15
+ "@graphcommerce/graphql-mesh": "5.0.0",
16
+ "@graphcommerce/magento-cart": "5.0.0",
17
+ "@graphcommerce/magento-cart-payment-method": "5.0.0",
18
+ "@graphcommerce/magento-cart-shipping-method": "5.0.0",
19
+ "@graphcommerce/magento-product": "5.0.0",
20
+ "@graphcommerce/next-ui": "5.0.0",
21
+ "@graphcommerce/next-config": "5.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@graphcommerce/eslint-config-pwa": "^5.0.0-canary.14",
25
- "@graphcommerce/prettier-config-pwa": "^5.0.0-canary.14",
26
- "@graphcommerce/typescript-config-pwa": "^5.0.0-canary.14",
24
+ "@graphcommerce/eslint-config-pwa": "^5.0.0",
25
+ "@graphcommerce/prettier-config-pwa": "^5.0.0",
26
+ "@graphcommerce/typescript-config-pwa": "^5.0.0",
27
27
  "@types/gtag.js": "^0.0.10"
28
28
  },
29
29
  "peerDependencies": {