Meteor version to 2.9.1-beta.4 ☄️

This commit is contained in:
Gabriel Grubba
2022-12-19 16:56:06 -03:00
parent 7ee47054fd
commit 986de31ccb
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ Package.describe({
// 2.2.x in the future. The version was also bumped to 2.0.0 temporarily
// during the Meteor 1.5.1 release process, so versions 2.0.0-beta.2
// through -beta.5 and -rc.0 have already been published.
version: '2.3.3-beta291.3',
version: '2.3.3-beta291.4',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "fetch",
version: '0.1.3-beta291.3',
version: '0.1.3-beta291.4',
summary: "Isomorphic modern/legacy/Node polyfill for WHATWG fetch()",
documentation: "README.md"
});

View File

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

View File

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

View File

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