mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bumps versions to 1.12.1 beta
Upgrades Node.js to 12.20.1
This commit is contained in:
22
History.md
22
History.md
@@ -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
2
meteor
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "The Meteor command-line tool",
|
||||
version: '1.12.0'
|
||||
version: '1.12.1-beta.0'
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "1.12-beta.3",
|
||||
"version": "1.12.1-beta.0",
|
||||
"recommended": false,
|
||||
"official": false,
|
||||
"description": "Meteor"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user