Skip to content

Commit 1196814

Browse files
committed
chore: 12.0.6
1 parent 1401806 commit 1196814

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [12.0.6](https://github.com/NativeScript/angular/compare/12.0.5...12.0.6) (2021-07-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **dialogs:** modal handling ([#18](https://github.com/NativeScript/angular/issues/18)) ([5bfafd1](https://github.com/NativeScript/angular/commit/5bfafd1815e080439929bc5a144efa25cab222c9))
7+
* **list-view:** always set a default template ([#16](https://github.com/NativeScript/angular/issues/16)) ([44d0d88](https://github.com/NativeScript/angular/commit/44d0d883a6fa4536faa96152e61eddf3f5587a0b))
8+
* **zone.js:** correctly patch es6 classes ([#15](https://github.com/NativeScript/angular/issues/15)) ([2dca0ce](https://github.com/NativeScript/angular/commit/2dca0ce150bbd7a797cdfc81656b67e7b65351ee))
9+
10+
11+
112
## [12.0.5](https://github.com/NativeScript/angular/compare/12.0.4...12.0.5) (2021-07-01)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "12.0.5",
3+
"version": "12.0.6",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "12.0.5",
3+
"version": "12.0.6",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"Angular"
1717
],
1818
"dependencies": {
19-
"@nativescript/zone-js": "~2.0.0"
19+
"@nativescript/zone-js": "~2.0.1"
2020
},
2121
"ngPackage": {
2222
"lib": {

packages/zone-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/zone-js",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "NativeScript Zone.js",
55
"main": "dist/index.js"
66
}

0 commit comments

Comments
 (0)