diff --git a/src/remotebuild/package.json b/src/remotebuild/package.json index 5ea0ad97..0287b994 100644 --- a/src/remotebuild/package.json +++ b/src/remotebuild/package.json @@ -1,7 +1,7 @@ { "name": "remotebuild", "description": "Front-end server that serves modules that implement remote build functionality, such as taco-remote.", - "version": "2.0.5-dev", + "version": "2.1.0-dev", "author": { "name": "Microsoft Corporation", "email": "vscordovatools-admin@microsoft.com" diff --git a/src/taco-kits/TacoKitMetadata.json b/src/taco-kits/TacoKitMetadata.json index 9292e977..44274d1d 100644 --- a/src/taco-kits/TacoKitMetadata.json +++ b/src/taco-kits/TacoKitMetadata.json @@ -2,7 +2,7 @@ "kits": { "tacokit@1.0.0": { "cordova-cli": "5.1.1", - "releaseNotesUri": "http://go.microsoft.com/fwlink/?LinkId=623759", + "releaseNotesUri": "http://go.microsoft.com/fwlink/?LinkId=722537", "deprecated": true, "platforms": { "android": { @@ -56,7 +56,7 @@ }, "tacokit@2.0.0": { "cordova-cli": "5.2.0", - "releaseNotesUri": "http://go.microsoft.com/fwlink/?LinkId=623759", + "releaseNotesUri": "http://go.microsoft.com/fwlink/?LinkId=722537", "deprecated": true, "platforms": { "android": { @@ -201,7 +201,6 @@ "tacokit@2.1.0": { "cordova-cli": "5.2.0", "releaseNotesUri": "http://go.microsoft.com/fwlink/?LinkId=623759", - "default": true, "platforms": { "android": { "version": "4.1.1" @@ -281,6 +280,90 @@ "version": "1.1.0" } } + }, + "tacokit@3.0.0": { + "cordova-cli": "5.4.1", + "releaseNotesUri": "http://go.microsoft.com/fwlink/?LinkId=722537", + "default": true, + "platforms": { + "android": { + "version": "4.1.1" + }, + "ios": { + "version": "3.9.2" + }, + "windows": { + "version": "4.1.0" + }, + "wp8": { + "version": "3.8.2" + } + }, + "plugins": { + "cordova-plugin-console": { + "version": "1.0.2" + }, + "cordova-plugin-device": { + "version": "1.1.0" + }, + "cordova-plugin-file": { + "version": "3.0.0" + }, + "cordova-plugin-inappbrowser": { + "version": "1.1.0" + }, + "cordova-plugin-splashscreen": { + "version": "3.0.0" + }, + "cordova-plugin-network-information": { + "version": "1.1.0" + }, + "cordova-plugin-dialogs": { + "version": "1.2.0" + }, + "cordova-plugin-geolocation": { + "version": "1.0.1" + }, + "cordova-plugin-media": { + "version": "1.0.1" + }, + "cordova-plugin-device-orientation": { + "version": "1.0.2" + }, + "cordova-plugin-battery-status": { + "version": "1.1.1" + }, + "cordova-plugin-camera": { + "version": "1.2.0" + }, + "cordova-plugin-contacts": { + "version": "1.1.0" + }, + "cordova-plugin-device-motion": { + "version": "1.2.0" + }, + "cordova-plugin-file-transfer": { + "version": "1.4.0" + }, + "cordova-plugin-globalization": { + "version": "1.0.2" + }, + "cordova-plugin-media-capture": { + "version": "1.1.0" + }, + "cordova-plugin-vibration": { + "version": "2.0.0" + }, + "cordova-plugin-statusbar": { + "version": "2.0.0" + }, + "cordova-plugin-whitelist": { + "version": "1.2.0" + }, + "cordova-plugin-legacy-whitelist": { + "version": "1.1.1" + } + } } }, "templates": { diff --git a/src/taco-remote-lib/package.json b/src/taco-remote-lib/package.json index 3f18c0e7..5d69ad49 100644 --- a/src/taco-remote-lib/package.json +++ b/src/taco-remote-lib/package.json @@ -1,7 +1,7 @@ { "name": "taco-remote-lib", "description": "Cordova-specific implementation of taco-remote's build functionality", - "version": "2.0.4-dev", + "version": "2.1.0-dev", "author": { "name": "Microsoft Corporation", "email": "vscordovatools-admin@microsoft.com" diff --git a/src/taco-remote-multiplexer/dynamicDependencies.json b/src/taco-remote-multiplexer/dynamicDependencies.json index 0290d5b0..922fa584 100644 --- a/src/taco-remote-multiplexer/dynamicDependencies.json +++ b/src/taco-remote-multiplexer/dynamicDependencies.json @@ -1,7 +1,7 @@ { "latestTacoRemoteLib": { "packageName": "taco-remote-lib", - "packageId": "taco-remote-lib@2.0.4", + "packageId": "taco-remote-lib@2.1.0", "dev": true }, "preCordova540TacoRemoteLib": {