@shell-shock/nx 0.0.23 → 0.0.25

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -2,6 +2,42 @@
2
2
 
3
3
  # Changelog for Shell Shock - Nx
4
4
 
5
+ ## [0.0.26](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.26) (02/19/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate playground and generated files ([4dbcc81](https://github.com/storm-software/shell-shock/commit/4dbcc81))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **core** to **v0.8.9**
14
+
15
+ ## [0.0.25](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.25) (02/18/2026)
16
+
17
+ ### Miscellaneous
18
+
19
+ - **monorepo:** Reformat workspace source files ([3919976](https://github.com/storm-software/shell-shock/commit/3919976))
20
+
21
+ ### Updated Dependencies
22
+
23
+ - Updated **core** to **v0.8.8**
24
+
25
+ ## [0.0.24](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.24) (02/18/2026)
26
+
27
+ ### Updated Dependencies
28
+
29
+ - Updated **core** to **v0.8.7**
30
+
31
+ ## [0.0.23](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.23) (02/17/2026)
32
+
33
+ ### Bug Fixes
34
+
35
+ - **preset-cli:** Resolved issue displaying description under prompts ([82d0683](https://github.com/storm-software/shell-shock/commit/82d0683))
36
+
37
+ ### Updated Dependencies
38
+
39
+ - Updated **core** to **v0.8.6**
40
+
5
41
  ## [0.0.22](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.22) (02/16/2026)
6
42
 
7
43
  ### 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
- [![Version](https://img.shields.io/badge/version-0.0.22-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.23",
3
+ "version": "0.0.25",
4
4
  "description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -104,27 +104,27 @@
104
104
  },
105
105
  "typings": "dist/src/index.d.cts",
106
106
  "dependencies": {
107
- "@nx/devkit": "22.4.5",
108
- "@powerlines/nx": "^0.11.209",
109
- "@shell-shock/core": "^0.8.6",
110
- "@storm-software/config": "^1.135.1",
111
- "@storm-software/config-tools": "^1.189.0",
112
- "@storm-software/workspace-tools": "^1.294.32",
107
+ "@nx/devkit": "22.5.1",
108
+ "@powerlines/nx": "^0.11.210",
109
+ "@shell-shock/core": "^0.8.9",
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.49",
116
+ "powerlines": "^0.38.50",
117
117
  "untyped": "^1.5.2"
118
118
  },
119
119
  "devDependencies": {
120
- "@powerlines/plugin-tsdown": "^0.1.235",
121
- "@powerlines/plugin-untyped": "^0.2.235",
122
- "@storm-software/testing-tools": "^1.119.75",
120
+ "@powerlines/plugin-tsdown": "^0.1.236",
121
+ "@powerlines/plugin-untyped": "^0.2.236",
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": "659d34605a9f52b88a7c638ad74e58fd3f48c59c"
129
+ "gitHead": "305a2a23562d3ddd3f1c04bc770de72a30cf0fcb"
130
130
  }