Skip to content

Commit

Permalink
Bump package versions for 1.5.2-rc.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Aug 24, 2017
1 parent 4986d08 commit c8efd5d
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/accounts-base/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "A user account system",
version: "1.3.2-rc152.1"
version: "1.3.2-rc152.2"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compiler/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Package.describe({
// isn't possible because you can't publish a non-recommended
// release with package versions that don't have a pre-release
// identifier at the end (eg, -dev)
version: '6.20.0-rc152.1'
version: '6.20.0-rc152.2'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/boilerplate-generator-tests/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package.describe({
// These tests are in a separate package so that we can Npm.depend on
// parse5, a html parsing library.
summary: "Tests for the boilerplate-generator package",
version: '1.0.0-rc152.1',
version: '1.0.0-rc152.2',
documentation: null
});

Expand Down
2 changes: 1 addition & 1 deletion packages/boilerplate-generator/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Generates the boilerplate html from program's manifest",
version: '1.2.0-rc152.1'
version: '1.2.0-rc152.2'
});

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/ddp-client/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data client",
version: '2.1.0-rc152.1',
version: '2.1.0-rc152.2',
documentation: null
});

Expand Down
2 changes: 1 addition & 1 deletion packages/ejson/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Extended and Extensible JSON library',
version: '1.0.14-rc152.1'
version: '1.0.14-rc152.2'
});

Package.onUse(function onUse(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/meteor-tool/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: "1.5.2-rc.1"
version: "1.5.2-rc.2"
});

Package.includeTool();
2 changes: 1 addition & 1 deletion packages/minifier-js/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "JavaScript minifier",
version: "2.1.2-rc152.1"
version: "2.1.2-rc152.2"
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/minimongo/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
version: '1.3.0-rc152.1'
version: '1.3.0-rc152.2'
});

Package.onUse(api => {
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "modules",
version: "0.10.0-rc152.1",
version: "0.10.0-rc152.2",
summary: "CommonJS module system",
documentation: "README.md"
});
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo-dev-server/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Package.describe({
documentation: 'README.md',
name: 'mongo-dev-server',
summary: 'Start MongoDB alongside Meteor, in development mode.',
version: '1.0.1-rc152.1',
version: '1.0.1-rc152.2',
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongo/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.2.0-rc152.1'
version: '1.2.0-rc152.2'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/promise/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "promise",
version: "0.9.0-rc152.1",
version: "0.9.0-rc152.2",
summary: "ECMAScript 2015 Promise polyfill with Fiber support",
git: "https://github.com/meteor/promise",
documentation: "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-in-browser/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Run tests interactively in the browser",
version: '1.0.14-rc152.1',
version: '1.0.14-rc152.2',
documentation: null
});

Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Serves a Meteor app over HTTP",
version: '1.3.18-rc152.1'
version: '1.3.18-rc152.2'
});

Npm.depends({connect: "2.30.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/admin/meteor-release-experimental.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.5.2-rc.1",
"version": "1.5.2-rc.2",
"recommended": false,
"official": false,
"description": "Meteor"
Expand Down

0 comments on commit c8efd5d

Please sign in to comment.