@storm-software/workspace-tools 1.294.27 → 1.294.28
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 +19 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.294.27](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.27) (01/22/2026)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **config-tools:** Added the `brandIcon` helper function
|
|
10
|
+
([9c21c782f](https://github.com/storm-software/storm-ops/commit/9c21c782f))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **testing-tools** to **v1.119.75**
|
|
15
|
+
- Updated **config-tools** to **v1.189.0**
|
|
16
|
+
- Updated **pnpm-tools** to **v0.6.83**
|
|
17
|
+
- Updated **npm-tools** to **v0.6.38**
|
|
18
|
+
- Updated **prettier** to **v0.57.75**
|
|
19
|
+
- Updated **esbuild** to **v0.53.81**
|
|
20
|
+
- Updated **unbuild** to **v0.57.81**
|
|
21
|
+
- Updated **config** to **v1.135.1**
|
|
22
|
+
- Updated **tsdown** to **v0.45.81**
|
|
23
|
+
|
|
5
24
|
## [1.294.26](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.294.26) (01/14/2026)
|
|
6
25
|
|
|
7
26
|
### Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.294.
|
|
3
|
+
"version": "1.294.28",
|
|
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",
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
"@storm-software/esbuild": "^0.53.81",
|
|
245
245
|
"@storm-software/npm-tools": "^0.6.38",
|
|
246
246
|
"@storm-software/pnpm-tools": "^0.6.83",
|
|
247
|
-
"@storm-software/prettier": "^0.57.
|
|
247
|
+
"@storm-software/prettier": "^0.57.76",
|
|
248
248
|
"@storm-software/tsdown": "^0.45.81",
|
|
249
249
|
"@storm-software/unbuild": "^0.57.81",
|
|
250
250
|
"fs-extra": "11.2.0",
|
|
@@ -272,5 +272,5 @@
|
|
|
272
272
|
"publishConfig": { "access": "public" },
|
|
273
273
|
"executors": "./executors.json",
|
|
274
274
|
"generators": "./generators.json",
|
|
275
|
-
"gitHead": "
|
|
275
|
+
"gitHead": "830464e15f990a59f7f1bea0484149baab78954a"
|
|
276
276
|
}
|