@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.24.0",
3
+ "version": "2.25.1",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing various git tools used in Storm workspaces.",
6
6
  "repository": {
@@ -18,13 +18,14 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
18
18
 
19
19
  [![Version](https://img.shields.io/badge/version-<!-- VERSION -->-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
20
20
 
21
- > [!IMPORTANT] This repository, and the apps, libraries, and tools contained in
22
- > it, are still in their initial development phase. As a result, bugs and issues
23
- > are expected with their usage. When the main development phase completes, a
24
- > proper release will be performed, and the packages will be available through
25
- > NPM (and other distributions). This message will be removed at that time.
26
- > However, in the meantime, please feel free to report any issues you may come
27
- > across.
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>