Skip to content

Commit 89ee60b

Browse files
committed
chore: bump version to 6.6.0
1 parent 8dbec72 commit 89ee60b

5 files changed

Lines changed: 28 additions & 28 deletions

File tree

e2e/scoped-packages/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"nativescript": {
3-
"id": "org.nativescript.scopedpackages",
4-
"tns-android": {
5-
"version": "6.1.0"
2+
"nativescript": {
3+
"id": "org.nativescript.scopedpackages",
4+
"tns-android": {
5+
"version": "6.1.0"
6+
},
7+
"tns-ios": {
8+
"version": "6.1.0"
9+
}
610
},
7-
"tns-ios": {
8-
"version": "6.1.0"
9-
}
10-
},
11-
"main": "app.js",
12-
"description": "NativeScript Application",
13-
"license": "SEE LICENSE IN <your-license-filename>",
14-
"repository": "<fill-your-repository-here>",
15-
"dependencies": {
16-
"@nativescript/core": "file:../../dist/nativescript-core-6.5.0.tgz",
17-
"nativescript-theme-core": "~1.0.6",
18-
"tns-core-modules": "file:../../dist/tns-core-modules-6.5.0.tgz"
19-
},
20-
"devDependencies": {
21-
"nativescript-dev-webpack": "~1.2.0",
22-
"typescript": "~3.5.3"
23-
},
24-
"gitHead": "5fa096231ded5351b53700f0d111d60160e52ebc",
25-
"readme": "NativeScript Application"
26-
}
11+
"main": "app.js",
12+
"description": "NativeScript Application",
13+
"license": "SEE LICENSE IN <your-license-filename>",
14+
"repository": "<fill-your-repository-here>",
15+
"dependencies": {
16+
"@nativescript/core": "file:../../dist/nativescript-core-6.6.0.tgz",
17+
"nativescript-theme-core": "~1.0.6",
18+
"tns-core-modules": "file:../../dist/tns-core-modules-6.6.0.tgz"
19+
},
20+
"devDependencies": {
21+
"nativescript-dev-webpack": "~1.2.0",
22+
"typescript": "~3.5.3"
23+
},
24+
"gitHead": "5fa096231ded5351b53700f0d111d60160e52ebc",
25+
"readme": "NativeScript Application"
26+
}

nativescript-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "Telerik NativeScript Core Modules",
6-
"version": "6.5.0",
6+
"version": "6.6.0",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",

tns-core-modules-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "index",
44
"types": "index.d.ts",
55
"description": "Telerik NativeScript Core Modules",
6-
"version": "6.5.0",
6+
"version": "6.6.0",
77
"homepage": "https://www.nativescript.org",
88
"repository": {
99
"type": "git",

tns-core-modules-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-core-modules-widgets",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"description": "Native widgets used in the NativeScript framework.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

tns-platform-declarations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-platform-declarations",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)