Skip to content

Commit

Permalink
chore(release): 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Mar 24, 2021
1 parent 13a3562 commit 3b4dadd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions nativescript-angular-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-angular",
"version": "11.0.0",
"version": "11.2.0",
"description": "Compatibility with old style nativescript-angular imports.",
"homepage": "https://www.nativescript.org/",
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@nativescript/angular": "ns-angular"
}
},
"whitelistedNonPeerDependencies": [
"allowedNonPeerDependencies": [
"."
]
},
Expand Down
26 changes: 13 additions & 13 deletions nativescript-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/angular",
"version": "11.0.1",
"version": "11.2.0",
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
"homepage": "https://www.nativescript.org/",
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@nativescript/core": "ns-core"
}
},
"whitelistedNonPeerDependencies": [
"allowedNonPeerDependencies": [
"."
]
},
Expand All @@ -70,22 +70,22 @@
"@angular/router": "^11.0.0"
},
"devDependencies": {
"@angular/animations": "~11.0.0",
"@angular/common": "~11.0.0",
"@angular/compiler": "~11.0.0",
"@angular/compiler-cli": "~11.0.0",
"@angular/core": "~11.0.0",
"@angular/forms": "~11.0.0",
"@angular/platform-browser": "~11.0.0",
"@angular/platform-browser-dynamic": "~11.0.0",
"@angular/router": "~11.0.0",
"@nativescript/core": "~7.1.0",
"@angular/animations": "~11.2.0",
"@angular/common": "~11.2.0",
"@angular/compiler": "~11.2.0",
"@angular/compiler-cli": "~11.2.0",
"@angular/core": "~11.2.0",
"@angular/forms": "~11.2.0",
"@angular/platform-browser": "~11.2.0",
"@angular/platform-browser-dynamic": "~11.2.0",
"@angular/router": "~11.2.0",
"@nativescript/core": "~7.3.0",
"codelyzer": "^5.2.0",
"conventional-changelog-cli": "^2.0.34",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master",
"ng-packagr": "~11.0.0",
"ng-packagr": "~11.2.0",
"prettier": "^2.0.5",
"rxjs": "~6.6.0",
"tslint": "^6.1.2",
Expand Down
6 changes: 3 additions & 3 deletions nativescript-angular/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@nativescript/core": "ns-core"
}
},
"whitelistedNonPeerDependencies": [
"allowedNonPeerDependencies": [
"."
]
},
"devDependencies": {
"@nativescript/angular": "rc",
"@nativescript/core": "rc"
"@nativescript/angular": "latest",
"@nativescript/core": "latest"
}
}

0 comments on commit 3b4dadd

Please sign in to comment.