@shell-shock/nx 0.0.29 → 0.0.30

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 +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  # Changelog for Shell Shock - Nx
4
4
 
5
+ ## [0.0.29](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.29) (02/20/2026)
6
+
7
+ ### Features
8
+
9
+ - **plugin-theme:** Split out the `console` built-in module and theme context into their own packages ([ee167e8](https://github.com/storm-software/shell-shock/commit/ee167e8))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **core** to **v0.8.12**
14
+
5
15
  ## [0.0.28](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.28) (02/19/2026)
6
16
 
7
17
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/nx",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
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.5.1",
108
108
  "@powerlines/nx": "^0.11.213",
109
- "@shell-shock/core": "^0.8.12",
110
- "@storm-software/config": "^1.135.6",
111
- "@storm-software/config-tools": "^1.189.5",
112
- "@storm-software/workspace-tools": "^1.294.37",
109
+ "@shell-shock/core": "^0.8.13",
110
+ "@storm-software/config": "^1.135.7",
111
+ "@storm-software/config-tools": "^1.189.6",
112
+ "@storm-software/workspace-tools": "^1.294.39",
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.239",
121
121
  "@powerlines/plugin-untyped": "^0.2.239",
122
- "@storm-software/testing-tools": "^1.119.80",
122
+ "@storm-software/testing-tools": "^1.119.81",
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": "a802bf947afd12ce5c0f29aae1d4039c9e4f40f7"
129
+ "gitHead": "d46dde655ea60b655f62e25cf8faef356f30be6a"
130
130
  }