mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update Cordova plugin versions in packages and bump versions
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
Package.describe({
|
||||
summary: "Update the client when new client code is available",
|
||||
version: '1.2.2-plugins.0'
|
||||
version: '1.2.2-plugins.1'
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-file': '2.0.0',
|
||||
'cordova-plugin-file-transfer': '1.0.0'
|
||||
'cordova-plugin-file': '2.1.0',
|
||||
'cordova-plugin-file-transfer': '1.2.0'
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
|
||||
@@ -6,11 +6,11 @@ Package.describe({
|
||||
// between such packages and the build tool.
|
||||
name: 'launch-screen',
|
||||
summary: 'Default and customizable launch screen on mobile.',
|
||||
version: '1.0.3-plugins.0'
|
||||
version: '1.0.3-plugins.1'
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-splashscreen': '2.0.0'
|
||||
'cordova-plugin-splashscreen': '2.1.0'
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Logging facility.",
|
||||
version: '1.0.8-plugins.0'
|
||||
version: '1.0.8-plugins.1'
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
@@ -12,7 +12,7 @@ Npm.strip({
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-console': '1.0.0'
|
||||
'cordova-plugin-console': '1.0.1'
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Good defaults for the mobile status bar",
|
||||
version: "1.0.4-plugins.0"
|
||||
version: "1.0.4-plugins.1"
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
@@ -8,5 +8,5 @@ Package.onUse(function(api) {
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-statusbar': '1.0.0'
|
||||
'cordova-plugin-statusbar': '1.0.0'
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Common code for OAuth-based services",
|
||||
version: "1.1.5-plugins.0"
|
||||
version: "1.1.5-plugins.1"
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
@@ -50,5 +50,5 @@ Package.onTest(function (api) {
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-inappbrowser': '1.0.0'
|
||||
'cordova-plugin-inappbrowser': '1.0.1'
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Serves a Meteor app over HTTP",
|
||||
version: '1.2.1-plugins.0'
|
||||
version: '1.2.1-plugins.1'
|
||||
});
|
||||
|
||||
Npm.depends({connect: "2.9.0",
|
||||
@@ -13,8 +13,8 @@ Npm.strip({
|
||||
});
|
||||
|
||||
Cordova.depends({
|
||||
'cordova-plugin-device': '1.0.0',
|
||||
'cordova-plugin-legacy-whitelist': '1.0.0',
|
||||
'cordova-plugin-device': '1.0.1',
|
||||
'cordova-plugin-legacy-whitelist': '1.1.0',
|
||||
// the cordova plugin built by Meteor Core team that "emulates a server" on
|
||||
// the mobile device. Serving the files and checking for the HCP updates.
|
||||
'com.meteor.cordova-update': 'https://github.com/meteor/com.meteor.cordova-update/tarball/92fe99b7248075318f6446b288995d4381d24cd2'
|
||||
|
||||
Reference in New Issue
Block a user