File tree 6 files changed +12
-3
lines changed
nativescript-angular-package
6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 8.20.1 " ></a >
2
+ # [ 8.20.1] ( https://github.com/NativeScript/nativescript-angular/compare/8.20.0...8.20.1 ) (2019-11-07)
3
+
4
+ ### Bug Fixes
5
+
6
+ * add exports in ` nativescript-angular ` package for backwards compatibility
1
7
<a name =" 8.20.0 " ></a >
2
8
# [ 8.20.0] ( https://github.com/NativeScript/nativescript-angular/compare/8.2.2...8.20.0 ) (2019-10-23)
3
9
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ fs.emptyDirSync(tempFolderPath);
56
56
fs . ensureDirSync ( distFolderPath ) ;
57
57
58
58
// Install, run tsc and run ngc
59
- execSync ( `npm i && tsc && npm run ngc` , {
59
+ execSync ( `npm i && npm run tsc && npm run ngc` , {
60
60
cwd : nsAngularPackagePath
61
61
} ) ;
62
62
Original file line number Diff line number Diff line change
1
+ export * from "@nativescript/angular/forms/value-accessors/base-value-accessor" ;
Original file line number Diff line number Diff line change
1
+ export * from "@nativescript/angular/lang-facade" ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-angular" ,
3
- "version" : " 8.20.0 " ,
3
+ "version" : " 8.20.1 " ,
4
4
"description" : " An Angular renderer that lets you build mobile apps with NativeScript." ,
5
5
"homepage" : " https://www.nativescript.org/" ,
6
6
"bugs" : " https://github.com/NativeScript/nativescript-angular/issues" ,
41
41
},
42
42
"scripts" : {
43
43
"ngc" : " ngc -p tsconfig.json" ,
44
+ "tsc" : " tsc" ,
44
45
"pack-with-scoped-version" : " cd ../build/pack-scripts && npm i && npx ts-node pack-compat.ts"
45
46
}
46
47
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/angular" ,
3
- "version" : " 8.20.0 " ,
3
+ "version" : " 8.20.1 " ,
4
4
"description" : " An Angular renderer that lets you build mobile apps with NativeScript." ,
5
5
"homepage" : " https://www.nativescript.org/" ,
6
6
"bugs" : " https://github.com/NativeScript/nativescript-angular/issues" ,
You can’t perform that action at this time.
0 commit comments