From db4dd75734dc16ba0ee3303079ec68f2363c9656 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Wed, 23 Aug 2017 22:51:55 +0800 Subject: [PATCH] release: 2.0.0-beta.6 --- demo/ionic.config.json | 5 +- demo/package.json | 124 ++++++++++++++++++++--------------------- package.json | 2 +- 3 files changed, 67 insertions(+), 64 deletions(-) diff --git a/demo/ionic.config.json b/demo/ionic.config.json index 8e45cc996..dbd1f5ed4 100644 --- a/demo/ionic.config.json +++ b/demo/ionic.config.json @@ -1,5 +1,8 @@ { "name": "demo", "app_id": "", - "type": "ionic-angular" + "type": "ionic-angular", + "integrations": { + "cordova": {} + } } diff --git a/demo/package.json b/demo/package.json index 1e16fc777..503928834 100644 --- a/demo/package.json +++ b/demo/package.json @@ -1,64 +1,64 @@ { - "name": "demo", - "version": "0.0.1", - "author": "Ionic Framework", - "homepage": "http://ionicframework.com/", - "private": true, - "scripts": { - "clean": "ionic-app-scripts clean", - "build": "ionic-app-scripts build", - "lint": "ionic-app-scripts lint", - "ionic:build": "ionic-app-scripts build", - "ionic:serve": "ionic-app-scripts serve" + "name": "demo", + "version": "0.0.1", + "author": "Ionic Framework", + "homepage": "http://ionicframework.com/", + "private": true, + "scripts": { + "clean": "ionic-app-scripts clean", + "build": "ionic-app-scripts build", + "lint": "ionic-app-scripts lint", + "ionic:build": "ionic-app-scripts build", + "ionic:serve": "ionic-app-scripts serve" + }, + "dependencies": { + "@angular/common": "4.1.3", + "@angular/compiler": "4.1.3", + "@angular/compiler-cli": "4.1.3", + "@angular/core": "4.1.3", + "@angular/forms": "4.1.3", + "@angular/http": "4.1.3", + "@angular/platform-browser": "4.1.3", + "@angular/platform-browser-dynamic": "4.1.3", + "@ionic-native/core": "3.12.1", + "@ionic-native/splash-screen": "3.12.1", + "@ionic-native/status-bar": "3.12.1", + "@ionic/storage": "2.0.1", + "cordova-android": "^6.2.3", + "cordova-plugin-console": "^1.0.5", + "cordova-plugin-device": "^1.1.4", + "cordova-plugin-splashscreen": "^4.0.3", + "cordova-plugin-statusbar": "^2.2.2", + "cordova-plugin-whitelist": "^1.3.1", + "ion2-calendar": "^2.0.0-beta.6", + "ionic-angular": "3.6.0", + "ionic-plugin-keyboard": "^2.2.1", + "ionicons": "3.0.0", + "moment": "^2.18.1", + "rxjs": "5.4.0", + "sw-toolbox": "3.6.0", + "zone.js": "0.8.12" + }, + "devDependencies": { + "@ionic/app-scripts": "2.1.3", + "@ionic/cli-plugin-cordova": "1.6.2", + "@ionic/cli-plugin-ionic-angular": "1.4.1", + "@ionic/cli-plugin-proxy": "1.4.1", + "ionic": "3.9.2", + "typescript": "2.3.4" + }, + "description": "An Ionic project", + "cordova": { + "plugins": { + "cordova-plugin-console": {}, + "cordova-plugin-device": {}, + "cordova-plugin-splashscreen": {}, + "cordova-plugin-statusbar": {}, + "cordova-plugin-whitelist": {}, + "ionic-plugin-keyboard": {} }, - "dependencies": { - "@angular/common": "4.1.3", - "@angular/compiler": "4.1.3", - "@angular/compiler-cli": "4.1.3", - "@angular/core": "4.1.3", - "@angular/forms": "4.1.3", - "@angular/http": "4.1.3", - "@angular/platform-browser": "4.1.3", - "@angular/platform-browser-dynamic": "4.1.3", - "@ionic-native/core": "3.12.1", - "@ionic-native/splash-screen": "3.12.1", - "@ionic-native/status-bar": "3.12.1", - "@ionic/storage": "2.0.1", - "cordova-android": "^6.2.3", - "cordova-plugin-console": "^1.0.5", - "cordova-plugin-device": "^1.1.4", - "cordova-plugin-splashscreen": "^4.0.3", - "cordova-plugin-statusbar": "^2.2.2", - "cordova-plugin-whitelist": "^1.3.1", - "ion2-calendar": "^2.0.0-beta.5", - "ionic-angular": "3.6.0", - "ionic-plugin-keyboard": "^2.2.1", - "ionicons": "3.0.0", - "moment": "^2.18.1", - "rxjs": "5.4.0", - "sw-toolbox": "3.6.0", - "zone.js": "0.8.12" - }, - "devDependencies": { - "@ionic/app-scripts": "2.1.3", - "@ionic/cli-plugin-cordova": "1.6.2", - "@ionic/cli-plugin-ionic-angular": "1.4.1", - "@ionic/cli-plugin-proxy": "1.4.1", - "ionic": "3.7.0", - "typescript": "2.3.4" - }, - "description": "An Ionic project", - "cordova": { - "plugins": { - "cordova-plugin-console": {}, - "cordova-plugin-device": {}, - "cordova-plugin-splashscreen": {}, - "cordova-plugin-statusbar": {}, - "cordova-plugin-whitelist": {}, - "ionic-plugin-keyboard": {} - }, - "platforms": [ - "android" - ] - } -} \ No newline at end of file + "platforms": [ + "android" + ] + } +} diff --git a/package.json b/package.json index 6404c38f6..92f89c554 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ion2-calendar", - "version": "2.0.0-beta.5", + "version": "2.0.0-beta.6", "description": "A date picker for ionic2 ", "main": "./dist/index.js", "typings": "./dist/index.d.ts",