@shell-shock/nx 0.0.22 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +1 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,42 @@
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
+
31
+ ## [0.0.22](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.22) (02/16/2026)
32
+
33
+ ### Features
34
+
35
+ - **preset-cli:** Added the `prompts` built-in module ([95119a6](https://github.com/storm-software/shell-shock/commit/95119a6))
36
+
37
+ ### Updated Dependencies
38
+
39
+ - Updated **core** to **v0.8.5**
40
+
5
41
  ## [0.0.21](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.21) (02/10/2026)
6
42
 
7
43
  ### Updated Dependencies
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
- [![Version](https://img.shields.io/badge/version-0.0.6-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.0.24-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
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.22",
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",
@@ -105,26 +105,26 @@
105
105
  "typings": "dist/src/index.d.cts",
106
106
  "dependencies": {
107
107
  "@nx/devkit": "22.4.5",
108
- "@powerlines/nx": "^0.11.208",
109
- "@shell-shock/core": "^0.8.5",
110
- "@storm-software/config": "^1.135.1",
111
- "@storm-software/config-tools": "^1.189.0",
112
- "@storm-software/workspace-tools": "^1.294.32",
108
+ "@powerlines/nx": "^0.11.209",
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",
116
- "powerlines": "^0.38.48",
116
+ "powerlines": "^0.38.49",
117
117
  "untyped": "^1.5.2"
118
118
  },
119
119
  "devDependencies": {
120
- "@powerlines/plugin-tsdown": "^0.1.234",
121
- "@powerlines/plugin-untyped": "^0.2.234",
122
- "@storm-software/testing-tools": "^1.119.75",
120
+ "@powerlines/plugin-tsdown": "^0.1.235",
121
+ "@powerlines/plugin-untyped": "^0.2.235",
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": "488f5e2d29227ff6f33792be8fae5214a6e64bed"
129
+ "gitHead": "3a08ea9f01d3317ee90b0ba76b9cad1332947a50"
130
130
  }