Skip to content

Commit

Permalink
release: cut the 8.20.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tbozhikov committed Oct 23, 2019
1 parent e722877 commit 8ada54a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="8.20.0"></a>
# [8.20.0](https://github.com/NativeScript/nativescript-angular/compare/8.2.2...8.20.0) (2019-10-23)

### Features
* add scoped package @nativescript/angular ([#2014](https://github.com/NativeScript/nativescript-angular/pull/2014))

### Bug Fixes

* **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))

<a name="8.2.2"></a>
## [8.2.2](https://github.com/NativeScript/nativescript-angular/compare/8.2.1...8.2.2) (2019-10-16)

Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -101,8 +101,9 @@ In this case the commits should be merge firstly from release in master branch a
2. Execute `npm i` to install dependencies:
```
cd nativescript-angular && npm i
cd nativescript-angular-package && npm i
```
3. Execute [`npm version`](https://docs.npmjs.com/cli/version) to bump the version:
3. Execute [`npm version`](https://docs.npmjs.com/cli/version) to bump the version in both `nativescript-angular` and `nativescript-angular-package` folders:
```
npm --no-git-tag-version version [patch|minor|major] -m "release: cut the %s release"
```
Expand Down
2 changes: 1 addition & 1 deletion nativescript-angular-package/package.json
@@ -1,6 +1,6 @@
{
"name": "nativescript-angular",
"version": "8.30.0",
"version": "8.20.0",
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
"homepage": "https://www.nativescript.org/",
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
Expand Down
2 changes: 1 addition & 1 deletion nativescript-angular/package.json
@@ -1,6 +1,6 @@
{
"name": "@nativescript/angular",
"version": "8.30.0",
"version": "8.20.0",
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
"homepage": "https://www.nativescript.org/",
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
Expand Down

0 comments on commit 8ada54a

Please sign in to comment.