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

Migrate for Meteor 3.0 #306

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Migrate for Meteor 3.0 #306

wants to merge 3 commits into from

Conversation

jankapunkt
Copy link
Member

in development

package.js Outdated
@@ -11,7 +11,7 @@ Package.onUse(function (api) {
api.versionsFrom(['2.3', '2.8.1', '3.0-beta.0'])

api.use([
'mongo',
'mongo@2.0.0-beta300.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be taken care of by the versionsFrom, this will break backward compatibility otherwise.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On the other packages I left it blank and I got the error that I need to specifiy a version for it, when I ran meteor publish

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't have this in a release as it would break backward compatibility.
Also for forward compatibility we need the ddp package listed here I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants