-
Notifications
You must be signed in to change notification settings - Fork 14
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
Ready for publish #53
Comments
I should have taken notes haha Breaking changes: (everything was deprecated long time ago)
Changes that should not break anything:
Also @GZGavinZhao the gallery https://gallery.angulardart.xyz still has links pointing to the old repo. (#39) Edit: I am ok with ngcomponents and to ignore those two bugs for now |
I'm planning to publish it later today after some minor changes to the README. Does the version number 1.1.0 sound good? 2.0.0 will be reserved for the null safety version. |
1.1.0 now and 2.0.0 for nnbd sounds good. |
Small problem:
I think we have to regenerate the Just for reference, use branch |
Ok I was able to fix that. The package is currently published here. However, for some reason Pub( |
great @GZGavinZhao! Let's adjust the repo to this update ok? |
I believe the current version in the
master
branch is almost ready for publish. This issue is for tracking some last issues that we might have to deal with.I have only three things that we have to agree on:
ngcomponents
. To prevent causing trouble to the migration process, a separate branch used only for publishing will be created from the currentmaster
.ngcomponents
can be a drop-in replacement for users who want to useangular_components
with the latest Angular 7. All they have to do is the change thepubspec.yaml
and all occurrences ofpackage:angular_components
topackage:ngcomponents
. This package will be published under the domain angulardart.xyz.If anyone has any other concerns or issues, feel free to mention them below!
@lejard-h @dukefirehawk @jodinathan
The text was updated successfully, but these errors were encountered: