Skip to content

Commit

Permalink
release: 20.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jan 4, 2025
1 parent 49bf89f commit b11ea17
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [20.3.0](https://github.com/NativeScript/nx/compare/20.0.4...20.3.0) (2025-01-04)


### Features

* Nx 20.3+ with Angular 19 support with optional zoneless ([#82](https://github.com/NativeScript/nx/issues/82)) ([49bf89f](https://github.com/NativeScript/nx/commit/49bf89f29bfda189e06fb7e08ea08aeaa47a0452))



## [20.0.4](https://github.com/NativeScript/nx/compare/20.0.3...20.0.4) (2024-11-08)


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": "20.0.4",
"version": "20.3.0",
"license": "MIT",
"scripts": {
"nx": "nx",
Expand Down
1 change: 1 addition & 0 deletions packages/nx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The prompts may vary with different Nx versions, but for the following you can u
Initialize a TypeScript project -- This will ensure a `tsconfig.base.json` is created to begin building your workspace.

```sh
cd <your-workspace-name>
npx nx g @nx/js:init
```

Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/nx",
"version": "20.0.4",
"version": "20.3.0",
"description": "NativeScript Plugin for Nx",
"repository": {
"type": "git",
Expand Down

0 comments on commit b11ea17

Please sign in to comment.