File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.2.0 (2023-11-01)
2
+
3
+ * Introduce a dependency on ember-string to improve out of the box
4
+ compatibiliy with Ember 4.12
5
+ * Refactor to adopt newer versions of dev dependencies.
6
+
7
+
1
8
## v2.0.0 (2021-07-04)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-deprecation-workflow" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " Provides a much needed workflow to managing deprecations." ,
5
5
"keywords" : [
6
6
" ember-addon"
27
27
"test:ember-compatibility" : " ember try:each"
28
28
},
29
29
"dependencies" : {
30
- "@ember/string" :" ^3.0.0" ,
30
+ "@ember/string" : " ^3.0.0" ,
31
31
"broccoli-funnel" : " ^3.0.3" ,
32
32
"broccoli-merge-trees" : " ^4.2.0" ,
33
33
"broccoli-plugin" : " ^4.0.5"
You can’t perform that action at this time.
0 commit comments