Skip to content

Commit

Permalink
Merge pull request #20692 from NullVoxPopuli/enable-two-deprecations
Browse files Browse the repository at this point in the history
[DEPRECATION beta] Enable two deprecations
  • Loading branch information
kategengler committed May 9, 2024
2 parents 47f3eeb + cd18acc commit 3f2f2ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@ember/-internals/deprecations/index.ts
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 3f2f2ef

Please sign in to comment.