Bump Meteor version to 2.6-rc.0

This commit is contained in:
Filipe Névola
2022-01-27 10:42:06 -04:00
parent db6f653fb2
commit 8843535527
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'allow-deny',
version: '1.1.1-beta260.4',
version: '1.1.1-rc260.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.6.0-beta.4',
version: '2.6.0-rc.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.8.0-beta260.4'
version: '1.8.0-rc260.0'
});
Package.onUse(api => {

View File

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

View File

@@ -3,7 +3,7 @@
Package.describe({
summary: "Wrapper around the mongo npm package",
version: "4.3.1-beta260.4",
version: "4.3.1-rc260.0",
documentation: null
});

View File

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

View File

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