Skip to content

Commit 8ada54a

Browse files
committed
release: cut the 8.20.0 release
1 parent e722877 commit 8ada54a

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
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
```

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.30.0",
3+
"version": "8.20.0",
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",

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.30.0",
3+
"version": "8.20.0",
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)