@graphcommerce/prettier-config-pwa 4.0.2 → 4.0.5
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 +31 -29
- package/index.js +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,42 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1369](https://github.com/graphcommerce-org/graphcommerce/pull/1369) [`ae6449502`](https://github.com/graphcommerce-org/graphcommerce/commit/ae64495024a455bbe5188588604368c1542840c9) Thanks [@paales](https://github.com/paales)! - Upgraded dependencies
|
|
8
|
+
|
|
9
|
+
## 4.0.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#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
|
|
14
|
+
|
|
15
|
+
## 4.0.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#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.
|
|
20
|
+
|
|
3
21
|
## 4.0.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
6
24
|
|
|
7
|
-
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
|
|
8
|
-
Thanks [@paales](https://github.com/paales)! - made packages public
|
|
25
|
+
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
|
|
9
26
|
|
|
10
27
|
## 4.0.1
|
|
11
28
|
|
|
12
29
|
### Patch Changes
|
|
13
30
|
|
|
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
|
|
31
|
+
- [`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
|
|
17
32
|
|
|
18
33
|
## 4.0.0
|
|
19
34
|
|
|
20
35
|
### Major Changes
|
|
21
36
|
|
|
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
|
|
37
|
+
- [#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
|
|
25
38
|
|
|
26
|
-
All notable changes to this project will be documented in this file. See
|
|
27
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
39
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
28
40
|
|
|
29
41
|
## [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)
|
|
30
42
|
|
|
@@ -34,24 +46,16 @@ 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))
|
|
49
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
39
50
|
|
|
40
51
|
### Features
|
|
41
52
|
|
|
42
|
-
- added prettier-plugin-jsdoc to format comments automatically
|
|
43
|
-
|
|
44
|
-
-
|
|
45
|
-
|
|
46
|
-
-
|
|
47
|
-
|
|
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))
|
|
53
|
+
- added prettier-plugin-jsdoc to format comments automatically ([11d3dd9](https://github.com/ho-nl/m2-pwa/commit/11d3dd9965227105cc7b8c57c36a90b60098aee2))
|
|
54
|
+
- created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
|
|
55
|
+
- introduced documentation page ([97c2680](https://github.com/ho-nl/m2-pwa/commit/97c2680c545cf2e21cfb29571af15aff382ea498))
|
|
56
|
+
- next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
57
|
+
- 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))
|
|
58
|
+
- split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
55
59
|
|
|
56
60
|
### BREAKING CHANGES
|
|
57
61
|
|
|
@@ -59,12 +63,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
59
63
|
|
|
60
64
|
# Change Log
|
|
61
65
|
|
|
62
|
-
All notable changes to this project will be documented in this file. See
|
|
63
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
66
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
64
67
|
|
|
65
68
|
## [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)
|
|
66
69
|
|
|
67
70
|
### Bug Fixes
|
|
68
71
|
|
|
69
|
-
- ignore md files from triggering version updates
|
|
70
|
-
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
72
|
+
- 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: '
|
|
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.
|
|
5
|
+
"version": "4.0.5",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"prettier-plugin-jsdoc": "^0.3.
|
|
7
|
+
"prettier-plugin-jsdoc": "^0.3.33"
|
|
8
8
|
}
|
|
9
9
|
}
|