Skip to content

Commit

Permalink
Merge pull request #20731 from emberjs/move-barrel-assertion
Browse files Browse the repository at this point in the history
Bump barrel file deprecations until 7.0.0
  • Loading branch information
ef4 authored Aug 21, 2024
2 parents b1bdc03 + 1182cde commit fccc291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/deprecations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const DEPRECATIONS = {
id: `deprecate-import-${dasherize(importName).toLowerCase()}-from-ember`,
for: 'ember-source',
since: { available: '5.10.0' },
until: '6.0.0',
until: '7.0.0',
url: `https://deprecations.emberjs.com/id/import-${dasherize(
importName
).toLowerCase()}-from-ember`,
Expand Down

0 comments on commit fccc291

Please sign in to comment.