@storm-software/git-tools 2.5.0 → 2.5.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,3 +1,15 @@
|
|
|
1
|
+
## 2.5.1 (2024-03-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **storm-ops:** Update the links in the README files to use proper repository ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
1
13
|
## 2.5.0 (2024-03-25)
|
|
2
14
|
|
|
3
15
|
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
|
-
<a href="https://stormsoftware.org" target="_blank">Website</a> | <a href="https://stormsoftware.org/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/
|
|
10
|
+
<a href="https://stormsoftware.org" target="_blank">Website</a> | <a href="https://stormsoftware.org/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
<br />
|
|
@@ -90,18 +90,18 @@ Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a
|
|
|
90
90
|
|
|
91
91
|
## Roadmap
|
|
92
92
|
|
|
93
|
-
See the [open issues](https://github.com/storm-software/
|
|
93
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
|
|
94
94
|
|
|
95
|
-
- [Top Feature Requests](https://github.com/storm-software/
|
|
96
|
-
- [Top Bugs](https://github.com/storm-software/
|
|
97
|
-
- [Newest Bugs](https://github.com/storm-software/
|
|
95
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
|
|
96
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
|
|
97
|
+
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
98
98
|
|
|
99
99
|
## Support
|
|
100
100
|
|
|
101
101
|
Reach out to the maintainer at one of the following places:
|
|
102
102
|
|
|
103
103
|
- [Contact](https://stormsoftware.org/contact)
|
|
104
|
-
- [GitHub discussions](https://github.com/storm-software/
|
|
104
|
+
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
105
105
|
- <support@stormsoftware.org>
|
|
106
106
|
|
|
107
107
|
## License
|
|
@@ -127,7 +127,7 @@ Please try to create bug reports that are:
|
|
|
127
127
|
|
|
128
128
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
129
129
|
|
|
130
|
-
You can use [markdownlint-cli](https://github.com/storm-software/
|
|
130
|
+
You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
|
|
131
131
|
|
|
132
132
|
## Contributors
|
|
133
133
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/git-tools",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "⚡ A package containing various git tools used in Storm workspaces.",
|
|
6
6
|
"keywords": [
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"word-wrap": "1.2.5"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@storm-software/config": "1.7.
|
|
60
|
-
"@storm-software/config-tools": "1.33.
|
|
59
|
+
"@storm-software/config": "1.7.1",
|
|
60
|
+
"@storm-software/config-tools": "1.33.1",
|
|
61
61
|
"@types/inquirer": "9.0.6",
|
|
62
62
|
"@types/prettier": "3.0.0"
|
|
63
63
|
},
|
|
@@ -4,18 +4,18 @@ Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a
|
|
|
4
4
|
|
|
5
5
|
## Roadmap
|
|
6
6
|
|
|
7
|
-
See the [open issues](https://github.com/storm-software/
|
|
7
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
|
|
8
8
|
|
|
9
|
-
- [Top Feature Requests](https://github.com/storm-software/
|
|
10
|
-
- [Top Bugs](https://github.com/storm-software/
|
|
11
|
-
- [Newest Bugs](https://github.com/storm-software/
|
|
9
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
|
|
10
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
|
|
11
|
+
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
12
12
|
|
|
13
13
|
## Support
|
|
14
14
|
|
|
15
15
|
Reach out to the maintainer at one of the following places:
|
|
16
16
|
|
|
17
17
|
- [Contact](https://stormsoftware.org/contact)
|
|
18
|
-
- [GitHub discussions](https://github.com/storm-software/
|
|
18
|
+
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
19
19
|
- <support@stormsoftware.org>
|
|
20
20
|
|
|
21
21
|
## License
|
|
@@ -41,7 +41,7 @@ Please try to create bug reports that are:
|
|
|
41
41
|
|
|
42
42
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
43
43
|
|
|
44
|
-
You can use [markdownlint-cli](https://github.com/storm-software/
|
|
44
|
+
You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
|
|
45
45
|
|
|
46
46
|
## Contributors
|
|
47
47
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<br />
|
|
3
3
|
|
|
4
4
|
<div align="center">
|
|
5
|
-
<a href="https://stormsoftware.org" target="_blank">Website</a> | <a href="https://stormsoftware.org/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/
|
|
5
|
+
<a href="https://stormsoftware.org" target="_blank">Website</a> | <a href="https://stormsoftware.org/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
|
|
6
6
|
</div>
|
|
7
7
|
|
|
8
8
|
<br />
|