From 68c313d0391d7466cccc020580462f680e556093 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sat, 11 Jul 2020 08:27:44 -0700 Subject: [PATCH] chore(release): 6.5.10 --- CHANGELOG.md | 9 +++++++++ nativescript-core/package.json | 6 +++--- package.json | 2 +- tests/package.json | 5 ++++- tns-core-modules-package/package.json | 2 +- tns-core-modules-widgets/package.json | 2 +- tns-platform-declarations/package.json | 2 +- 7 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 164cb4415..72294f9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [6.5.10](https://github.com/NativeScript/NativeScript/compare/6.5.9...6.5.10) (2020-07-11) + + +### Features + +* **tabs:** add animationEnabled property ([#8704](https://github.com/NativeScript/NativeScript/issues/8704)) ([36aa181](https://github.com/NativeScript/NativeScript/commit/36aa181185cc097f5281cb113cd87aca183ee659)) + + + ## [6.5.9](https://github.com/NativeScript/NativeScript/compare/6.5.8...6.5.9) (2020-07-07) diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 57074b8ea..9f353ac21 100644 --- a/nativescript-core/package.json +++ b/nativescript-core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.9", + "version": "6.5.10", "homepage": "https://www.nativescript.org", "repository": { "type": "git", @@ -23,13 +23,13 @@ "nativescript-hook": "0.2.5", "reduce-css-calc": "^2.1.6", "semver": "6.3.0", - "tns-core-modules-widgets": "6.5.9", + "tns-core-modules-widgets": "6.5.10", "tslib": "1.10.0" }, "devDependencies": { "@types/chai": "~4.2.5", "@types/node": "~10.12.18", - "tns-platform-declarations": "6.5.9" + "tns-platform-declarations": "6.5.10" }, "scripts": { "version": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md", diff --git a/package.json b/package.json index a8061bd42..578970b6a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "NativeScript", "description": "NativeScript Core Modules", "homepage": "https://www.nativescript.org", - "version": "6.5.9", + "version": "6.5.10", "repository": { "type": "git", "url": "https://github.com/NativeScript/NativeScript" diff --git a/tests/package.json b/tests/package.json index b7c420ab2..635319e2c 100644 --- a/tests/package.json +++ b/tests/package.json @@ -5,13 +5,16 @@ "version": "next" }, "tns-ios": { - "version": "next" + "version": "6.5.2" } }, "main": "app.js", "description": "NativeScript Application", "license": "SEE LICENSE IN ", "repository": "", + "scripts": { + "clean": "npx rimraf hooks node_modules platforms package-lock.json && npm i" + }, "dependencies": { "@nativescript/core": "file:../nativescript-core", "tns-core-modules": "file:../dist/tns-core-modules" diff --git a/tns-core-modules-package/package.json b/tns-core-modules-package/package.json index 3a7ce1deb..803f0af06 100644 --- a/tns-core-modules-package/package.json +++ b/tns-core-modules-package/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "NativeScript Core Modules", - "version": "6.5.9", + "version": "6.5.10", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-core-modules-widgets/package.json b/tns-core-modules-widgets/package.json index 7ac6926b7..8b8b55201 100644 --- a/tns-core-modules-widgets/package.json +++ b/tns-core-modules-widgets/package.json @@ -1,6 +1,6 @@ { "name": "tns-core-modules-widgets", - "version": "6.5.9", + "version": "6.5.10", "description": "Native widgets used in the NativeScript framework.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/tns-platform-declarations/package.json b/tns-platform-declarations/package.json index e11949af7..e697af646 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.5.9", + "version": "6.5.10", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {