Skip to content

Commit fbd46c1

Browse files
committed
release: cut the 8.20.3 release
1 parent 81d08a6 commit fbd46c1

File tree

9 files changed

+18
-2
lines changed

9 files changed

+18
-2
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="8.20.3"></a>
2+
## [8.20.3](https://github.com/NativeScript/nativescript-angular/compare/8.20.0...8.20.3) (2019-11-13)
3+
4+
5+
### Bug Fixes
6+
7+
* add exports for backwards compatibility ([4a5d022](https://github.com/NativeScript/nativescript-angular/commit/4a5d022))
8+
9+
10+
111
<a name="8.20.2"></a>
212
## [8.20.2](https://github.com/NativeScript/nativescript-angular/compare/8.20.0...8.20.2) (2019-11-12)
313

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/forms/value-accessors/checked-value-accessor";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/forms/value-accessors/date-value-accessor";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/forms/value-accessors/number-value-accessor";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/forms/value-accessors/selectedindex-value-accessor";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/forms/value-accessors/text-value-accessor";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "@nativescript/angular/forms/value-accessors/time-value-accessor";

Diff for: nativescript-angular-package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "8.20.2",
3+
"version": "8.20.3",
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",

Diff for: nativescript-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "8.20.2",
3+
"version": "8.20.3",
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",

0 commit comments

Comments
 (0)