-
Notifications
You must be signed in to change notification settings - Fork 13
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
Convert to v2 addon #60
Comments
On this one, that seems good to me here, with the caveat that we need to cut a minor release bumping this to use the latest major of tracked-maps-and-sets first—that unblocks some consumers who are unable to use the current major of this at the same time as they are using the current major of tracked-built-ins, which is depending on a newer version of tracked-maps-and-sets. |
@chriskrycho now I got what you meant. However this addon does not depend on Which means you may cut minor right now and I'll start working on v2 conversion which indeed will be slated for next major. Update: created #63 which we can land once minor release goes out. |
Ah, nice – I didn't remember that. Very good! I'll cut a minor release tomorrow bundling up all the stuff we've done lately and then we can get a new major out. |
@chriskrycho - still waiting on this release! :) |
Created #65 instead of this one as v2 addon format is just part of the major release. |
As this addon provides only run-time functionality hence it's the great candidate for v2 addon conversion.
My thought process is following:
ember-cli-htmlbars
todevDependencies
#57, Bump eslint-plugin-qunit from 7.0.0 to 7.2.0 #58, Run ember-cli-update to v4.2 to align with the latest addon blueprint #59@chriskrycho any thoughts, concerns?
The text was updated successfully, but these errors were encountered: