Prepare Meteor 2.6 beta-0 release

This commit is contained in:
Renan Castro
2022-01-07 10:44:13 -03:00
committed by Filipe Névola
parent 4152c205a9
commit 1329238201
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'allow-deny',
version: '1.1.0',
version: '1.1.1-beta260.0',
// Brief, one-line summary of the package.
summary: 'Implements functionality for allow/deny and client-side db operations',
// URL to the Git repository containing the source code for this package.

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Tiny testing framework",
version: '1.2.0'
version: '1.2.1-beta260.0'
});
Package.onUse(function (api) {

View File

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