Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #250 from Microsoft/fixReleaseVersions2
Browse files Browse the repository at this point in the history
Adding release versions for all the packages for the current payload
  • Loading branch information
nisheetjain committed Jan 21, 2016
2 parents 5a9f280 + 603b7e0 commit 50033c8
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/remotebuild/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
89 changes: 86 additions & 3 deletions src/taco-kits/TacoKitMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/taco-remote-lib/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/taco-remote-multiplexer/dynamicDependencies.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 50033c8

Please sign in to comment.