Skip to content

Commit

Permalink
Bump package versions for 1.4.3.1-rc.1 release.
Browse files Browse the repository at this point in the history
@abernix Bumping the ecmascript version is apparently necessary if the
babel-compiler package has changed, presumably because ecmascript defines
a compiler plugin that uses babel-compiler. Unless the ecmascript version
has been bumped, babel-compiler changes won't appear to have any effect.
  • Loading branch information
Ben Newman committed Feb 14, 2017
1 parent 4dc2550 commit 5465ab8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.14.1-rc.0'
version: '6.14.1-rc.1'
});

Npm.depends({
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.6.2',
version: '0.6.3-rc.1',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md'
});
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.4.3-1-rc.0'
version: '1.4.3-1-rc.1'
});

Package.includeTool();
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.7.9-rc.0",
version: "0.7.9-rc.1",
summary: "CommonJS module system",
documentation: "README.md"
});
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.4.3.1-rc.0",
"version": "1.4.3.1-rc.1",
"recommended": false,
"official": false,
"description": "Meteor"
Expand Down

0 comments on commit 5465ab8

Please sign in to comment.