From b11ea17fdb16f481720cc08ab579dd781191f384 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sat, 4 Jan 2025 12:15:33 -0800 Subject: [PATCH] release: 20.3.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/nx/README.md | 1 + packages/nx/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf440c4a4..342bbe1b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index b4a3a94ec..ef066fc96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "20.0.4", + "version": "20.3.0", "license": "MIT", "scripts": { "nx": "nx", diff --git a/packages/nx/README.md b/packages/nx/README.md index b34f1e394..f25d40414 100644 --- a/packages/nx/README.md +++ b/packages/nx/README.md @@ -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 npx nx g @nx/js:init ``` diff --git a/packages/nx/package.json b/packages/nx/package.json index d6cd268e9..b354fa517 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/nx", - "version": "20.0.4", + "version": "20.3.0", "description": "NativeScript Plugin for Nx", "repository": { "type": "git",