Meteor version to 2.10.0-rc.0 ☄️

This commit is contained in:
Gabriel Grubba
2023-01-10 16:26:03 -03:00
parent daef26d90d
commit eebe2b476b
13 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
Package.describe({
name: "babel-compiler",
summary: "Parser/transpiler for ECMAScript 2015+ syntax",
version: '7.10.2-beta2100.1'
version: '7.10.2-rc2100.0'
});
Npm.depends({

View File

@@ -2,7 +2,7 @@ Package.describe({
// These tests are in a separate package so that we can Npm.depend on
// parse5, a html parsing library.
summary: "Tests for the boilerplate-generator package",
version: '1.5.1-beta2100.1',
version: '1.5.1-rc2100.0',
documentation: null
});

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.16.4',
version: '0.16.5-rc2100.0',
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: '2.10.0-beta.1',
version: '2.10.0-rc.0',
});
Package.includeTool();

View File

@@ -2,7 +2,7 @@
Package.describe({
summary: "Core Meteor environment",
version: '1.11.0-beta2100.1'
version: '1.11.0-rc2100.0'
});
Package.registerBuildPlugin({

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'react-fast-refresh',
version: '0.2.5-beta2100.0',
version: '0.2.5-rc2100.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.3-beta2100.0',
version: '1.3.3-rc2100.0',
documentation: null
});

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'typescript',
version: '4.7.4-beta2100.1',
version: '4.7.4-rc2100.0',
summary:
'Compiler plugin that compiles TypeScript and ECMAScript in .ts and .tsx files',
documentation: 'README.md',

View File

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

View File

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