Skip to content

Commit 217f70d

Browse files
authored
Merge pull request #2037 from NativeScript/merge-release-in-master
Merge release in master
2 parents a931b36 + 01de45b commit 217f70d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="8.20.0"></a>
2+
# [8.20.0](https://github.com/NativeScript/nativescript-angular/compare/8.2.2...8.20.0) (2019-10-23)
3+
4+
### Features
5+
* add scoped package @nativescript/angular ([#2014](https://github.com/NativeScript/nativescript-angular/pull/2014))
6+
7+
### Bug Fixes
8+
9+
* **animations:** resolve issue with "query animations" on iOS 13 ([#2022](https://github.com/NativeScript/nativescript-angular/issues/2022)) ([c382682](https://github.com/NativeScript/nativescript-angular/commit/c382682))
10+
111
<a name="8.2.2"></a>
212
## [8.2.2](https://github.com/NativeScript/nativescript-angular/compare/8.2.1...8.2.2) (2019-10-16)
313

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ In this case the commits should be merge firstly from release in master branch a
101101
2. Execute `npm i` to install dependencies:
102102
```
103103
cd nativescript-angular && npm i
104+
cd nativescript-angular-package && npm i
104105
```
105-
3. Execute [`npm version`](https://docs.npmjs.com/cli/version) to bump the version:
106+
3. Execute [`npm version`](https://docs.npmjs.com/cli/version) to bump the version in both `nativescript-angular` and `nativescript-angular-package` folders:
106107
```
107108
npm --no-git-tag-version version [patch|minor|major] -m "release: cut the %s release"
108109
```

0 commit comments

Comments
 (0)