Skip to content

Commit 5632898

Browse files
committedJan 22, 2021
chore(release): 11.0.1
1 parent 197d802 commit 5632898

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [11.0.1](https://github.com/NativeScript/nativescript-angular/compare/11.0.0...11.0.1) (2021-01-22)
2+
3+
4+
### Bug Fixes
5+
6+
* blank screen on hmr ([#2317](https://github.com/NativeScript/nativescript-angular/issues/2317)) ([197d802](https://github.com/NativeScript/nativescript-angular/commit/197d802976ddf4ae3bba45f2d000a687049c8027))
7+
8+
9+
110
# [11.0.0](https://github.com/NativeScript/nativescript-angular/compare/10.1.7...11.0.0) (2020-11-17)
211

312

‎nativescript-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
55
"homepage": "https://www.nativescript.org/",
66
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
@@ -79,7 +79,7 @@
7979
"@angular/platform-browser": "~11.0.0",
8080
"@angular/platform-browser-dynamic": "~11.0.0",
8181
"@angular/router": "~11.0.0",
82-
"@nativescript/core": "~7.0.0",
82+
"@nativescript/core": "~7.1.0",
8383
"codelyzer": "^5.2.0",
8484
"conventional-changelog-cli": "^2.0.34",
8585
"husky": "^4.2.5",

0 commit comments

Comments
 (0)
Failed to load comments.