File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-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" : " minor " ,
5
- "oldVersion" : " 3.1 .0" ,
6
- "newVersion" : " 3.2.0 " ,
4
+ "impact" : " patch " ,
5
+ "oldVersion" : " 3.2 .0" ,
6
+ "newVersion" : " 3.2.1 " ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " minor " ,
10
- "reason" : " Appears in changelog section :rocket: Enhancement "
9
+ "impact" : " patch " ,
10
+ "reason" : " Appears in changelog section :bug: Bug Fix "
11
11
}
12
12
],
13
13
"pkgJSONPath" : " ./package.json"
14
14
}
15
15
},
16
- "description" : " ## Release (2025-03-06 )\n\n ember-cli-deprecation-workflow 3.2.0 (minor )\n\n #### :rocket: Enhancement \n * `ember-cli-deprecation-workflow`\n * [#207 ](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/207) Allow passing a custom handler to flushDeprecations ([@simonihmig](https://github.com/simonihmig))\n * [#206 ](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/206) Support RegExp for matchId ([@simonihmig ](https://github.com/simonihmig ))\n\n #### Committers: 1 \n - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n "
16
+ "description" : " ## Release (2025-03-21 )\n\n ember-cli-deprecation-workflow 3.2.1 (patch )\n\n #### :bug: Bug Fix \n * `ember-cli-deprecation-workflow`\n * [#212 ](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/212) Fix type declarations ([@simonihmig](https://github.com/simonihmig))\n * [#210 ](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/210) Options are optional ([@ef4 ](https://github.com/ef4 ))\n\n #### Committers: 2 \n - Edward Faulkner ([@ef4](https://github.com/ef4)) \n - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n "
17
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2025-03-21)
4
+
5
+ ember-cli-deprecation-workflow 3.2.1 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` ember-cli-deprecation-workflow `
9
+ * [ #212 ] ( https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/212 ) Fix type declarations ([ @simonihmig ] ( https://github.com/simonihmig ) )
10
+ * [ #210 ] ( https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/210 ) Options are optional ([ @ef4 ] ( https://github.com/ef4 ) )
11
+
12
+ #### Committers: 2
13
+ - Edward Faulkner ([ @ef4 ] ( https://github.com/ef4 ) )
14
+ - Simon Ihmig ([ @simonihmig ] ( https://github.com/simonihmig ) )
15
+
3
16
## Release (2025-03-06)
4
17
5
18
ember-cli-deprecation-workflow 3.2.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-deprecation-workflow" ,
3
- "version" : " 3.2.0 " ,
3
+ "version" : " 3.2.1 " ,
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