release: cut the 6.4.1 release

This commit is contained in:
Martin Bektchiev
2020-02-17 15:29:31 +02:00
parent a644e40c1e
commit 0f6c9c37d2
5 changed files with 35 additions and 25 deletions

View File

@@ -1,3 +1,13 @@
## 6.4.1 (2020-02-17)
### Bug Fixes
* flipLeft and flipRight on Android ([#8307](https://github.com/NativeScript/NativeScript/issues/8307)) ([c13b104](https://github.com/NativeScript/NativeScript/commit/c13b104))
* **andoid:** crash when setting font on tab-item with no image ([2dd3bb2](https://github.com/NativeScript/NativeScript/commit/2dd3bb2))
* **android:** tap-trip-item title disappearing ([cb8cea8](https://github.com/NativeScript/NativeScript/commit/cb8cea8))
* **build:** Add platforms/android to NPM package ([#8312](https://github.com/NativeScript/NativeScript/issues/8312)) ([a644e40](https://github.com/NativeScript/NativeScript/commit/a644e40))
# 6.4.0 (2020-01-31) # 6.4.0 (2020-01-31)

View File

@@ -13,9 +13,9 @@
"license": "SEE LICENSE IN <your-license-filename>", "license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>", "repository": "<fill-your-repository-here>",
"dependencies": { "dependencies": {
"@nativescript/core": "file:../../dist/nativescript-core-6.4.0.tgz", "@nativescript/core": "file:../../dist/nativescript-core-6.4.1.tgz",
"nativescript-theme-core": "~1.0.6", "nativescript-theme-core": "~1.0.6",
"tns-core-modules": "file:../../dist/tns-core-modules-6.4.0.tgz" "tns-core-modules": "file:../../dist/tns-core-modules-6.4.1.tgz"
}, },
"devDependencies": { "devDependencies": {
"nativescript-dev-webpack": "~1.2.0", "nativescript-dev-webpack": "~1.2.0",

View File

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

View File

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

View File

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