Skip to content

Commit

Permalink
Merge pull request #17547 from emberjs/rwjblue-patch-1
Browse files Browse the repository at this point in the history
Fix svelte information for component manager string deprecation
  • Loading branch information
locks authored Feb 2, 2019
2 parents 310c0db + d5960da commit ca0b437
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 @@ -11,6 +11,6 @@ export const MERGE = !!'3.6.0-beta.1';
export const HANDLER_INFOS = !!'3.9.0';
export const ROUTER_EVENTS = !!'3.9.0';
export const TRANSITION_STATE = !!'3.9.0';
export const COMPONENT_MANAGER_STRING_LOOKUP = !!'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';

0 comments on commit ca0b437

Please sign in to comment.