Skip to content

Commit b4943a7

Browse files
authored
Merge pull request #204 from ember-cli/release-preview
Prepare Release
2 parents ea37553 + 123ee28 commit b4943a7

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"ember-cli-deprecation-workflow": {
44
"impact": "minor",
5-
"oldVersion": "3.0.2",
6-
"newVersion": "3.1.0",
5+
"oldVersion": "3.1.0",
6+
"newVersion": "3.2.0",
77
"constraints": [
88
{
99
"impact": "minor",
@@ -13,5 +13,5 @@
1313
"pkgJSONPath": "./package.json"
1414
}
1515
},
16-
"description": "## Release (2024-12-27)\n\nember-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"
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"
1717
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Release (2025-03-06)
4+
5+
ember-cli-deprecation-workflow 3.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-cli-deprecation-workflow`
9+
* [#207](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/207) Allow passing a custom handler to flushDeprecations ([@simonihmig](https://github.com/simonihmig))
10+
* [#206](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/206) Support RegExp for matchId ([@simonihmig](https://github.com/simonihmig))
11+
12+
#### Committers: 1
13+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
14+
315
## Release (2024-12-27)
416

517
ember-cli-deprecation-workflow 3.1.0 (minor)

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.1.0",
3+
"version": "3.2.0",
44
"description": "Provides a much needed workflow to managing deprecations.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)