Skip to content

Commit

Permalink
Merge pull request #19571 from btecu/transition-deprecaton
Browse files Browse the repository at this point in the history
[BUGFIX release] Extend transitionTo deprecation
  • Loading branch information
kategengler committed May 29, 2021
2 parents b4ace38 + 926452f commit cf7c1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/routing/lib/utils.ts
Expand Up @@ -254,7 +254,7 @@ export function deprecateTransitionMethods(frameworkClass: string, methodName: s
since: {
enabled: '3.26.0',
},
until: '4.0.0',
until: '5.0.0',
url: 'https://deprecations.emberjs.com/v3.x/#toc_routing-transition-methods',
}
);
Expand Down

0 comments on commit cf7c1bd

Please sign in to comment.