angular / zone.js

Implements Zones for JavaScript
https://github.com/angular/angular/tree/master/packages/zone.js/
MIT License
3.25k stars 407 forks source link

build: bump version to 0.9.0 #1193

Closed JiaLiPassion closed 5 years ago

JiaLiPassion commented 5 years ago
  1. Update package.json and CHANGELOG
  2. because we have some new files under dist, I also add dist into this commit, if this not needed, I can remove the changes under dist.

@IgorMinar, @mhevery, please review, thanks!

IgorMinar commented 5 years ago

We should either cut a beta first or create a PR in the cli repo that verifies that this unreleased build will work well in a cli app. JiaLi could you do that please? This might require differential loading in cli (feature that we are currently working on) to be somewhat usable in CLI.

@manfredsteyer is leading that effort. Manfred could you please help JiaLi verify that we've got all we need for differential loading before we cut the 0.9 zone.js release? Thank you.

On Wed, Feb 27, 2019, 9:35 PM JiaLiPassion <notifications@github.com wrote:

  1. Update package.json and CHANGELOG
  2. because we have some new files under dist, I also add dist into this commit, if this not needed, I can remove the changes under dist.

@IgorMinar https://github.com/IgorMinar, @mhevery https://github.com/mhevery, please review, thanks!

You can view, comment on, or merge this pull request online at:

https://github.com/angular/zone.js/pull/1193 Commit Summary

  • build: bump version to 0.9.0

File Changes

Patch Links:

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/angular/zone.js/pull/1193, or mute the thread https://github.com/notifications/unsubscribe-auth/AANM6I2HnOXBN8fkzGmGVAANOV_OedDeks5vR2qdgaJpZM4bWDBj .

JiaLiPassion commented 5 years ago

@IgorMinar, Sure, will do, thanks!