Skip to content

Commit

Permalink
add support for ember-cli v5.x deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Aug 30, 2023
1 parent f671e3c commit d32c082
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
@models={{array 'ember-cli' 'v4.x'}}
>v4.x</LinkTo>
</li>
<li class='list-unstyled' data-test-ember-cli-4-link>
<LinkTo
@route='show'
@models={{array 'ember-cli' 'v5.x'}}
>v5.x</LinkTo>
</li>
</ul>
</li>
<li class='item list-unstyled'>
Expand Down
1 change: 1 addition & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = function (defaults) {
'/ember-data/v4.x',
'/ember-cli/v2.x',
'/ember-cli/v4.x',
'/ember-cli/v5.x',
...getDeprecationFilenames(),
],
},
Expand Down
1 change: 1 addition & 0 deletions lib/content-docs-generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const contentFolders = [
'ember-data/v4',
'ember-cli/v2',
'ember-cli/v4',
'ember-cli/v5',
];

const jsonTrees = contentFolders.map(
Expand Down

0 comments on commit d32c082

Please sign in to comment.