Skip to content

Commit

Permalink
Bump package versions for 1.5-rc.10 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Newman committed May 29, 2017
1 parent cea3729 commit d11cf77
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
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.19.1-rc.9'
version: '6.19.1-rc.10'
});

Npm.depends({
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.1.0-rc.9'
version: '1.1.0-rc.10'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-import/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "dynamic-import",
version: "0.1.0-rc.9",
version: "0.1.0-rc.10",
summary: "Runtime support for Meteor 1.5 dynamic import(...) syntax",
documentation: "README.md"
});
Expand Down
2 changes: 1 addition & 1 deletion packages/ecmascript-runtime-client/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "ecmascript-runtime-client",
version: "0.4.1-rc.9",
version: "0.4.1-rc.10",
summary: "Polyfills for new ECMAScript 2015 APIs like Map and Set",
git: "https://github.com/meteor/meteor/tree/devel/packages/ecmascript-runtime-client",
documentation: "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/ecmascript-runtime-server/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "ecmascript-runtime-server",
version: "0.4.1-rc.9",
version: "0.4.1-rc.10",
summary: "Polyfills for new ECMAScript 2015 APIs like Map and Set",
git: "https://github.com/meteor/meteor/tree/devel/packages/ecmascript-runtime-client",
documentation: "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/ecmascript-runtime/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "ecmascript-runtime",
version: "0.4.1-rc.9",
version: "0.4.1-rc.10",
summary: "Polyfills for new ECMAScript 2015 APIs like Map and Set",
git: "https://github.com/meteor/ecmascript-runtime",
documentation: "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/ecmascript/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.8.0-rc.9',
version: '0.8.0-rc.10',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion packages/facebook-oauth/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Facebook OAuth flow",
version: "1.3.1-rc.9"
version: "1.3.1-rc.10"
});

Package.onUse(function(api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/localstorage/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Simulates local storage on IE 6,7 using userData",
version: "1.1.0-rc.9"
version: "1.1.0-rc.10"
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/meteor-base/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'meteor-base',
version: '1.1.0-rc.9',
version: '1.1.0-rc.10',
// Brief, one-line summary of the package.
summary: 'Packages that every Meteor app needs',
// By default, Meteor will default to using README.md for documentation.
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.0-rc.9'
version: '1.5.0-rc.10'
});

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.0-rc.9"
version: "2.1.0-rc.10"
});

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.2.0-rc.9'
version: '1.2.0-rc.10'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/modules-runtime/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: "modules-runtime",
version: "0.8.0-rc.9",
version: "0.8.0-rc.10",
summary: "CommonJS module system",
git: "https://github.com/benjamn/install",
documentation: "README.md"
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.9.0-rc.9",
version: "0.9.0-rc.10",
summary: "CommonJS module system",
documentation: "README.md"
});
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.1.18-rc.9'
version: '1.1.18-rc.10'
});

Npm.depends({
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive-dict/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: "Reactive dictionary",
version: '1.1.9-rc.9'
version: '1.1.9-rc.10'
});

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-minifier-js/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'standard-minifier-js',
version: '2.1.0-rc.9',
version: '2.1.0-rc.10',
summary: 'Standard javascript minifiers used with Meteor apps by default.',
documentation: 'README.md',
});
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.16-rc.9'
version: '1.3.16-rc.10'
});

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-rc.9",
"version": "1.5-rc.10",
"recommended": false,
"official": false,
"description": "Meteor"
Expand Down

0 comments on commit d11cf77

Please sign in to comment.