Skip to content

Commit

Permalink
Merge pull request #20696 from emberjs/kategengler-patch-1
Browse files Browse the repository at this point in the history
Update available/enabled versions
  • Loading branch information
kategengler committed May 13, 2024
2 parents fbe8738 + 0ea9990 commit 2fd542f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@ember/-internals/deprecations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const DEPRECATIONS = {
return deprecation({
id: `deprecate-import-${dasherize(importName).toLowerCase()}-from-ember`,
for: 'ember-source',
since: { available: '5.9.0' },
since: { available: '5.10.0' },
until: '6.0.0',
url: `https://deprecations.emberjs.com/id/import-${dasherize(
importName
Expand Down Expand Up @@ -125,8 +125,8 @@ export const DEPRECATIONS = {
until: '6.0.0',
for: 'ember-source',
since: {
available: '5.9.0',
enabled: '5.9.0',
available: '5.10.0',
enabled: '5.10.0',
},
}),
};
Expand Down

0 comments on commit 2fd542f

Please sign in to comment.