@powerlines/nx 0.4.0 → 0.5.0

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.4.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.4.0) (2025-10-21)
6
+
7
+ ### Features
8
+
9
+ - **powerlines:** Added separate `devDependencies` node on contexts
10
+ ([c6f1fab](https://github.com/storm-software/powerlines/commit/c6f1fab))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated powerlines to 0.4.0
15
+
5
16
  ## [0.3.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.3.0) (2025-10-21)
6
17
 
7
18
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -159,7 +159,7 @@
159
159
  "devDependencies": {
160
160
  "@nx/workspace": "21.5.3",
161
161
  "@storm-software/testing-tools": "^1.119.6",
162
- "@types/node": "^22.18.11",
162
+ "@types/node": "^22.18.12",
163
163
  "eslint-flat-config-utils": "2.1.0",
164
164
  "jsonc-eslint-parser": "2.4.0",
165
165
  "tsup": "8.4.0",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "f4d0c8a8f0036ac8de46ac96afd9336a390a7268"
171
+ "gitHead": "56dc46d2a2d16d8b13be33fadb90e0e0c328baee"
172
172
  }