@powerlines/nx 0.11.27 → 0.11.29

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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.11.28](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.28) (12/23/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **powerlines** to **v0.36.2**
10
+
11
+ ## [0.11.27](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.27) (12/23/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **powerlines** to **v0.36.1**
16
+
5
17
  ## [0.11.26](https://github.com/storm-software/powerlines/releases/tag/nx%400.11.26) (12/22/2025)
6
18
 
7
19
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.11.27",
3
+ "version": "0.11.29",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -195,11 +195,11 @@
195
195
  "@stryke/type-checks": "^0.5.14",
196
196
  "defu": "^6.1.4",
197
197
  "jiti": "^2.6.1",
198
- "nx": "22.3.3",
199
- "powerlines": "^0.36.1"
198
+ "nx": "^22.3.3",
199
+ "powerlines": "^0.36.3"
200
200
  },
201
201
  "devDependencies": {
202
- "@nx/workspace": "22.3.3",
202
+ "@nx/workspace": "^22.3.3",
203
203
  "@storm-software/testing-tools": "^1.119.72",
204
204
  "@types/node": "^24.10.4",
205
205
  "eslint-flat-config-utils": "^2.1.4",
@@ -210,5 +210,5 @@
210
210
  "publishConfig": { "access": "public" },
211
211
  "executors": "./executors.json",
212
212
  "generators": "./generators.json",
213
- "gitHead": "313870c334e3a40e3c219bfc3f15268401c48353"
213
+ "gitHead": "0d695fa64043ba14e7c7ae8759e9e0cf5b2a6b38"
214
214
  }