Bumps versions to 1.12.1 beta

Upgrades Node.js to 12.20.1
This commit is contained in:
filipenevola
2021-01-04 19:16:47 -04:00
parent 056e8ac3c1
commit 22f78c2915
6 changed files with 27 additions and 5 deletions

View File

@@ -10,6 +10,28 @@ N/A
### Changes
## v1.12.1, TBD
### Breaking changes
N/A
### Migration steps
N/A
### Changes
#### Highlights
- Node.js 12.20.1 [release notes](https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/)
- Fixes problem on IE because of modern syntax on `dynamic-import` package.
#### Meteor Version Release
* `dynamic-import@0.5.5`
- Fixes problem on IE because of modern syntax (arrow function).
* `meteor-babel@7.10.6`
- Allows to disable sourceMap generation [#36](https://github.com/meteor/babel/pull/36)

2
meteor
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
BUNDLE_VERSION=12.18.4.7
BUNDLE_VERSION=12.20.1.0
# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "dynamic-import",
version: "0.5.4",
version: "0.5.5-beta1121.0",
summary: "Runtime support for Meteor 1.5 dynamic import(...) syntax",
documentation: "README.md"
});

View File

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

View File

@@ -1,6 +1,6 @@
{
"track": "METEOR",
"version": "1.12-beta.3",
"version": "1.12.1-beta.0",
"recommended": false,
"official": false,
"description": "Meteor"

View File

@@ -5,7 +5,7 @@ set -u
UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=12.18.4
NODE_VERSION=12.20.1
MONGO_VERSION_64BIT=4.2.8
MONGO_VERSION_32BIT=3.2.22
NPM_VERSION=6.14.8