File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"ember-cli-deprecation-workflow" : {
4
- "impact" : " patch " ,
5
- "oldVersion" : " 3.0.1 " ,
6
- "newVersion" : " 3.0.2 " ,
4
+ "impact" : " minor " ,
5
+ "oldVersion" : " 3.0.2 " ,
6
+ "newVersion" : " 3.1.0 " ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " patch " ,
10
- "reason" : " Appears in changelog section :bug: Bug Fix "
9
+ "impact" : " minor " ,
10
+ "reason" : " Appears in changelog section :rocket: Enhancement "
11
11
}
12
12
],
13
13
"pkgJSONPath" : " ./package.json"
14
14
}
15
15
},
16
- "description" : " ## Release (2024-08-21 )\n\n ember-cli-deprecation-workflow 3.0.2 (patch )\n\n #### :bug: Bug Fix \n * `ember-cli-deprecation-workflow`\n * [#197 ](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/197) Remove @ember/string (it's unused) ([@NullVoxPopuli ](https://github.com/NullVoxPopuli ))\n\n #### Committers: 1\n - [@NullVoxPopuli ](https://github.com/NullVoxPopuli )\n "
16
+ "description" : " ## Release (2024-12-27 )\n\n ember-cli-deprecation-workflow 3.1.0 (minor )\n\n #### :rocket: Enhancement \n * `ember-cli-deprecation-workflow`\n * [#200 ](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/200) Add TypeScript declaration file ([@bertdeblock ](https://github.com/bertdeblock ))\n\n #### Committers: 1\n - Bert De Block ([@bertdeblock ](https://github.com/bertdeblock) )\n "
17
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-12-27)
4
+
5
+ ember-cli-deprecation-workflow 3.1.0 (minor)
6
+
7
+ #### :rocket : Enhancement
8
+ * ` ember-cli-deprecation-workflow `
9
+ * [ #200 ] ( https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/200 ) Add TypeScript declaration file ([ @bertdeblock ] ( https://github.com/bertdeblock ) )
10
+
11
+ #### Committers: 1
12
+ - Bert De Block ([ @bertdeblock ] ( https://github.com/bertdeblock ) )
13
+
3
14
## Release (2024-08-21)
4
15
5
16
ember-cli-deprecation-workflow 3.0.2 (patch)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-deprecation-workflow" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.1.0 " ,
4
4
"description" : " Provides a much needed workflow to managing deprecations." ,
5
5
"keywords" : [
6
6
" ember-addon"
You can’t perform that action at this time.
0 commit comments