@graphcommerce/googleanalytics 9.0.0 → 9.0.1-canary.1

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 +2 -48
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.1-canary.1
4
+
3
5
  ## 9.0.0
4
6
 
5
7
  ### Patch Changes
@@ -10,54 +12,6 @@
10
12
 
11
13
  - [#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))
12
14
 
13
- ## 9.0.0-canary.118
14
-
15
- ## 9.0.0-canary.117
16
-
17
- ## 9.0.0-canary.116
18
-
19
- ## 9.0.0-canary.115
20
-
21
- ## 9.0.0-canary.114
22
-
23
- ## 9.0.0-canary.113
24
-
25
- ## 9.0.0-canary.112
26
-
27
- ## 9.0.0-canary.111
28
-
29
- ## 9.0.0-canary.110
30
-
31
- ## 9.0.0-canary.109
32
-
33
- ## 9.0.0-canary.108
34
-
35
- ## 9.0.0-canary.107
36
-
37
- ## 9.0.0-canary.106
38
-
39
- ## 9.0.0-canary.105
40
-
41
- ## 9.0.0-canary.104
42
-
43
- ## 9.0.0-canary.103
44
-
45
- ### Patch Changes
46
-
47
- - [#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))
48
-
49
- ## 9.0.0-canary.60
50
-
51
- ### Patch Changes
52
-
53
- - [#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))
54
-
55
- ## 8.1.0-canary.49
56
-
57
- ### Patch Changes
58
-
59
- - [#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))
60
-
61
15
  ## 8.0.5
62
16
 
63
17
  ### 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.0",
5
+ "version": "9.0.1-canary.1",
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.0",
16
- "@graphcommerce/google-datalayer": "9.0.0",
17
- "@graphcommerce/graphql-mesh": "^9.0.0",
18
- "@graphcommerce/magento-cart": "^9.0.0",
19
- "@graphcommerce/magento-cart-payment-method": "^9.0.0",
20
- "@graphcommerce/magento-cart-shipping-method": "^9.0.0",
21
- "@graphcommerce/magento-product": "^9.0.0",
22
- "@graphcommerce/next-config": "^9.0.0",
23
- "@graphcommerce/next-ui": "^9.0.0",
24
- "@graphcommerce/prettier-config-pwa": "^9.0.0",
25
- "@graphcommerce/typescript-config-pwa": "^9.0.0",
15
+ "@graphcommerce/eslint-config-pwa": "^9.0.1-canary.1",
16
+ "@graphcommerce/google-datalayer": "9.0.1-canary.1",
17
+ "@graphcommerce/graphql-mesh": "^9.0.1-canary.1",
18
+ "@graphcommerce/magento-cart": "^9.0.1-canary.1",
19
+ "@graphcommerce/magento-cart-payment-method": "^9.0.1-canary.1",
20
+ "@graphcommerce/magento-cart-shipping-method": "^9.0.1-canary.1",
21
+ "@graphcommerce/magento-product": "^9.0.1-canary.1",
22
+ "@graphcommerce/next-config": "^9.0.1-canary.1",
23
+ "@graphcommerce/next-ui": "^9.0.1-canary.1",
24
+ "@graphcommerce/prettier-config-pwa": "^9.0.1-canary.1",
25
+ "@graphcommerce/typescript-config-pwa": "^9.0.1-canary.1",
26
26
  "@mui/material": "^5.10.16",
27
27
  "next": "*",
28
28
  "react": "^18.2.0",