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

Backport fixes for release #6262

Merged
merged 4 commits into from
Jul 19, 2019
Merged

Backport fixes for release #6262

merged 4 commits into from
Jul 19, 2019

Conversation

runspired
Copy link
Contributor

@runspired runspired commented Jul 18, 2019

backports #6256 and #6257 to release

* [BUGFIX release] safer type stripping strategy

* remove uneeded command parts
@runspired runspired changed the base branch from master to release July 18, 2019 22:54
runspired and others added 2 commits July 18, 2019 21:52
In 3.11 ember-data migrated its blueprints to belong to the specific
packages that they operate on. Unfortunately, ember-cli (at least as of
3.12) only supports discovering blueprints from addons that are direct
dependencies or devDependencies of the project.

This adds re-exports for each of the blueprints from the top level
`ember-data` package in order to make `ember g model` (and friends) work
properly when the project depends on `ember-data` and not the individual
`@ember-data/*` packages themselves.
@runspired runspired merged commit fe5641b into release Jul 19, 2019
@delete-merged-branch delete-merged-branch bot deleted the bugfix/release branch July 19, 2019 08:24
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.

2 participants