@graphcommerce/googletagmanager 1.0.9 → 2.0.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.
- package/CHANGELOG.md +50 -31
- package/package.json +10 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,74 +1,93 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3
|
+
## 2.0.2
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
### Patch Changes
|
|
7
6
|
|
|
7
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
8
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
|
|
9
|
+
Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
|
|
10
|
+
`dependencies` to `peerDependencies`. The result of this is that there will be significantly less
|
|
11
|
+
duplicate packages in the node_modules folders.
|
|
8
12
|
|
|
9
|
-
|
|
13
|
+
* [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
14
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
15
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
16
|
+
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
17
|
+
implementing
|
|
18
|
+
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
19
|
+
soon.
|
|
10
20
|
|
|
11
|
-
|
|
21
|
+
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
22
|
+
frontend to be able to revalidate pages manually.
|
|
12
23
|
|
|
24
|
+
## 2.0.1
|
|
13
25
|
|
|
26
|
+
### Patch Changes
|
|
14
27
|
|
|
28
|
+
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
29
|
+
Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
|
|
30
|
+
so that the packages link to back to the website and repository
|
|
15
31
|
|
|
32
|
+
## 2.0.0
|
|
16
33
|
|
|
17
|
-
|
|
34
|
+
### Major Changes
|
|
18
35
|
|
|
36
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
37
|
+
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
38
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
19
39
|
|
|
20
|
-
|
|
40
|
+
All notable changes to this project will be documented in this file. See
|
|
41
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
21
42
|
|
|
22
|
-
|
|
43
|
+
## [1.0.8](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/googletagmanager@1.0.7...@graphcommerce/googletagmanager@1.0.8) (2021-12-20)
|
|
23
44
|
|
|
45
|
+
### Bug Fixes
|
|
24
46
|
|
|
47
|
+
- make sure we're not loading gogole properties when keys are not given
|
|
48
|
+
([8636715](https://github.com/ho-nl/m2-pwa/commit/8636715d61985e0919208ffb64354c3ebb43ed01))
|
|
25
49
|
|
|
50
|
+
## [1.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/googletagmanager@0.3.2...@graphcommerce/googletagmanager@1.0.1) (2021-11-03)
|
|
26
51
|
|
|
52
|
+
### Bug Fixes
|
|
27
53
|
|
|
28
|
-
|
|
54
|
+
- simplified google tagmanager and create 1.0.0
|
|
55
|
+
([21ac284](https://github.com/ho-nl/m2-pwa/commit/21ac28484de6c12d54f6cf73ad04e459d74892a7))
|
|
29
56
|
|
|
57
|
+
# [0.3.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/googletagmanager@0.2.10...@graphcommerce/googletagmanager@0.3.0) (2021-10-27)
|
|
30
58
|
|
|
31
59
|
### Features
|
|
32
60
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
61
|
+
- **nextjs:** upgraded to nextjs 12
|
|
62
|
+
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
38
63
|
|
|
39
64
|
## [0.2.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/googletagmanager@0.2.0...@graphcommerce/googletagmanager@0.2.1) (2021-09-27)
|
|
40
65
|
|
|
41
66
|
**Note:** Version bump only for package @graphcommerce/googletagmanager
|
|
42
67
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
68
|
# 0.2.0 (2021-09-27)
|
|
48
69
|
|
|
49
|
-
|
|
50
70
|
### Bug Fixes
|
|
51
71
|
|
|
52
|
-
|
|
53
|
-
|
|
72
|
+
- use gtm id directly from process.env
|
|
73
|
+
([1682834](https://github.com/ho-nl/m2-pwa/commit/16828342b0f432da5c7051b1b9834fdad1c58ec8))
|
|
54
74
|
|
|
55
75
|
### Features
|
|
56
76
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
77
|
+
- no gtm id present warning
|
|
78
|
+
([94cda8a](https://github.com/ho-nl/m2-pwa/commit/94cda8a30a3ec556d3e5484824fbf349e2e1e342))
|
|
79
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
80
|
+
[@reachdigital](https://github.com/reachdigital)
|
|
81
|
+
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
63
82
|
|
|
64
83
|
# 0.1.0 (2021-09-22)
|
|
65
84
|
|
|
66
|
-
|
|
67
85
|
### Bug Fixes
|
|
68
86
|
|
|
69
|
-
|
|
70
|
-
|
|
87
|
+
- use gtm id directly from process.env
|
|
88
|
+
([1682834](https://github.com/ho-nl/m2-pwa/commit/16828342b0f432da5c7051b1b9834fdad1c58ec8))
|
|
71
89
|
|
|
72
90
|
### Features
|
|
73
91
|
|
|
74
|
-
|
|
92
|
+
- no gtm id present warning
|
|
93
|
+
([94cda8a](https://github.com/ho-nl/m2-pwa/commit/94cda8a30a3ec556d3e5484824fbf349e2e1e342))
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/googletagmanager",
|
|
3
|
-
"
|
|
3
|
+
"homepage": "https://www.graphcommerce.org/",
|
|
4
|
+
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
+
"version": "2.0.2",
|
|
4
6
|
"sideEffects": false,
|
|
5
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
6
|
-
"browserslist": [
|
|
7
|
-
"extends @graphcommerce/browserslist-config-pwa"
|
|
8
|
-
],
|
|
9
8
|
"eslintConfig": {
|
|
10
9
|
"extends": "@graphcommerce/eslint-config-pwa",
|
|
11
10
|
"parserOptions": {
|
|
@@ -13,17 +12,15 @@
|
|
|
13
12
|
}
|
|
14
13
|
},
|
|
15
14
|
"devDependencies": {
|
|
16
|
-
"@graphcommerce/
|
|
17
|
-
"@graphcommerce/
|
|
18
|
-
"@graphcommerce/
|
|
19
|
-
"@
|
|
20
|
-
"@playwright/test": "^1.17.1",
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.2",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.1",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.1",
|
|
18
|
+
"@playwright/test": "^1.19.1",
|
|
21
19
|
"@types/gapi.client.tagmanager": "^2.0.2"
|
|
22
20
|
},
|
|
23
|
-
"
|
|
24
|
-
"next": "^12.0.
|
|
21
|
+
"peerDependencies": {
|
|
22
|
+
"next": "^12.0.10",
|
|
25
23
|
"react": "^17.0.2",
|
|
26
24
|
"react-dom": "^17.0.2"
|
|
27
|
-
}
|
|
28
|
-
"gitHead": "bc5423d7547f8685db4cd8fc6d8f7a2a51ebed05"
|
|
25
|
+
}
|
|
29
26
|
}
|