hore: cut the 6.3.1 release

This commit is contained in:
Dimitar Topuzov
2019-12-16 10:43:16 +02:00
parent da639f2ba0
commit e5dc0de54a
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
## [6.3.1](https://github.com/NativeScript/NativeScript/compare/6.3.0...6.3.1) (2019-12-16)
### Bug Fixes
* null reference exception in view.android.onUnloaded ([#8153](https://github.com/NativeScript/NativeScript/issues/8153)) ([da639f2](https://github.com/NativeScript/NativeScript/commit/da639f2))
# [6.3.0](https://github.com/NativeScript/NativeScript/compare/6.2.2...6.3.0) (2019-12-06)

View File

@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "Telerik NativeScript Core Modules",
"version": "6.3.0",
"version": "6.3.1",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",

View File

@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "Telerik NativeScript Core Modules",
"version": "6.3.0",
"version": "6.3.1",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "tns-platform-declarations",
"version": "6.3.0",
"version": "6.3.1",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "",
"scripts": {