Skip to content

Commit 3b67437

Browse files
authored
Merge pull request #211 from ember-cli/release-preview
Prepare Release
2 parents c72fc3b + 6e6a7a8 commit 3b67437

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

.release-plan.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"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",
77
"constraints": [
88
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2025-03-06)\n\nember-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\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"
1717
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## Release (2025-03-06)
417

518
ember-cli-deprecation-workflow 3.2.0 (minor)

package.json

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

0 commit comments

Comments
 (0)