mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update history & npm in dev bundle
This commit is contained in:
40
History.md
40
History.md
@@ -2,19 +2,6 @@
|
||||
|
||||
### Breaking changes
|
||||
|
||||
* `email` package dependencies have been update and package version has been bumped to 2.0.0
|
||||
There is a potential breaking change as the underlying package started to use `dns.resolve()`
|
||||
instead of `dns.lookup()` which might be breaking on some environments.
|
||||
See [nodemailer changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) for more information.
|
||||
|
||||
### Changes
|
||||
|
||||
* `email` package now exposes `hookSend` that runs before emails are send.
|
||||
|
||||
## v1.10.3, TBD
|
||||
|
||||
### Breaking changes
|
||||
|
||||
N/A
|
||||
|
||||
### Migration steps
|
||||
@@ -23,8 +10,35 @@ N/A
|
||||
|
||||
### Changes
|
||||
|
||||
N/A
|
||||
|
||||
## v1.10.3, TBD
|
||||
|
||||
### Breaking changes
|
||||
|
||||
* `email` package dependencies have been update and package version has been bumped to 2.0.0
|
||||
There is a potential breaking change as the underlying package started to use `dns.resolve()`
|
||||
instead of `dns.lookup()` which might be breaking on some environments.
|
||||
See [nodemailer changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) for more information.
|
||||
|
||||
### Migration steps
|
||||
|
||||
N/A
|
||||
|
||||
### Changes
|
||||
|
||||
* Fixes error when removing cordova plugin that depends on cli variables. PR [#10976](https://github.com/meteor/meteor/pull/11052)
|
||||
|
||||
* `email` package now exposes `hookSend` that runs before emails are send.
|
||||
|
||||
* The version of MongoDB used by Meteor in development has been updated
|
||||
from 4.2.5 to 4.2.7
|
||||
|
||||
* Node.js has been updated to version
|
||||
[12.18.1](https://nodejs.org/en/blog/release/v12.18.1/)
|
||||
|
||||
* Updated npm to version 6.14.5
|
||||
|
||||
## v1.10.2, 2020-04-21
|
||||
|
||||
### Breaking changes
|
||||
|
||||
@@ -10,7 +10,7 @@ var packageJson = {
|
||||
dependencies: {
|
||||
// Explicit dependency because we are replacing it with a bundled version
|
||||
// and we want to make sure there are no dependencies on a higher version
|
||||
npm: "6.14.0",
|
||||
npm: "6.14.5",
|
||||
pacote: "https://github.com/meteor/pacote/tarball/a81b0324686e85d22c7688c47629d4009000e8b8",
|
||||
"node-gyp": "6.0.1",
|
||||
"node-pre-gyp": "0.14.0",
|
||||
|
||||
Reference in New Issue
Block a user