Skip to content

Commit a85011c

Browse files
Bump package versions for 1.3-cordova-beta.2 release
1 parent 11cf40d commit a85011c

51 files changed

Lines changed: 51 additions & 51 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/accounts-base/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "A user account system",
3-
version: "1.2.3-cordova.1"
3+
version: "1.2.3-cordova.2"
44
});
55

66
Package.onUse(function (api) {

packages/accounts-password/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Password support for accounts",
3-
version: "1.1.5-cordova.1"
3+
version: "1.1.5-cordova.2"
44
});
55

66
Package.onUse(function(api) {

packages/allow-deny/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'allow-deny',
3-
version: '1.0.1-cordova.1',
3+
version: '1.0.1-cordova.2',
44
// Brief, one-line summary of the package.
55
summary: 'Implements functionality for allow/deny and client-side db operations',
66
// URL to the Git repository containing the source code for this package.

packages/autoupdate/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Update the client when new client code is available",
3-
version: '1.2.5-cordova.1'
3+
version: '1.2.5-cordova.2'
44
});
55

66
Package.onUse(function (api) {

packages/babel-compiler/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Package.describe({
33
summary: "Parser/transpiler for ECMAScript 2015+ syntax",
44
// Tracks the npm version below. Use wrap numbers to increment
55
// without incrementing the npm version.
6-
version: '5.8.25-cordova.1'
6+
version: '5.8.25-cordova.2'
77
});
88

99
Npm.depends({

packages/babel-runtime/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "babel-runtime",
33
summary: "Runtime support for output of Babel transpiler",
4-
version: '0.1.5-cordova.1',
4+
version: '0.1.5-cordova.2',
55
documentation: 'README.md'
66
});
77

packages/blaze/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Meteor Reactive Templating library",
3-
version: '2.1.4-cordova.1'
3+
version: '2.1.4-cordova.2'
44
});
55

66
Package.onUse(function (api) {

packages/boilerplate-generator/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Generates the boilerplate html from program's manifest",
3-
version: '1.0.5-cordova.1'
3+
version: '1.0.5-cordova.2'
44
});
55

66
Package.onUse(function (api) {

packages/caching-compiler/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'caching-compiler',
3-
version: '1.0.1-cordova.1',
3+
version: '1.0.1-cordova.2',
44
summary: 'An easy way to make compiler plugins cache',
55
documentation: 'README.md'
66
});

packages/check/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Check whether a value matches a pattern",
3-
version: '1.1.1-cordova.1'
3+
version: '1.1.1-cordova.2'
44
});
55

66
Package.onUse(function (api) {

0 commit comments

Comments
 (0)