From 5b65e77f513ce47edad606c1b4e90ab752119ed7 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 20 Dec 2022 19:27:30 -0800 Subject: [PATCH] release: 4.2.0 --- package.json | 2 +- packages/nx/package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4702e7b95..3c3edb98f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "4.1.1", + "version": "4.2.0", "license": "MIT", "scripts": { "nx": "nx", diff --git a/packages/nx/package.json b/packages/nx/package.json index 17a6caefc..33f80f419 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/nx", - "version": "4.1.1", + "version": "4.2.0", "description": "NativeScript Plugin for Nx", "repository": { "type": "git", @@ -32,6 +32,7 @@ "@angular-devkit/core": "^15.0.0", "@angular-devkit/schematics": "^15.0.0", "@nrwl/devkit": "^15.0.0", + "@nrwl/jest": "^15.0.0", "fs-extra": "^10.1.0", "ignore": "^5.0.4", "jsonc-parser": "3.0.0",