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