Meteor version to 2.10.0-beta.0 ☄️

This commit is contained in:
Gabriel Grubba
2023-01-06 13:33:13 -03:00
parent 3468a19ad0
commit 2d0cb940bb
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Register callbacks on a hook",
version: '1.4.0'
version: '1.5.0-beta2100.0'
});
Package.onUse(function (api) {

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'react-fast-refresh',
version: '0.2.4',
version: '0.2.5-beta2100.0',
summary: 'Automatically update React components with HMR',
documentation: 'README.md',
devOnly: true,

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Run tests interactively in the browser",
version: '1.3.2',
version: '1.3.3-beta2100.0',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Dependency tracker to allow reactive callbacks",
version: "1.2.1"
version: "1.3.0-beta2100.0"
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Serves a Meteor app over HTTP',
version: '1.13.2',
version: '1.13.3-beta2100.0',
});
Npm.depends({

View File

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