Skip to content

Commit 25f3b9f

Browse files
author
Sashko Stubailo
committed
Bump a bunch of versions
1 parent 86e0b12 commit 25f3b9f

File tree

15 files changed

+16
-15
lines changed

15 files changed

+16
-15
lines changed

packages/accounts-ui-unstyled/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: "Unstyled version of login widgets",
3-
version: "1.1.6-winr.0"
3+
version: "1.1.6-winr.2"
44
});
55

66
Package.onUse(function (api) {

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.1.5-winr.0'
3+
version: '1.1.5-winr.2'
44
});
55

66
Cordova.depends({

packages/constraint-solver/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: "Given the set of the constraints, picks a satisfying configuration",
3-
version: "1.0.17-winr.0"
3+
version: "1.0.17-winr.2"
44
});
55

66
Npm.depends({

packages/ddp/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's latency-compensated distributed data framework",
3-
version: '1.0.14-winr.0'
3+
version: '1.0.14-winr.2'
44
});
55

66
// We use 'faye-websocket' for connections in server-to-server DDP, mostly

packages/google/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: "Google OAuth flow",
3-
version: "1.1.4-winr.0"
3+
version: "1.1.4-winr.2"
44
});
55

66
Package.onUse(function(api) {

packages/html-tools/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: "Standards-compliant HTML tools",
3-
version: '1.0.3-winr.0'
3+
version: '1.0.3-winr.1'
44
});
55

66
Package.onUse(function (api) {

packages/http/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: "Make HTTP calls to remote servers",
3-
version: '1.0.10'
3+
version: '1.0.10-winr.2'
44
});
55

66
Npm.depends({request: "2.47.0"});

packages/jquery/package.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Package.describe({
33
// This matches the upstream version. If you want to publish a new version of
44
// the package without pulling a new upstream version, you should call it
55
// '1.11.2_1'.
6-
version: '1.11.2_1'
6+
// XXX this seems to break if we use _1, change the version number back
7+
version: '1.11.3-winr.0'
78
});
89

910
Package.onUse(function (api) {

packages/meteor-tool/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: "The Meteor command-line tool",
3-
version: '1.0.38-winr.7'
3+
version: '1.0.38-winr.8'
44
});
55

66
Package.includeTool();

packages/meteor/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Package.describe({
44
summary: "Core Meteor environment",
5-
version: '1.1.5-winr.0'
5+
version: '1.1.5-winr.2'
66
});
77

88
Package.registerBuildPlugin({

0 commit comments

Comments
 (0)