Skip to content

Commit

Permalink
Enable two deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 9, 2024
1 parent 47f3eeb commit cd18acc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@ember/-internals/deprecations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const DEPRECATIONS = {
for: 'ember-source',
since: {
available: '5.9.0',
enabled: '5.9.0',
},
}),
DEPRECATE_COMPONENT_TEMPLATE_RESOLVING: deprecation({
Expand All @@ -113,6 +114,7 @@ export const DEPRECATIONS = {
for: 'ember-source',
since: {
available: '5.9.0',
enabled: '5.9.0',
},
}),
};
Expand Down

0 comments on commit cd18acc

Please sign in to comment.