Skip to content

Commit 1a627ed

Browse files
btecuRobert Jackson
authored andcommitted
Extend transition deprecation
(cherry picked from commit 926452f)
1 parent 646769e commit 1a627ed

File tree

1 file changed

+1
-1
lines changed
  • packages/@ember/-internals/routing/lib

1 file changed

+1
-1
lines changed

packages/@ember/-internals/routing/lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export function deprecateTransitionMethods(frameworkClass: string, methodName: s
254254
since: {
255255
enabled: '3.26.0',
256256
},
257-
until: '4.0.0',
257+
until: '5.0.0',
258258
url: 'https://deprecations.emberjs.com/v3.x/#toc_routing-transition-methods',
259259
}
260260
);

0 commit comments

Comments
 (0)