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

Allow @ember/string v4 and move ember-inflector to peerDependencies #183

Merged

Conversation

mkszepp
Copy link
Contributor

@mkszepp mkszepp commented Aug 2, 2024

  • @ember/string was moved to addon v2, we should allow latest version (v4)
  • ember-inflector was also moved to an addon v2, we should allow also that latest version (v5)

We need to move ember-inflector into peerDependencies, which is braking. Without moving as peerDependency we don't have a shared ember-inflector instance (this means, that ember-inflector isn't working correctly (tests will fail)

Moving ember-inflector to peerDependencies is braking, so we need a major release

@RobbieTheWagner RobbieTheWagner added the breaking Breaking Change label Aug 6, 2024
@RobbieTheWagner RobbieTheWagner merged commit 90f21f3 into minutebase:master Aug 6, 2024
13 checks passed
@mkszepp mkszepp deleted the allow-lastest-peerDependencies branch August 6, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking Change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants