@graphcommerce/prettier-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 (3) hide show
  1. package/CHANGELOG.md +30 -27
  2. package/index.js +8 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,23 +1,36 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1312](https://github.com/ho-nl/m2-pwa/pull/1312) [`4e1fd4d9f`](https://github.com/ho-nl/m2-pwa/commit/4e1fd4d9fda2109de378be7e39382f7014a7ab54) Thanks [@paales](https://github.com/paales)! - upgraded dependencies
8
+
9
+ ## 4.0.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`7f71a9eaa`](https://github.com/ho-nl/m2-pwa/commit/7f71a9eaaea7de6ca3fab7cbb55049f1b1cd6427) Thanks [@paales](https://github.com/paales)! - Make sure `changesets` doesn't bork the formatting of release notes.
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.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
36
 
@@ -27,24 +40,16 @@ All notable changes to this project will be documented in this file. See
27
40
 
28
41
  ### Bug Fixes
29
42
 
30
- - ignore md files from triggering version updates
31
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
43
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
32
44
 
33
45
  ### Features
34
46
 
35
- - added prettier-plugin-jsdoc to format comments automatically
36
- ([11d3dd9](https://github.com/ho-nl/m2-pwa/commit/11d3dd9965227105cc7b8c57c36a90b60098aee2))
37
- - created stacked-pages package
38
- ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
39
- - introduced documentation page
40
- ([97c2680](https://github.com/ho-nl/m2-pwa/commit/97c2680c545cf2e21cfb29571af15aff382ea498))
41
- - next.js 11
42
- ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
43
- - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
44
- [@reachdigital](https://github.com/reachdigital)
45
- ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
46
- - split into packages
47
- ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
47
+ - added prettier-plugin-jsdoc to format comments automatically ([11d3dd9](https://github.com/ho-nl/m2-pwa/commit/11d3dd9965227105cc7b8c57c36a90b60098aee2))
48
+ - created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
49
+ - introduced documentation page ([97c2680](https://github.com/ho-nl/m2-pwa/commit/97c2680c545cf2e21cfb29571af15aff382ea498))
50
+ - next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
51
+ - 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))
52
+ - split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
48
53
 
49
54
  ### BREAKING CHANGES
50
55
 
@@ -52,12 +57,10 @@ All notable changes to this project will be documented in this file. See
52
57
 
53
58
  # Change Log
54
59
 
55
- All notable changes to this project will be documented in this file. See
56
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
60
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
57
61
 
58
62
  ## [2.100.10](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/prettier-config-pwa@2.100.9...@graphcommerce/prettier-config-pwa@2.100.10) (2021-09-24)
59
63
 
60
64
  ### Bug Fixes
61
65
 
62
- - ignore md files from triggering version updates
63
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
66
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
package/index.js CHANGED
@@ -5,12 +5,19 @@ module.exports = {
5
5
  singleQuote: true,
6
6
  jsxSingleQuote: true,
7
7
  printWidth: 100,
8
- proseWrap: 'always',
8
+ proseWrap: 'never',
9
9
  overrides: [
10
10
  {
11
11
  files: ['*.md', '*.mdx'],
12
12
  options: {
13
13
  printWidth: 80,
14
+ proseWrap: 'always',
15
+ },
16
+ },
17
+ {
18
+ files: ['**/.changeset/*.md'],
19
+ options: {
20
+ proseWrap: 'never',
14
21
  },
15
22
  },
16
23
  ],
package/package.json CHANGED
@@ -2,8 +2,8 @@
2
2
  "name": "@graphcommerce/prettier-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
  "dependencies": {
7
- "prettier-plugin-jsdoc": "^0.3.30"
7
+ "prettier-plugin-jsdoc": "^0.3.31"
8
8
  }
9
9
  }