Skip to content

Commit 339e488

Browse files
committed
chore: 2.0.5
1 parent 72fe3e7 commit 339e488

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [2.0.5](https://github.com/NativeScript/nx/compare/2.0.4...2.0.5) (2021-09-21)
2+
3+
4+
### Bug Fixes
5+
6+
* allow --force to be optional ([#33](https://github.com/NativeScript/nx/issues/33)) ([33a0e61](https://github.com/NativeScript/nx/commit/33a0e61000e1f2e794a4df44f35d2dfcadbc9283))
7+
* vanilla app setup ([fcc9c84](https://github.com/NativeScript/nx/commit/fcc9c84eb5f593922b3d4962047348aabe51945c))
8+
9+
10+
### Features
11+
12+
* add ns prepare as an option ([#34](https://github.com/NativeScript/nx/issues/34)) ([9c58bed](https://github.com/NativeScript/nx/commit/9c58bedc8193a10161f3c4fad992e7c5ff3211ed))
13+
* pass through additional args after `--` to `ns` ([#37](https://github.com/NativeScript/nx/issues/37)) ([24d7af9](https://github.com/NativeScript/nx/commit/24d7af97ae511f1ca3597065b97ce9633437bd3d))
14+
15+
16+
117
## [2.0.4](https://github.com/NativeScript/nx/compare/2.0.3...2.0.4) (2021-07-03)
218

319

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

packages/nx/migrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"schematics": {}
2+
"generators": {}
33
}

packages/nx/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/nx",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "NativeScript Plugin for Nx",
55
"repository": {
66
"type": "git",
@@ -24,8 +24,7 @@
2424
"url": "https://github.com/nativescript/nx/issues"
2525
},
2626
"homepage": "https://nativescript.org/nx",
27-
"ng-update": {
28-
"requirements": {},
27+
"nx-migrations": {
2928
"migrations": "./migrations.json"
3029
},
3130
"dependencies": {

0 commit comments

Comments
 (0)