@graphcommerce/typescript-config-pwa 3.1.0 → 4.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.
- package/CHANGELOG.md +29 -27
- package/nextjs.json +1 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,53 +1,55 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
3
|
+
## 4.0.0
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
5
|
+
### Major Changes
|
|
10
6
|
|
|
11
|
-
|
|
7
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
8
|
+
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
9
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
12
10
|
|
|
11
|
+
All notable changes to this project will be documented in this file. See
|
|
12
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
13
13
|
|
|
14
|
+
# [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/typescript-config-pwa@3.0.1...@graphcommerce/typescript-config-pwa@3.1.0) (2021-09-28)
|
|
14
15
|
|
|
16
|
+
### Features
|
|
15
17
|
|
|
18
|
+
- add typescript incremental builds
|
|
19
|
+
([948a9d9](https://github.com/ho-nl/m2-pwa/commit/948a9d92092aa0fa4466ca420cf32e59ce325828))
|
|
16
20
|
|
|
17
21
|
## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/typescript-config-pwa@3.0.0...@graphcommerce/typescript-config-pwa@3.0.1) (2021-09-27)
|
|
18
22
|
|
|
19
23
|
**Note:** Version bump only for package @graphcommerce/typescript-config-pwa
|
|
20
24
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
25
|
# 3.0.0 (2021-09-27)
|
|
26
26
|
|
|
27
|
-
|
|
28
27
|
### Bug Fixes
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
29
|
+
- ignore md files from triggering version updates
|
|
30
|
+
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
31
|
+
- make packages private so they dont get published accidently
|
|
32
|
+
([f7b693f](https://github.com/ho-nl/m2-pwa/commit/f7b693ff6a4d232d0871f6a68922d14678853a96))
|
|
33
|
+
- **next-config:** automatically resolve the workspace dependencies
|
|
34
|
+
([4d739ec](https://github.com/ho-nl/m2-pwa/commit/4d739ec969591f96392f99e476016c6ad1d092cb))
|
|
34
35
|
|
|
35
36
|
### Features
|
|
36
37
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
- next.js 11
|
|
39
|
+
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
40
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
41
|
+
[@reachdigital](https://github.com/reachdigital)
|
|
42
|
+
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
43
|
+
- split into packages
|
|
44
|
+
([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
45
|
+
- upgrade to node 14
|
|
46
|
+
([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
47
|
+
- working on EmailForm
|
|
48
|
+
([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
|
|
43
49
|
|
|
44
50
|
### BREAKING CHANGES
|
|
45
51
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
52
|
+
- huge folder structure refactor, please read README to reinstall
|
|
51
53
|
|
|
52
54
|
# Change Log
|
|
53
55
|
|
package/nextjs.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphcommerce/typescript-config-pwa",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -8,6 +8,5 @@
|
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"@tsconfig/node14": "^1.0.1"
|
|
11
|
-
}
|
|
12
|
-
"gitHead": "1345d9b55763894d3cdedb5751895f2d3f89d1b4"
|
|
11
|
+
}
|
|
13
12
|
}
|