Bump package versions for 1.9-alpha.8 release.

This commit is contained in:
Ben Newman
2019-07-30 15:09:26 -04:00
parent 63c40081d2
commit 7026ccaedd
12 changed files with 12 additions and 12 deletions

View File

@@ -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: '7.5.0-alpha190.7'
version: '7.5.0-alpha190.8'
});
Npm.depends({

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "context",
version: "0.5.0-alpha190.7",
version: "0.5.0-alpha190.8",
summary: "Manage contextual information without passing objects around",
documentation: "README.md"
});

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "ecmascript-runtime-client",
version: "0.10.0-alpha190.7",
version: "0.10.0-alpha190.8",
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"

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "ecmascript-runtime-server",
version: "0.9.0-alpha190.7",
version: "0.9.0-alpha190.8",
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"

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "The Meteor command-line tool",
version: '1.9.0-alpha.7'
version: '1.9.0-alpha.8'
});
Package.includeTool();

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "modules-runtime",
version: "0.12.0-alpha190.7",
version: "0.12.0-alpha190.8",
summary: "CommonJS module system",
git: "https://github.com/benjamn/install",
documentation: "README.md"

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "modules",
version: "0.15.0-alpha190.7",
version: "0.15.0-alpha190.8",
summary: "CommonJS module system",
documentation: "README.md"
});

View File

@@ -9,7 +9,7 @@
Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.8.0-alpha190.7'
version: '1.8.0-alpha190.8'
});
Npm.depends({

View File

@@ -3,7 +3,7 @@
Package.describe({
summary: "Wrapper around the mongo npm package",
version: "3.3.0-alpha190.7",
version: "3.3.0-alpha190.8",
documentation: null
});

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.9-alpha.7",
"version": "1.9-alpha.8",
"recommended": false,
"official": false,
"description": "Meteor"