@shell-shock/nx 0.0.23 → 0.0.24
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 +26 -0
- package/README.md +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Shell Shock - Nx
|
|
4
4
|
|
|
5
|
+
## [0.0.25](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.25) (02/18/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Reformat workspace source files ([3919976](https://github.com/storm-software/shell-shock/commit/3919976))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **core** to **v0.8.8**
|
|
14
|
+
|
|
15
|
+
## [0.0.24](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.24) (02/18/2026)
|
|
16
|
+
|
|
17
|
+
### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated **core** to **v0.8.7**
|
|
20
|
+
|
|
21
|
+
## [0.0.23](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.23) (02/17/2026)
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- **preset-cli:** Resolved issue displaying description under prompts ([82d0683](https://github.com/storm-software/shell-shock/commit/82d0683))
|
|
26
|
+
|
|
27
|
+
### Updated Dependencies
|
|
28
|
+
|
|
29
|
+
- Updated **core** to **v0.8.6**
|
|
30
|
+
|
|
5
31
|
## [0.0.22](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.22) (02/16/2026)
|
|
6
32
|
|
|
7
33
|
### Features
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://stormsoftware.com/projects/shell-shock/) [](http://commitizen.github.io/cz-cli/)  
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/nx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24",
|
|
4
4
|
"description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@nx/devkit": "22.4.5",
|
|
108
108
|
"@powerlines/nx": "^0.11.209",
|
|
109
|
-
"@shell-shock/core": "^0.8.
|
|
110
|
-
"@storm-software/config": "^1.135.
|
|
111
|
-
"@storm-software/config-tools": "^1.189.
|
|
112
|
-
"@storm-software/workspace-tools": "^1.294.
|
|
109
|
+
"@shell-shock/core": "^0.8.8",
|
|
110
|
+
"@storm-software/config": "^1.135.6",
|
|
111
|
+
"@storm-software/config-tools": "^1.189.5",
|
|
112
|
+
"@storm-software/workspace-tools": "^1.294.37",
|
|
113
113
|
"@stryke/type-checks": "^0.5.25",
|
|
114
114
|
"defu": "^6.1.4",
|
|
115
115
|
"jiti": "^2.6.1",
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@powerlines/plugin-tsdown": "^0.1.235",
|
|
121
121
|
"@powerlines/plugin-untyped": "^0.2.235",
|
|
122
|
-
"@storm-software/testing-tools": "^1.119.
|
|
122
|
+
"@storm-software/testing-tools": "^1.119.80",
|
|
123
123
|
"@types/node": "^22.19.11",
|
|
124
124
|
"eslint-flat-config-utils": "^2.1.4",
|
|
125
125
|
"jsonc-eslint-parser": "^2.4.2"
|
|
126
126
|
},
|
|
127
127
|
"publishConfig": { "access": "public" },
|
|
128
128
|
"executors": "./executors.json",
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "3a08ea9f01d3317ee90b0ba76b9cad1332947a50"
|
|
130
130
|
}
|