Meteor version to 3.1.2 ☄️

This commit is contained in:
Nacho Codoñer
2025-02-06 15:58:39 +01:00
parent 1c455b30ad
commit 8f5cd46a30
7 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Send email messages",
version: "3.1.2-beta312.0",
version: "3.1.2",
});
Npm.depends({

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'modern-browsers',
version: '0.2.0-beta312.0',
version: '0.2.0',
summary:
'API for defining the boundary between modern and legacy ' +
'JavaScript clients',

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Serves a Meteor app over HTTP",
version: "2.0.5-beta312.0",
version: "2.0.5",
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "3.1.1",
"version": "3.1.2",
"recommended": false,
"official": true,
"description": "The Official Meteor Distribution"

View File

@@ -1,4 +1,4 @@
## v3.1.2, /date/
## v3.1.2, 2025-02-06
### Highlights
@@ -21,7 +21,7 @@ Please run the following command to update your project:
```bash
meteor update --release 3.1.2-beta.0
meteor update --release 3.1.2
```

View File

@@ -10,7 +10,7 @@ This is a complete history of changes for Meteor releases.
[//]: # (go to meteor/docs/generators/changelog/docs)
## v3.1.2, <date>
## v3.1.2, 2025-02-06
### Highlights
@@ -33,7 +33,7 @@ Please run the following command to update your project:
```bash
meteor update --release 3.1.2-beta.0
meteor update --release 3.1.2
```