@shell-shock/nx 0.0.34 → 0.0.35

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  # Changelog for Shell Shock - Nx
4
4
 
5
+ ## [0.0.34](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.34) (02/25/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **core** to **v0.9.3**
10
+
5
11
  ## [0.0.33](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.33) (02/23/2026)
6
12
 
7
13
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/nx",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -106,7 +106,7 @@
106
106
  "dependencies": {
107
107
  "@nx/devkit": "22.5.2",
108
108
  "@powerlines/nx": "^0.11.216",
109
- "@shell-shock/core": "^0.9.3",
109
+ "@shell-shock/core": "^0.9.4",
110
110
  "@storm-software/config": "^1.135.10",
111
111
  "@storm-software/config-tools": "^1.189.9",
112
112
  "@storm-software/workspace-tools": "^1.294.42",
@@ -126,5 +126,5 @@
126
126
  },
127
127
  "publishConfig": { "access": "public" },
128
128
  "executors": "./executors.json",
129
- "gitHead": "4cf65f37aca1c43ffac57a86bf21e184134437f1"
129
+ "gitHead": "bd869b58fe1c78d739013c652b1ebebaa1360ac8"
130
130
  }