conventional-changelog-storm-software 0.2.0 → 0.2.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/README.md +1 -2
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Software's Conventional Changelog Package](#storm-softwares-conventional-changelog-package)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "conventional-changelog-storm-software",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "This package contains the shared conventional-changelog configuration used in Storm Software projects.",
|
|
6
6
|
"repository": {
|
|
@@ -212,9 +212,13 @@
|
|
|
212
212
|
"storm-ops",
|
|
213
213
|
"storm-software"
|
|
214
214
|
],
|
|
215
|
+
"peerDependencies": { "conventional-changelog-conventionalcommits": "*" },
|
|
216
|
+
"peerDependenciesMeta": {
|
|
217
|
+
"conventional-changelog-conventionalcommits": { "optional": false }
|
|
218
|
+
},
|
|
215
219
|
"dependencies": {
|
|
216
|
-
"@storm-software/config": "^1.132.
|
|
217
|
-
"@storm-software/config-tools": "^1.186.
|
|
220
|
+
"@storm-software/config": "^1.132.1",
|
|
221
|
+
"@storm-software/config-tools": "^1.186.1",
|
|
218
222
|
"compare-func": "^2.0.0",
|
|
219
223
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
220
224
|
"conventional-changelog-writer": "^8.2.0",
|
|
@@ -228,5 +232,5 @@
|
|
|
228
232
|
},
|
|
229
233
|
"publishConfig": { "access": "public" },
|
|
230
234
|
"sideEffects": false,
|
|
231
|
-
"gitHead": "
|
|
235
|
+
"gitHead": "cb00892486b8fc96935426f52b620361ae5bb9bb"
|
|
232
236
|
}
|