@powerlines/nx 0.10.0 → 0.10.2
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.
- package/CHANGELOG.md +17 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Powerlines - Nx
|
|
4
4
|
|
|
5
|
+
## [0.10.1](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.1) (11/05/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **powerlines** to **v0.16.0**
|
|
10
|
+
|
|
11
|
+
## [0.10.0](https://github.com/storm-software/powerlines/releases/tag/nx%400.10.0) (11/05/2025)
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
- **nx:** Enhancement to improve Nx plugin reusablilty and customization
|
|
16
|
+
([c76c9e2](https://github.com/storm-software/powerlines/commit/c76c9e2))
|
|
17
|
+
|
|
18
|
+
### Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated **powerlines** to **v0.15.0**
|
|
21
|
+
|
|
5
22
|
## [0.9.5](https://github.com/storm-software/powerlines/releases/tag/nx%400.9.5) (2025-10-28)
|
|
6
23
|
|
|
7
24
|
### Miscellaneous
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/nx",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "A Nx plugin to support Powerlines development in Nx monorepos.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"defu": "^6.1.4",
|
|
155
155
|
"jiti": "^2.6.1",
|
|
156
156
|
"nx": "^22.0.2",
|
|
157
|
-
"powerlines": "^0.
|
|
157
|
+
"powerlines": "^0.17.0"
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
160
|
"@nx/workspace": "^22.0.2",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"publishConfig": { "access": "public" },
|
|
169
169
|
"executors": "./executors.json",
|
|
170
170
|
"generators": "./generators.json",
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "27064ac269a2d34c5b9371105cdd58bf6ebe85b4"
|
|
172
172
|
}
|