@storm-software/eslint 0.9.0 → 0.9.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,10 @@
1
+ ## 0.9.1 (2024-06-15)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **storm-ops:** Resolved issue populating the git tag during publishing ([9ac9f1be](https://github.com/storm-software/storm-ops/commit/9ac9f1be))
7
+
1
8
  ## 0.9.0 (2024-06-10)
2
9
 
3
10
 
package/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
  <!-- prettier-ignore-start -->
3
3
  <!-- markdownlint-disable -->
4
4
 
5
-
6
5
  <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
6
  <br />
8
7
 
@@ -29,7 +28,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
29
28
 
30
29
  <br />
31
30
 
32
-
33
31
  <!-- markdownlint-restore -->
34
32
  <!-- prettier-ignore-end -->
35
33
 
@@ -85,7 +83,6 @@ Run `nx test eslint` to execute the unit tests via [Jest](https://jestjs.io).
85
83
  <!-- prettier-ignore-start -->
86
84
  <!-- markdownlint-disable -->
87
85
 
88
-
89
86
  ## Storm Workspaces
90
87
 
91
88
  Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
5
5
  "repository": {
6
6
  "type": "github",