Skip to content

Commit b11ea17

Browse files
committed
release: 20.3.0
1 parent 49bf89f commit b11ea17

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [20.3.0](https://github.com/NativeScript/nx/compare/20.0.4...20.3.0) (2025-01-04)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
110
## [20.0.4](https://github.com/NativeScript/nx/compare/20.0.3...20.0.4) (2024-11-08)
211

312

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": "20.0.4",
3+
"version": "20.3.0",
44
"license": "MIT",
55
"scripts": {
66
"nx": "nx",

packages/nx/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The prompts may vary with different Nx versions, but for the following you can u
6767
Initialize a TypeScript project -- This will ensure a `tsconfig.base.json` is created to begin building your workspace.
6868

6969
```sh
70+
cd <your-workspace-name>
7071
npx nx g @nx/js:init
7172
```
7273

packages/nx/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",
3-
"version": "20.0.4",
3+
"version": "20.3.0",
44
"description": "NativeScript Plugin for Nx",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)