release: cut the 6.5.1 release (#8470)

Release 6.5.1.
This commit is contained in:
Dimitar Topuzov
2020-03-29 14:57:06 +03:00
committed by GitHub
parent 0a7bee61d9
commit 511415fb1f
4 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
## [6.5.1](https://github.com/NativeScript/NativeScript/compare/6.5.0...6.5.1) (2020-03-30)
### Bug Fixes
* **tabs:** dynamic styling colors fixed ([#8460](https://github.com/NativeScript/NativeScript/issues/8460)) ([0a7bee6](https://github.com/NativeScript/NativeScript/commit/0a7bee6))
# [6.5.0](https://github.com/NativeScript/NativeScript/compare/6.4.2...6.5.0) (2020-03-18)

View File

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

View File

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