Skip to content

Commit cc0de2b

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent f4f0b4c commit cc0de2b

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"ember-cli-deprecation-workflow": {
4-
"impact": "patch",
5-
"oldVersion": "3.2.0",
6-
"newVersion": "3.2.1",
4+
"impact": "minor",
5+
"oldVersion": "3.2.1",
6+
"newVersion": "3.3.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :bug: Bug Fix"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2025-03-21)\n\nember-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"
16+
"description": "## Release (2025-03-21)\n\nember-cli-deprecation-workflow 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-deprecation-workflow`\n * [#209](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/209) flushDeprecations merges detected deprecations with existing config ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
1717
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-03-21)
44

5+
ember-cli-deprecation-workflow 3.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-cli-deprecation-workflow`
9+
* [#209](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/209) flushDeprecations merges detected deprecations with existing config ([@simonihmig](https://github.com/simonihmig))
10+
11+
#### Committers: 1
12+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
13+
14+
## Release (2025-03-21)
15+
516
ember-cli-deprecation-workflow 3.2.1 (patch)
617

718
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deprecation-workflow",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "Provides a much needed workflow to managing deprecations.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)