chore: cut 6.5.4 release (#8613)

* chore: cut 6.5.4 release

* chore: changelog
This commit is contained in:
Igor Randjelovic
2020-06-04 21:25:21 +02:00
committed by GitHub
parent 8931295ab5
commit 484617cb2c
6 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,12 @@
## [6.5.4](https://github.com/NativeScript/NativeScript/compare/6.5.3...6.5.4) (2020-06-04)
### Bug Fixes
* **core:** pin typescript to 3.8.3 to avoid __exportStar issue ([#8612](https://github.com/NativeScript/NativeScript/issues/8612)) ([8931295](https://github.com/NativeScript/NativeScript/commit/8931295ab54e1522848ba4d3986f9ba02926644c))
## [6.5.3](https://github.com/NativeScript/NativeScript/compare/6.5.2...6.5.3) (2020-06-04)

View File

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

View File

@ -2,7 +2,7 @@
"name": "NativeScript",
"description": "Telerik NativeScript Core Modules",
"homepage": "https://www.nativescript.org",
"version": "6.5.3",
"version": "6.5.4",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/NativeScript"

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "tns-core-modules-widgets",
"version": "6.5.3",
"version": "6.5.4",
"description": "Native widgets used in the NativeScript framework.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@ -21,4 +21,4 @@
"android": "6.0.0"
}
}
}
}

View File

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