Bump package versions for the official 1.4.2.2 release.

This commit is contained in:
Ben Newman
2016-11-15 19:59:10 -05:00
parent 824e68872f
commit fda40742fe
10 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Password support for accounts",
version: "1.3.3-rc.1"
version: "1.3.3"
});
Package.onUse(function(api) {

View File

@@ -1,7 +1,7 @@
Package.describe({
name: "babel-runtime",
summary: "Runtime support for output of Babel transpiler",
version: '1.0.1-rc.1',
version: '1.0.1',
documentation: 'README.md'
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Javascript dialect with fewer braces and semicolons",
version: "1.11.1-4-rc.1"
version: "1.11.1_4"
});
Package.registerBuildPlugin({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.6.1-rc.1',
version: '0.6.1',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md'
});

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'less',
version: '2.7.8-rc.1',
version: '2.7.8',
summary: 'Leaner CSS language',
documentation: 'README.md'
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.4.2-2-rc.1'
version: '1.4.2_2'
});
Package.includeTool();

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
version: '1.0.19-rc.1'
version: '1.0.19'
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Expressive, dynamic, robust CSS',
version: "2.513.8-rc.1"
version: "2.513.8"
});
Package.registerBuildPlugin({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Twitter OAuth flow",
version: '1.1.14-rc.1'
version: '1.1.14'
});
Package.onUse(function(api) {

View File

@@ -1,7 +1,7 @@
{
"track": "METEOR",
"version": "1.4.2.1",
"patchFrom": ["1.4.2"],
"version": "1.4.2.2",
"patchFrom": ["1.4.2", "1.4.2.1"],
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"