@powerlines/nx 0.9.3 → 0.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  # Changelog for Powerlines - Nx
4
4
 
5
+ ## [0.9.3](https://github.com/storm-software/powerlines/releases/tag/nx%400.9.3) (2025-10-27)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([e6425b1](https://github.com/storm-software/powerlines/commit/e6425b1))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated powerlines to 0.14.0
15
+
5
16
  ## [0.9.2](https://github.com/storm-software/powerlines/releases/tag/nx%400.9.2) (2025-10-25)
6
17
 
7
18
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/nx",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "A Nx plugin to support Powerlines development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -168,5 +168,5 @@
168
168
  "publishConfig": { "access": "public" },
169
169
  "executors": "./executors.json",
170
170
  "generators": "./generators.json",
171
- "gitHead": "0a52d44907f8131de4cb120b2e17a98905349f24"
171
+ "gitHead": "fd83f1796228234f8ae64e06bf306db4e7a85ef8"
172
172
  }