@graphcommerce/typescript-config-pwa 3.1.1 → 4.0.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.
package/CHANGELOG.md CHANGED
@@ -1,53 +1,63 @@
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.1
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
+ - [`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
8
10
 
9
- ### Features
11
+ ## 4.0.0
12
+
13
+ ### Major Changes
10
14
 
11
- * add typescript incremental builds ([948a9d9](https://github.com/ho-nl/m2-pwa/commit/948a9d92092aa0fa4466ca420cf32e59ce325828))
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
12
18
 
19
+ All notable changes to this project will be documented in this file. See
20
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
13
21
 
22
+ # [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
23
 
24
+ ### Features
15
25
 
26
+ - add typescript incremental builds
27
+ ([948a9d9](https://github.com/ho-nl/m2-pwa/commit/948a9d92092aa0fa4466ca420cf32e59ce325828))
16
28
 
17
29
  ## [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
30
 
19
31
  **Note:** Version bump only for package @graphcommerce/typescript-config-pwa
20
32
 
21
-
22
-
23
-
24
-
25
33
  # 3.0.0 (2021-09-27)
26
34
 
27
-
28
35
  ### Bug Fixes
29
36
 
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
-
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))
34
43
 
35
44
  ### Features
36
45
 
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
-
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))
43
57
 
44
58
  ### BREAKING CHANGES
45
59
 
46
- * huge folder structure refactor, please read README to reinstall
47
-
48
-
49
-
50
-
60
+ - huge folder structure refactor, please read README to reinstall
51
61
 
52
62
  # Change Log
53
63
 
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.1",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "4.0.1",
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": "06977d2e65b4ab4eb4a472fc56f8b1a99512f1bd"
13
+ }
13
14
  }