@storm-software/workspace-tools 1.88.1 β 1.89.0
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 +18 -8
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,40 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.89.0 (2024-06-09)
|
|
2
|
+
|
|
3
|
+
### π Features
|
|
2
4
|
|
|
5
|
+
- **eslint:** Updated markup documentation files
|
|
6
|
+
([0097f19e](https://github.com/storm-software/storm-ops/commit/0097f19e))
|
|
7
|
+
|
|
8
|
+
## 1.88.1 (2024-06-09)
|
|
3
9
|
|
|
4
10
|
### π©Ή Fixes
|
|
5
11
|
|
|
6
|
-
- **workspace-tools:** Ensure the correct registry URL is provided to npm
|
|
12
|
+
- **workspace-tools:** Ensure the correct registry URL is provided to npm
|
|
13
|
+
release commands
|
|
14
|
+
([89a9b0db](https://github.com/storm-software/storm-ops/commit/89a9b0db))
|
|
7
15
|
|
|
8
16
|
## 1.88.0 (2024-06-09)
|
|
9
17
|
|
|
10
|
-
|
|
11
18
|
### π Features
|
|
12
19
|
|
|
13
|
-
- **git-tools:** Enhance the fatal error logging
|
|
20
|
+
- **git-tools:** Enhance the fatal error logging
|
|
21
|
+
([89b0e089](https://github.com/storm-software/storm-ops/commit/89b0e089))
|
|
14
22
|
|
|
15
23
|
## 1.87.0 (2024-06-08)
|
|
16
24
|
|
|
17
|
-
|
|
18
25
|
### π Features
|
|
19
26
|
|
|
20
|
-
- **eslint-config:** Renamed the `eslint-config-storm-software` package to avoid
|
|
27
|
+
- **eslint-config:** Renamed the `eslint-config-storm-software` package to avoid
|
|
28
|
+
conflicts
|
|
29
|
+
([3ff32ab0](https://github.com/storm-software/storm-ops/commit/3ff32ab0))
|
|
21
30
|
|
|
22
31
|
## 1.86.0 (2024-06-06)
|
|
23
32
|
|
|
24
|
-
|
|
25
33
|
### π Features
|
|
26
34
|
|
|
27
|
-
- **eslint-config:** Added a package to share the base Storm ESLint
|
|
35
|
+
- **eslint-config:** Added a package to share the base Storm ESLint
|
|
36
|
+
configuration
|
|
37
|
+
([af128ebd](https://github.com/storm-software/storm-ops/commit/af128ebd))
|
|
28
38
|
|
|
29
39
|
## 1.85.0 (2024-06-06)
|
|
30
40
|
|
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/)
|
|
25
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT]
|
package/package.json
CHANGED