@storm-software/git-tools 2.24.0 → 2.25.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 +16 -0
- package/package.json +1 -1
- package/readme/templates/README.header.md +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## 2.25.1 (2024-07-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Update README.md formatting for IMPORTANT message ([2290ee67](https://github.com/storm-software/storm-ops/commit/2290ee67))
|
|
7
|
+
|
|
8
|
+
## 2.25.0 (2024-07-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### 🚀 Features
|
|
12
|
+
|
|
13
|
+
- **storm-ops:** Upgrade `pnpm` package manager version to 9.4.0 ([2269cf67](https://github.com/storm-software/storm-ops/commit/2269cf67))
|
|
14
|
+
|
|
15
|
+
- **git-tools:** Added a table of content to the `README.md` header template ([227c234f](https://github.com/storm-software/storm-ops/commit/227c234f))
|
|
16
|
+
|
|
1
17
|
## 2.24.0 (2024-06-29)
|
|
2
18
|
|
|
3
19
|
|
package/package.json
CHANGED
|
@@ -18,13 +18,14 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
18
18
|
|
|
19
19
|
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
>
|
|
25
|
-
> NPM (and other distributions)
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
<!-- prettier-ignore-start -->
|
|
22
|
+
<!-- markdownlint-disable -->
|
|
23
|
+
|
|
24
|
+
> [!IMPORTANT]
|
|
25
|
+
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
|
|
26
|
+
|
|
27
|
+
<!-- markdownlint-restore -->
|
|
28
|
+
<!-- prettier-ignore-end -->
|
|
28
29
|
|
|
29
30
|
<div align="center">
|
|
30
31
|
<b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
|