diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d0959b5..b5d709dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [2.0.5](https://github.com/NativeScript/nx/compare/2.0.4...2.0.5) (2021-09-21) + + +### Bug Fixes + +* allow --force to be optional ([#33](https://github.com/NativeScript/nx/issues/33)) ([33a0e61](https://github.com/NativeScript/nx/commit/33a0e61000e1f2e794a4df44f35d2dfcadbc9283)) +* vanilla app setup ([fcc9c84](https://github.com/NativeScript/nx/commit/fcc9c84eb5f593922b3d4962047348aabe51945c)) + + +### Features + +* add ns prepare as an option ([#34](https://github.com/NativeScript/nx/issues/34)) ([9c58bed](https://github.com/NativeScript/nx/commit/9c58bedc8193a10161f3c4fad992e7c5ff3211ed)) +* pass through additional args after `--` to `ns` ([#37](https://github.com/NativeScript/nx/issues/37)) ([24d7af9](https://github.com/NativeScript/nx/commit/24d7af97ae511f1ca3597065b97ce9633437bd3d)) + + + ## [2.0.4](https://github.com/NativeScript/nx/compare/2.0.3...2.0.4) (2021-07-03) diff --git a/package.json b/package.json index b6f3ea563..5cee28826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-nx-plugins", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "scripts": { "nx": "nx", diff --git a/packages/nx/migrations.json b/packages/nx/migrations.json index 63001b445..65a4590b7 100644 --- a/packages/nx/migrations.json +++ b/packages/nx/migrations.json @@ -1,3 +1,3 @@ { - "schematics": {} + "generators": {} } diff --git a/packages/nx/package.json b/packages/nx/package.json index 52c68e958..c6f3b19ee 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/nx", - "version": "2.0.4", + "version": "2.0.5", "description": "NativeScript Plugin for Nx", "repository": { "type": "git", @@ -24,8 +24,7 @@ "url": "https://github.com/nativescript/nx/issues" }, "homepage": "https://nativescript.org/nx", - "ng-update": { - "requirements": {}, + "nx-migrations": { "migrations": "./migrations.json" }, "dependencies": {