File tree Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Expand file tree Collapse file tree 3 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 1+ # [ 20.0.0] ( https://github.com/NativeScript/nx/compare/19.0.1...20.0.0 ) (2024-10-22)
2+
3+
4+ ### Features
5+
6+ * Nx 20 support ([ #79 ] ( https://github.com/NativeScript/nx/issues/79 ) ) ([ 0327592] ( https://github.com/NativeScript/nx/commit/032759292d1520c3c053960bf2cebd77fcfca258 ) )
7+ * standardize commands ([ #57 ] ( https://github.com/NativeScript/nx/issues/57 ) ) ([ 8ca3429] ( https://github.com/NativeScript/nx/commit/8ca34296017ea641c9e017bbc01983e4007ee93c ) )
8+
9+ ### BREAKING CHANGES
10+
11+ This release brings forward long awaited standardization to Nx commands and ergonomics.
12+ See [ the migration guide here] ( https://github.com/NativeScript/nx/wiki/Migrate-guide-for-Nx-19-to-20 ) to view the adjustments you can make to your NativeScript app's project.json.
13+
14+
115## [ 19.0.1] ( https://github.com/NativeScript/nx/compare/19.0.0...19.0.1 ) (2024-09-16)
216
317
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-nx-plugins" ,
3- "version" : " 19 .0.1 " ,
3+ "version" : " 20 .0.0 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "nx" : " nx" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript/nx" ,
3- "version" : " 20.0.0-alpha.0 " ,
3+ "version" : " 20.0.0" ,
44 "description" : " NativeScript Plugin for Nx" ,
55 "repository" : {
66 "type" : " git" ,
1818 "types" : " src/index.d.ts" ,
1919 "schematics" : " ./generators.json" ,
2020 "builders" : " ./executors.json" ,
21- "author" : " NativeScript TSC" ,
21+ "author" : {
22+ "name" : " NativeScript" ,
23+ 24+ },
25+ "contributors" : [
26+ {
27+ "name" : " Jake Ihasz" ,
28+ "url" : " https://github.com/JakeAi"
29+ }
30+ ],
2231 "license" : " Apache-2.0" ,
2332 "bugs" : {
2433 "url" : " https://github.com/nativescript/nx/issues"
2837 "migrations" : " ./migrations.json"
2938 },
3039 "dependencies" : {
40+ "enquirer" : " ^2.4.1" ,
41+ "fast-xml-parser" : " ^4.5.0" ,
3142 "fs-extra" : " ^11.2.0" ,
32- "plist" : " ^3.1.0" ,
33- "xml2js" : " ~0.6.0"
43+ "plist" : " ^3.1.0"
3444 },
3545 "peerDependencies" : {
3646 "@nx/devkit" : " ^20.0.0" ,
3949 "@nx/workspace" : " ^20.0.0" ,
4050 "nx" : " ^20.0.0"
4151 }
42- }
52+ }
You can’t perform that action at this time.
0 commit comments