@storm-software/workspace-tools 1.289.0 → 1.289.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 +21 -0
- package/README.md +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.289.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.289.0) (2025-09-16)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **conventional-changelog:** Added the Storm Software shared
|
|
10
|
+
`conventional-changelog` configuration
|
|
11
|
+
([9f65827b6](https://github.com/storm-software/storm-ops/commit/9f65827b6))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Update workspace package links
|
|
16
|
+
([865d707d8](https://github.com/storm-software/storm-ops/commit/865d707d8))
|
|
17
|
+
|
|
18
|
+
### Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated pnpm-tools to 0.3.0
|
|
21
|
+
- Updated npm-tools to 0.3.0
|
|
22
|
+
- Updated prettier to 0.55.0
|
|
23
|
+
- Updated esbuild to 0.51.0
|
|
24
|
+
- Updated unbuild to 0.55.0
|
|
25
|
+
|
|
5
26
|
## [1.288.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.288.0) (2025-09-16)
|
|
6
27
|
|
|
7
28
|
### Features
|
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/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.289.
|
|
3
|
+
"version": "1.289.1",
|
|
4
4
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -208,11 +208,11 @@
|
|
|
208
208
|
"@size-limit/esbuild": "11.1.4",
|
|
209
209
|
"@size-limit/esbuild-why": "11.1.4",
|
|
210
210
|
"@size-limit/file": "11.1.4",
|
|
211
|
-
"@storm-software/esbuild": "^0.51.
|
|
212
|
-
"@storm-software/npm-tools": "^0.3.
|
|
213
|
-
"@storm-software/pnpm-tools": "^0.3.
|
|
214
|
-
"@storm-software/prettier": "^0.55.
|
|
215
|
-
"@storm-software/unbuild": "^0.55.
|
|
211
|
+
"@storm-software/esbuild": "^0.51.1",
|
|
212
|
+
"@storm-software/npm-tools": "^0.3.1",
|
|
213
|
+
"@storm-software/pnpm-tools": "^0.3.1",
|
|
214
|
+
"@storm-software/prettier": "^0.55.1",
|
|
215
|
+
"@storm-software/unbuild": "^0.55.1",
|
|
216
216
|
"fs-extra": "11.2.0",
|
|
217
217
|
"glob": "^11.0.1",
|
|
218
218
|
"jiti": "^2.4.2",
|
|
@@ -237,5 +237,5 @@
|
|
|
237
237
|
"publishConfig": { "access": "public" },
|
|
238
238
|
"executors": "./executors.json",
|
|
239
239
|
"generators": "./generators.json",
|
|
240
|
-
"gitHead": "
|
|
240
|
+
"gitHead": "3958254bc37de8a1ac03db3c6be1fb3c6cbf6623"
|
|
241
241
|
}
|