Skip to content

Commit fd239cf

Browse files
authored
Merge branch 'master' into location-strategy
2 parents a7de68f + 966ee42 commit fd239cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+176
-91
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="8.20.3"></a>
2+
## [8.20.3](https://github.com/NativeScript/nativescript-angular/compare/8.20.2...8.20.3) (2019-11-13)
3+
4+
5+
### Bug Fixes
6+
7+
* add exports for backwards compatibility ([fbd46c1](https://github.com/NativeScript/nativescript-angular/commit/fbd46c1))
8+
9+
<a name="8.20.2"></a>
10+
## [8.20.2](https://github.com/NativeScript/nativescript-angular/compare/8.20.1...8.20.2) (2019-11-12)
11+
12+
13+
### Bug Fixes
14+
15+
* add exports in `nativescript-angular` package for backwards compatibility ([4a5d022](https://github.com/NativeScript/nativescript-angular/commit/4a5d022))
16+
17+
18+
<a name="8.20.1"></a>
19+
# [8.20.1](https://github.com/NativeScript/nativescript-angular/compare/8.20.0...8.20.1) (2019-11-07)
20+
21+
### Bug Fixes
22+
23+
* add exports in `nativescript-angular` package for backwards compatibility
124
<a name="8.20.0"></a>
225
# [8.20.0](https://github.com/NativeScript/nativescript-angular/compare/8.2.2...8.20.0) (2019-10-23)
326

build/pack-scripts/pack-compat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fs.emptyDirSync(tempFolderPath);
5656
fs.ensureDirSync(distFolderPath);
5757

5858
// Install, run tsc and run ngc
59-
execSync(`npm i && tsc && npm run ngc`, {
59+
execSync(`npm i && npm run tsc && npm run ngc`, {
6060
cwd: nsAngularPackagePath
6161
});
6262

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)