diff --git a/e2e/scoped-packages/package.json b/e2e/scoped-packages/package.json index e48c642ff..bd4a487aa 100644 --- a/e2e/scoped-packages/package.json +++ b/e2e/scoped-packages/package.json @@ -1,26 +1,26 @@ { - "nativescript": { - "id": "org.nativescript.scopedpackages", - "tns-android": { - "version": "6.1.0" + "nativescript": { + "id": "org.nativescript.scopedpackages", + "tns-android": { + "version": "6.1.0" + }, + "tns-ios": { + "version": "6.1.0" + } }, - "tns-ios": { - "version": "6.1.0" - } - }, - "main": "app.js", - "description": "NativeScript Application", - "license": "SEE LICENSE IN ", - "repository": "", - "dependencies": { - "@nativescript/core": "file:../../dist/nativescript-core-6.5.0.tgz", - "nativescript-theme-core": "~1.0.6", - "tns-core-modules": "file:../../dist/tns-core-modules-6.5.0.tgz" - }, - "devDependencies": { - "nativescript-dev-webpack": "~1.2.0", - "typescript": "~3.5.3" - }, - "gitHead": "5fa096231ded5351b53700f0d111d60160e52ebc", - "readme": "NativeScript Application" -} + "main": "app.js", + "description": "NativeScript Application", + "license": "SEE LICENSE IN ", + "repository": "", + "dependencies": { + "@nativescript/core": "file:../../dist/nativescript-core-6.6.0.tgz", + "nativescript-theme-core": "~1.0.6", + "tns-core-modules": "file:../../dist/tns-core-modules-6.6.0.tgz" + }, + "devDependencies": { + "nativescript-dev-webpack": "~1.2.0", + "typescript": "~3.5.3" + }, + "gitHead": "5fa096231ded5351b53700f0d111d60160e52ebc", + "readme": "NativeScript Application" +} \ No newline at end of file diff --git a/nativescript-core/package.json b/nativescript-core/package.json index 0dbf2e07a..bf97c5cae 100644 --- a/nativescript-core/package.json +++ b/nativescript-core/package.json @@ -3,7 +3,7 @@ "main": "index", "types": "index.d.ts", "description": "Telerik NativeScript Core Modules", - "version": "6.5.0", + "version": "6.6.0", "homepage": "https://www.nativescript.org", "repository": { "type": "git", diff --git a/tns-core-modules-package/package.json b/tns-core-modules-package/package.json index 6f6f124b1..07e31a4c9 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": "Telerik NativeScript Core Modules", - "version": "6.5.0", + "version": "6.6.0", "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 f2f570228..1af78f076 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.0", + "version": "6.6.0", "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 e4ef21b7d..710b2a596 100644 --- a/tns-platform-declarations/package.json +++ b/tns-platform-declarations/package.json @@ -1,6 +1,6 @@ { "name": "tns-platform-declarations", - "version": "6.5.0", + "version": "6.6.0", "description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects", "main": "", "scripts": {