@shell-shock/nx 0.0.3 → 0.0.4
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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Shell Shock - Nx
|
|
4
4
|
|
|
5
|
+
## [0.0.3](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.3) (12/21/2025)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **core:** Added logic to update `commands` node on powerlines context during
|
|
10
|
+
build
|
|
11
|
+
([dd5f1b2](https://github.com/storm-software/shell-shock/commit/dd5f1b2))
|
|
12
|
+
|
|
13
|
+
### Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated **core** to **v0.1.0**
|
|
16
|
+
|
|
5
17
|
## [0.0.2](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.2) (12/19/2025)
|
|
6
18
|
|
|
7
19
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/nx",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -126,5 +126,5 @@
|
|
|
126
126
|
},
|
|
127
127
|
"publishConfig": { "access": "public" },
|
|
128
128
|
"executors": "./executors.json",
|
|
129
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "eb0dac424b96e6169aa9a39b4c72272d9243f9ac"
|
|
130
130
|
}
|