@graphcommerce/prettier-config-pwa 3.0.5 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -18
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -1,41 +1,61 @@
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.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/prettier-config-pwa@3.0.0...@graphcommerce/prettier-config-pwa@3.0.1) (2021-09-27)
5
+ ### Patch Changes
7
6
 
8
- **Note:** Version bump only for package @graphcommerce/prettier-config-pwa
7
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
8
+ Thanks [@paales](https://github.com/paales)! - made packages public
9
9
 
10
+ ## 4.0.1
10
11
 
12
+ ### Patch Changes
11
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
12
17
 
18
+ ## 4.0.0
13
19
 
14
- # 3.0.0 (2021-09-27)
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
- ### Bug Fixes
18
-
19
- * ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
20
-
26
+ All notable changes to this project will be documented in this file. See
27
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
21
28
 
22
- ### Features
29
+ ## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/prettier-config-pwa@3.0.0...@graphcommerce/prettier-config-pwa@3.0.1) (2021-09-27)
23
30
 
24
- * added prettier-plugin-jsdoc to format comments automatically ([11d3dd9](https://github.com/ho-nl/m2-pwa/commit/11d3dd9965227105cc7b8c57c36a90b60098aee2))
25
- * created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
26
- * introduced documentation page ([97c2680](https://github.com/ho-nl/m2-pwa/commit/97c2680c545cf2e21cfb29571af15aff382ea498))
27
- * next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
28
- * 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))
29
- * split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
31
+ **Note:** Version bump only for package @graphcommerce/prettier-config-pwa
30
32
 
33
+ # 3.0.0 (2021-09-27)
31
34
 
32
- ### BREAKING CHANGES
35
+ ### Bug Fixes
33
36
 
34
- * huge folder structure refactor, please read README to reinstall
37
+ - ignore md files from triggering version updates
38
+ ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
35
39
 
40
+ ### Features
36
41
 
42
+ - added prettier-plugin-jsdoc to format comments automatically
43
+ ([11d3dd9](https://github.com/ho-nl/m2-pwa/commit/11d3dd9965227105cc7b8c57c36a90b60098aee2))
44
+ - created stacked-pages package
45
+ ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
46
+ - introduced documentation page
47
+ ([97c2680](https://github.com/ho-nl/m2-pwa/commit/97c2680c545cf2e21cfb29571af15aff382ea498))
48
+ - next.js 11
49
+ ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
50
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
51
+ [@reachdigital](https://github.com/reachdigital)
52
+ ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
53
+ - split into packages
54
+ ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
37
55
 
56
+ ### BREAKING CHANGES
38
57
 
58
+ - huge folder structure refactor, please read README to reinstall
39
59
 
40
60
  # Change Log
41
61
 
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@graphcommerce/prettier-config-pwa",
3
- "version": "3.0.5",
3
+ "homepage": "https://www.graphcommerce.org/",
4
+ "repository": "github:graphcommerce-org/graphcommerce",
5
+ "version": "4.0.2",
4
6
  "dependencies": {
5
7
  "prettier-plugin-jsdoc": "^0.3.30"
6
- },
7
- "gitHead": "06b4426d199de9ec2a9d2ac86d42ab047e59e7e7"
8
+ }
8
9
  }