chore(release): 6.5.7

This commit is contained in:
Nathan Walker
2020-06-17 14:43:21 -07:00
parent 0ca838ed0c
commit 4f65beab33
6 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
## [6.5.7](https://github.com/NativeScript/NativeScript/compare/6.5.6...6.5.7) (2020-06-17)
### Bug Fixes
* **span:** value handling for strings and numbers ([#8651](https://github.com/NativeScript/NativeScript/issues/8651)) ([0ca838e](https://github.com/NativeScript/NativeScript/commit/0ca838ed0ced845b5a02300d31cbd1256e597a9d))
## [6.5.6](https://github.com/NativeScript/NativeScript/compare/6.5.5...6.5.6) (2020-06-16)

View File

@@ -3,7 +3,7 @@
"main": "index",
"types": "index.d.ts",
"description": "Telerik NativeScript Core Modules",
"version": "6.5.6",
"version": "6.5.7",
"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.6",
"version": "6.5.7",
"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.6",
"version": "6.5.7",
"homepage": "https://www.nativescript.org",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "tns-core-modules-widgets",
"version": "6.5.6",
"version": "6.5.7",
"description": "Native widgets used in the NativeScript framework.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

View File

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