Skip to content

Commit aba6463

Browse files
committed
release: 20.0.0
1 parent 8ca3429 commit aba6463

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-nx-plugins",
3-
"version": "19.0.1",
3+
"version": "20.0.0",
44
"license": "MIT",
55
"scripts": {
66
"nx": "nx",

packages/nx/package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -18,7 +18,16 @@
1818
"types": "src/index.d.ts",
1919
"schematics": "./generators.json",
2020
"builders": "./executors.json",
21-
"author": "NativeScript TSC",
21+
"author": {
22+
"name": "NativeScript",
23+
"email": "[email protected]"
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"
@@ -28,9 +37,10 @@
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",
@@ -39,4 +49,4 @@
3949
"@nx/workspace": "^20.0.0",
4050
"nx": "^20.0.0"
4151
}
42-
}
52+
}

0 commit comments

Comments
 (0)