Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.4.3.1 #8363

Merged
merged 11 commits into from Feb 14, 2017
Merged

Release 1.4.3.1 #8363

merged 11 commits into from Feb 14, 2017

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    77e70e4 View commit details
    Browse the repository at this point in the history
  2. Fix installing from shrinkwrap.

    Although we thought the upgrade from `npm` 3.10.9 to 4.1.2 was worthwhile
    and safe, this breaking change proved problematic:
    https://github.com/npm/npm/blob/latest/CHANGELOG.md#no-more-partial-shrinkwraps-breaking
    
    Specifically, if a Meteor package calls `Npm.depends` in a way that
    disagrees with the contents of `.npm/package/npm-shrinkwrap.json` file,
    Meteor will create a partial shrinkwrap file in order to install the
    correct top-level npm dependencies, but transitive dependencies of the
    package will no longer be installed.
    
    This was fixed in Meteor 1.4.2.7 by reverting the upgrade of npm, but
    Meteor 1.4.3.1 will keep npm@4.1.2 and fix the consequences.
    benjamn committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    434116a View commit details
    Browse the repository at this point in the history
  3. Upgrade meteor-babel and reify to versions 0.14.4 and 0.4.8.

    Thanks to @abernix for fixing this Babel/Babylon bug in Reify:
    benjamn/reify#62
    
    Fixes #8312.
    benjamn committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    ebbc02d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae33972 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21185da View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    4dc2550 View commit details
    Browse the repository at this point in the history
  2. Bump package versions for 1.4.3.1-rc.1 release.

    @abernix Bumping the ecmascript version is apparently necessary if the
    babel-compiler package has changed, presumably because ecmascript defines
    a compiler plugin that uses babel-compiler. Unless the ecmascript version
    has been bumped, babel-compiler changes won't appear to have any effect.
    benjamn committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    5465ab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    954333b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e08844 View commit details
    Browse the repository at this point in the history
  5. Add date for 1.4.3 release

    abernix authored and benjamn committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    d7831c0 View commit details
    Browse the repository at this point in the history
  6. Add date for 1.4.3.1 release.

    benjamn committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    641cf57 View commit details
    Browse the repository at this point in the history