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

Minimum 3.x series for ember-data addon #553

Merged
merged 2 commits into from
Sep 9, 2020

Conversation

snewcomer
Copy link
Contributor

ref #552

I am unsure if peer dependencies is a strict versio or loose range. Might be worthwhile to make it 3.x - and above if so.

package.json Outdated
@@ -143,7 +143,7 @@
"release-it-lerna-changelog": "^2.3.0"
},
"peerDependencies": {
"ember-data": "2.x - 3.x",
"ember-data": "3.x",
Copy link
Member

Choose a reason for hiding this comment

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

I think we should do >= 3.0.0, but not sure. I would want it to work with 4.x too later potentially.

@snewcomer
Copy link
Contributor Author

Great! Thx for the review. Possible we can get a 0.10 release before this goes in?

@RobbieTheWagner
Copy link
Member

@snewcomer sure, I can do another release before this.

@RobbieTheWagner RobbieTheWagner merged commit a15902c into ember-learn:master Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants