chore(release): cut 6.5.5 release

This commit is contained in:
Nathan Walker
2020-06-09 22:56:54 -07:00
parent eb4c61fc41
commit 3198f92580
6 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
## [6.5.5](https://github.com/NativeScript/NativeScript/compare/6.5.4...6.5.5) (2020-06-10)
### Bug Fixes
* **text-base:** apply letter spacing in ios text field ([#8618](https://github.com/NativeScript/NativeScript/issues/8618)) ([e2a9af2](https://github.com/NativeScript/NativeScript/commit/e2a9af2bc74d0198882a9c1a57b7785d37ba947c))
* **text-base:** letter spacing for textfield ([#8627](https://github.com/NativeScript/NativeScript/issues/8627)) ([eb4c61f](https://github.com/NativeScript/NativeScript/commit/eb4c61fc413c9a2ee6a9ef6aef10a234644516df))
* **text-base:** update text color for ios ([#8617](https://github.com/NativeScript/NativeScript/issues/8617)) ([d3549ac](https://github.com/NativeScript/NativeScript/commit/d3549ac115ecd39967790eaca2ea85bb1b291bbc))
### Features
* **text-base:** Add Span vertical-align support ([#8257](https://github.com/NativeScript/NativeScript/issues/8257)) ([faa0181](https://github.com/NativeScript/NativeScript/commit/faa0181b9c95b0e0ca55e922f09bde804ac6537f))
## [6.5.4](https://github.com/NativeScript/NativeScript/compare/6.5.3...6.5.4) (2020-06-04)

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "tns-core-modules-widgets",
"version": "6.5.4",
"version": "6.5.5",
"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.4",
"version": "6.5.5",
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
"main": "",
"scripts": {