Skip to content

Commit

Permalink
Merge pull request #17900 from emberjs/locks-patch-1
Browse files Browse the repository at this point in the history
[BETA] Fix version for APP_CTRL_ROUTER_PROPS deprecation flag
  • Loading branch information
rwjblue authored Apr 11, 2019
2 parents 99a9f53 + c9cb393 commit bdebabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/deprecated-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export const ROUTER_EVENTS = !!'4.0.0';
export const COMPONENT_MANAGER_STRING_LOOKUP = !!'3.8.0';
export const JQUERY_INTEGRATION = !!'3.9.0';
export const ALIAS_METHOD = !!'3.9.0';
export const APP_CTRL_ROUTER_PROPS = !!'4.0.0';
export const APP_CTRL_ROUTER_PROPS = !!'3.10.0-beta.1';

0 comments on commit bdebabf

Please sign in to comment.