mirror of
https://github.com/meteor/meteor.git
synced 2026-01-10 08:08:24 -05:00
Meteor version to 3.1.2 ☄️
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Send email messages",
|
||||
version: "3.1.2-beta312.0",
|
||||
version: "3.1.2",
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "The Meteor command-line tool",
|
||||
version: "3.1.2-beta.0",
|
||||
version: "3.1.2",
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"recommended": false,
|
||||
"official": true,
|
||||
"description": "The Official Meteor Distribution"
|
||||
|
||||
@@ -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
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user