Skip to content

Commit b0e3a7d

Browse files
authored
Merge pull request #837 from ember-learn/deprecation-workflow
add more deprecations to workflow
2 parents 63165d4 + 1cf139f commit b0e3a7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/deprecation-workflow.js

+2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ self.deprecationWorkflow.config = {
33
workflow: [
44
{ handler: 'silence', matchId: 'ember.globals-resolver' },
55
{ handler: 'silence', matchId: 'ember-component.is-visible' },
6+
{ handler: 'silence', matchId: 'manager-capabilities.modifiers-3-13' },
7+
{ handler: 'silence', matchId: 'this-property-fallback' },
68
],
79
};

0 commit comments

Comments
 (0)