@graphcommerce/googleanalytics 9.0.1-canary.0 → 9.0.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -49
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.1-canary.0
3
+ ## 9.0.1-canary.2
4
+
5
+ ## 9.0.1-canary.1
4
6
 
5
7
  ## 9.0.0
6
8
 
@@ -12,54 +14,6 @@
12
14
 
13
15
  - [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
14
16
 
15
- ## 9.0.0-canary.118
16
-
17
- ## 9.0.0-canary.117
18
-
19
- ## 9.0.0-canary.116
20
-
21
- ## 9.0.0-canary.115
22
-
23
- ## 9.0.0-canary.114
24
-
25
- ## 9.0.0-canary.113
26
-
27
- ## 9.0.0-canary.112
28
-
29
- ## 9.0.0-canary.111
30
-
31
- ## 9.0.0-canary.110
32
-
33
- ## 9.0.0-canary.109
34
-
35
- ## 9.0.0-canary.108
36
-
37
- ## 9.0.0-canary.107
38
-
39
- ## 9.0.0-canary.106
40
-
41
- ## 9.0.0-canary.105
42
-
43
- ## 9.0.0-canary.104
44
-
45
- ## 9.0.0-canary.103
46
-
47
- ### Patch Changes
48
-
49
- - [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`d500643`](https://github.com/graphcommerce-org/graphcommerce/commit/d500643138799b6db1610cb10a1d065d6219d8ea) - Resolve peer dependency issues so we get a clean install ([@paales](https://github.com/paales))
50
-
51
- ## 9.0.0-canary.60
52
-
53
- ### Patch Changes
54
-
55
- - [#2331](https://github.com/graphcommerce-org/graphcommerce/pull/2331) [`702bfc9`](https://github.com/graphcommerce-org/graphcommerce/commit/702bfc93566c9745546988e57988431d5d4d8cb0) - Moved plugins to new format ([@paales](https://github.com/paales))
56
-
57
- ## 8.1.0-canary.49
58
-
59
- ### Patch Changes
60
-
61
- - [#2317](https://github.com/graphcommerce-org/graphcommerce/pull/2317) [`2f4a61d`](https://github.com/graphcommerce-org/graphcommerce/commit/2f4a61dfee853579c96fceb5351e459aa9524a60) - Moved import locations of Google Analytics and Google Tagmanager scripts to their recommended locations ([@paales](https://github.com/paales))
62
-
63
17
  ## 8.0.5
64
18
 
65
19
  ### Patch Changes
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": "9.0.1-canary.0",
5
+ "version": "9.0.1-canary.2",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,17 +12,17 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.0",
16
- "@graphcommerce/google-datalayer": "9.0.1-canary.0",
17
- "@graphcommerce/graphql-mesh": "^9.0.1-canary.0",
18
- "@graphcommerce/magento-cart": "^9.0.1-canary.0",
19
- "@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.0",
20
- "@graphcommerce/magento-cart-shipping-method": "^9.0.1-canary.0",
21
- "@graphcommerce/magento-product": "^9.0.1-canary.0",
22
- "@graphcommerce/next-config": "^9.0.1-canary.0",
23
- "@graphcommerce/next-ui": "^9.0.1-canary.0",
24
- "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.0",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.0",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.2",
16
+ "@graphcommerce/google-datalayer": "9.0.1-canary.2",
17
+ "@graphcommerce/graphql-mesh": "^9.0.1-canary.2",
18
+ "@graphcommerce/magento-cart": "^9.0.1-canary.2",
19
+ "@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.2",
20
+ "@graphcommerce/magento-cart-shipping-method": "^9.0.1-canary.2",
21
+ "@graphcommerce/magento-product": "^9.0.1-canary.2",
22
+ "@graphcommerce/next-config": "^9.0.1-canary.2",
23
+ "@graphcommerce/next-ui": "^9.0.1-canary.2",
24
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.2",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.2",
26
26
  "@mui/material": "^5.10.16",
27
27
  "next": "*",
28
28
  "react": "^18.2.0",