-
Notifications
You must be signed in to change notification settings - Fork 59
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 v2.0 #87
Release v2.0 #87
Conversation
The ci is failing |
@@ -1,14 +1,14 @@ | |||
Package.describe({ | |||
summary: 'Define and run db migrations.', | |||
version: '1.1.0', | |||
version: '2.0.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it may break things but I agree on the changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this update is necessary as the internals will change significantly and there will be hard minimum Meteor requirement of 2.8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can either release the full version or if you want @Grubba27 we can release a beta. Thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe release a beta?
@Grubba27 tests passing now, but I'm seeing a few |
Fixed all the tests. I would like to release a alpha/beta so that it can be tested by more people. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a quick review, LGTM, but, I think we should release a beta and then v2.
Yes, I'm thinking that we should have alpha versions and so on to track with the Meteor 3 alpha releases as well. |
Agreed but at the same time someone who is in the v2.x track could migrate to 2.0 in this package |
I don't follow. My idea is to release |
When will this be merged into the production version of this package? I'm looking forward to testing the changes:) |
@Grubba27 could you make a beta release please? |
@StorytellerCZ @Grubba27 waiting for this to be merged 🤓 |
I can merge, but not release. We will need someone from MS. |
Move to async and minimum Meteor version is 2.8
Incorporates #86