@graphcommerce/typescript-config-pwa 4.0.1 → 4.0.4

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 +32 -31
  2. package/package.json +2 -5
package/CHANGELOG.md CHANGED
@@ -1,30 +1,42 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1552](https://github.com/graphcommerce-org/graphcommerce/pull/1552) [`18054c441`](https://github.com/graphcommerce-org/graphcommerce/commit/18054c441962ba750bed3acc39ab46c8d3a341ce) Thanks [@paales](https://github.com/paales)! - Updated to Next.js v12.2.2 and other packages and made compatible
8
+
9
+ ## 4.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1451](https://github.com/graphcommerce-org/graphcommerce/pull/1451) [`50188e378`](https://github.com/graphcommerce-org/graphcommerce/commit/50188e378b4c77561ebc600958ea11cd114fa61a) Thanks [@paales](https://github.com/paales)! - Loosen node requirement
14
+
15
+ ## 4.0.2
16
+
17
+ ### Patch Changes
18
+
19
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
20
+
3
21
  ## 4.0.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
- - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
8
- Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
9
- so that the packages link to back to the website and repository
25
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514) Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files, so that the packages link to back to the website and repository
10
26
 
11
27
  ## 4.0.0
12
28
 
13
29
  ### Major Changes
14
30
 
15
- - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
16
- [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
17
- Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
31
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258) [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05) Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
18
32
 
19
- All notable changes to this project will be documented in this file. See
20
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
33
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
21
34
 
22
35
  # [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)
23
36
 
24
37
  ### Features
25
38
 
26
- - add typescript incremental builds
27
- ([948a9d9](https://github.com/ho-nl/m2-pwa/commit/948a9d92092aa0fa4466ca420cf32e59ce325828))
39
+ - add typescript incremental builds ([948a9d9](https://github.com/ho-nl/m2-pwa/commit/948a9d92092aa0fa4466ca420cf32e59ce325828))
28
40
 
29
41
  ## [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)
30
42
 
@@ -34,26 +46,17 @@ All notable changes to this project will be documented in this file. See
34
46
 
35
47
  ### Bug Fixes
36
48
 
37
- - ignore md files from triggering version updates
38
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
39
- - make packages private so they dont get published accidently
40
- ([f7b693f](https://github.com/ho-nl/m2-pwa/commit/f7b693ff6a4d232d0871f6a68922d14678853a96))
41
- - **next-config:** automatically resolve the workspace dependencies
42
- ([4d739ec](https://github.com/ho-nl/m2-pwa/commit/4d739ec969591f96392f99e476016c6ad1d092cb))
49
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
50
+ - make packages private so they dont get published accidently ([f7b693f](https://github.com/ho-nl/m2-pwa/commit/f7b693ff6a4d232d0871f6a68922d14678853a96))
51
+ - **next-config:** automatically resolve the workspace dependencies ([4d739ec](https://github.com/ho-nl/m2-pwa/commit/4d739ec969591f96392f99e476016c6ad1d092cb))
43
52
 
44
53
  ### Features
45
54
 
46
- - next.js 11
47
- ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
48
- - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
49
- [@reachdigital](https://github.com/reachdigital)
50
- ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
51
- - split into packages
52
- ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
53
- - upgrade to node 14
54
- ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
55
- - working on EmailForm
56
- ([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
55
+ - next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
56
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
57
+ - split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
58
+ - upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
59
+ - working on EmailForm ([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
57
60
 
58
61
  ### BREAKING CHANGES
59
62
 
@@ -61,12 +64,10 @@ All notable changes to this project will be documented in this file. See
61
64
 
62
65
  # Change Log
63
66
 
64
- All notable changes to this project will be documented in this file. See
65
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
67
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66
68
 
67
69
  ## [2.100.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/typescript-config-pwa@2.100.10...@graphcommerce/typescript-config-pwa@2.100.11) (2021-09-01)
68
70
 
69
71
  ### Bug Fixes
70
72
 
71
- - ignore md files from triggering version updates
72
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
73
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
package/package.json CHANGED
@@ -2,13 +2,10 @@
2
2
  "name": "@graphcommerce/typescript-config-pwa",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "4.0.1",
5
+ "version": "4.0.4",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
- "engines": {
9
- "node": "14.x"
10
- },
11
8
  "devDependencies": {
12
- "@tsconfig/node14": "^1.0.1"
9
+ "@tsconfig/node14": "^1.0.3"
13
10
  }
14
11
  }