Skip to content

Commit

Permalink
release: 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Oct 22, 2024
1 parent 8ca3429 commit aba6463
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [20.0.0](https://github.com/NativeScript/nx/compare/19.0.1...20.0.0) (2024-10-22)


### Features

* Nx 20 support ([#79](https://github.com/NativeScript/nx/issues/79)) ([0327592](https://github.com/NativeScript/nx/commit/032759292d1520c3c053960bf2cebd77fcfca258))
* standardize commands ([#57](https://github.com/NativeScript/nx/issues/57)) ([8ca3429](https://github.com/NativeScript/nx/commit/8ca34296017ea641c9e017bbc01983e4007ee93c))

### BREAKING CHANGES

This release brings forward long awaited standardization to Nx commands and ergonomics.
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.


## [19.0.1](https://github.com/NativeScript/nx/compare/19.0.0...19.0.1) (2024-09-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-nx-plugins",
"version": "19.0.1",
"version": "20.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
Expand Down
20 changes: 15 additions & 5 deletions packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/nx",
"version": "20.0.0-alpha.0",
"version": "20.0.0",
"description": "NativeScript Plugin for Nx",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,16 @@
"types": "src/index.d.ts",
"schematics": "./generators.json",
"builders": "./executors.json",
"author": "NativeScript TSC",
"author": {
"name": "NativeScript",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jake Ihasz",
"url": "https://github.com/JakeAi"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nativescript/nx/issues"
Expand All @@ -28,9 +37,10 @@
"migrations": "./migrations.json"
},
"dependencies": {
"enquirer": "^2.4.1",
"fast-xml-parser": "^4.5.0",
"fs-extra": "^11.2.0",
"plist": "^3.1.0",
"xml2js": "~0.6.0"
"plist": "^3.1.0"
},
"peerDependencies": {
"@nx/devkit": "^20.0.0",
Expand All @@ -39,4 +49,4 @@
"@nx/workspace": "^20.0.0",
"nx": "^20.0.0"
}
}
}

0 comments on commit aba6463

Please sign in to comment.