Meteor version to 2.10.0-beta.1 ☄️

This commit is contained in:
Gabriel Grubba
2023-01-09 15:09:10 -03:00
parent 5504741e80
commit 0eabc108c7
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
Package.describe({
name: "babel-compiler",
summary: "Parser/transpiler for ECMAScript 2015+ syntax",
version: '7.10.2'
version: '7.10.2-beta2100.1'
});
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.0',
version: '1.5.1-beta2100.1',
documentation: null
});

View File

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

View File

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

View File

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

View File

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