Skip to content

Commit

Permalink
chore: 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Sep 21, 2021
1 parent 72fe3e7 commit 339e488
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-nx-plugins",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"scripts": {
"nx": "nx",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/migrations.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"schematics": {}
"generators": {}
}
5 changes: 2 additions & 3 deletions packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/nx",
"version": "2.0.4",
"version": "2.0.5",
"description": "NativeScript Plugin for Nx",
"repository": {
"type": "git",
Expand All @@ -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": {
Expand Down

0 comments on commit 339e488

Please sign in to comment.