From 8ada54abd0aafcbb6897d77df3e6dd07c4ed70ae Mon Sep 17 00:00:00 2001 From: tbozhikov Date: Wed, 23 Oct 2019 15:27:19 +0300 Subject: [PATCH] release: cut the 8.20.0 release --- CHANGELOG.md | 10 ++++++++++ CONTRIBUTING.md | 3 ++- nativescript-angular-package/package.json | 2 +- nativescript-angular/package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a90181768..b0a33425d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [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)) + ## [8.2.2](https://github.com/NativeScript/nativescript-angular/compare/8.2.1...8.2.2) (2019-10-16) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b42d49f3b..80bff2ab2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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" ``` diff --git a/nativescript-angular-package/package.json b/nativescript-angular-package/package.json index 9dbef3146..21eec9436 100644 --- a/nativescript-angular-package/package.json +++ b/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", diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index b7f91a703..4137e19b2 100644 --- a/nativescript-angular/package.json +++ b/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",