Skip to content

Commit

Permalink
update svelte version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Garrett committed Feb 1, 2019
1 parent 29f5c2a commit 1f5438b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@ember/deprecated-features/index.ts
@@ -1,5 +1,8 @@
/* eslint-disable no-implicit-coercion */

// These versions should be the version that the deprecation was _introduced_,
// not the version that the feature will be removed.

export const SEND_ACTION = !!'3.4.0';
export const EMBER_EXTEND_PROTOTYPES = !!'3.2.0-beta.5';
export const RUN_SYNC = !!'3.0.0-beta.4';
Expand All @@ -10,4 +13,4 @@ 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 JQUERY_INTEGRATION = !!'3.9.0';
export const ALIAS_METHOD = !!'4.0.0';
export const ALIAS_METHOD = !!'3.9.0';

0 comments on commit 1f5438b

Please sign in to comment.