Meteor version to 2.8-beta.7 ☄️

This commit is contained in:
Gabriel Grubba
2022-09-09 11:06:08 -03:00
parent 55a0b26afc
commit 3f8e52bc8a
8 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -2,7 +2,7 @@
Package.describe({
summary: "Core Meteor environment",
version: '1.10.1-beta280.6'
version: '1.10.1-beta280.7'
});
Package.registerBuildPlugin({

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "modules",
version: "0.19.0-beta280.6",
version: "0.19.0-beta280.7",
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.16.0-beta280.6'
version: '1.16.0-beta280.7'
});
Npm.depends({

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Run tests noninteractively, with results going to the console.',
version: '1.2.4-beta280.6'
version: '1.2.4-beta280.7'
});
Package.onUse(function(api) {

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "2.8-beta.6",
"version": "2.8-beta.7",
"recommended": false,
"official": false,
"description": "Meteor experimental release"