Skip to content

Commit dbb25ce

Browse files
authored
Merge pull request #218 from ember-cli/release-preview
Prepare Release
2 parents c835743 + d0989d2 commit dbb25ce

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

.release-plan.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,24 @@
22
"solution": {
33
"ember-cli-deprecation-workflow": {
44
"impact": "minor",
5-
"oldVersion": "3.2.1",
6-
"newVersion": "3.3.0",
5+
"oldVersion": "3.3.0",
6+
"newVersion": "3.4.0",
77
"constraints": [
88
{
99
"impact": "minor",
1010
"reason": "Appears in changelog section :rocket: Enhancement"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :bug: Bug Fix"
15+
},
16+
{
17+
"impact": "patch",
18+
"reason": "Appears in changelog section :house: Internal"
1119
}
1220
],
1321
"pkgJSONPath": "./package.json"
1422
}
1523
},
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"
24+
"description": "## Release (2025-07-03)\n\nember-cli-deprecation-workflow 3.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-cli-deprecation-workflow`\n * [#217](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/217) Throw Deprecation ID ([@jrjohnson](https://github.com/jrjohnson))\n\n#### :bug: Bug Fix\n* `ember-cli-deprecation-workflow`\n * [#215](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/215) Relax ember-source peerDependency for 3.28 support ([@apellerano-pw](https://github.com/apellerano-pw))\n\n#### :house: Internal\n* `ember-cli-deprecation-workflow`\n * [#219](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/219) fix CI for Ember 6.x ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Andrew Pellerano ([@apellerano-pw](https://github.com/apellerano-pw))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))\n"
1725
}

CHANGELOG.md

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

3+
## Release (2025-07-03)
4+
5+
ember-cli-deprecation-workflow 3.4.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `ember-cli-deprecation-workflow`
9+
* [#217](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/217) Throw Deprecation ID ([@jrjohnson](https://github.com/jrjohnson))
10+
11+
#### :bug: Bug Fix
12+
* `ember-cli-deprecation-workflow`
13+
* [#215](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/215) Relax ember-source peerDependency for 3.28 support ([@apellerano-pw](https://github.com/apellerano-pw))
14+
15+
#### :house: Internal
16+
* `ember-cli-deprecation-workflow`
17+
* [#219](https://github.com/ember-cli/ember-cli-deprecation-workflow/pull/219) fix CI for Ember 6.x ([@mansona](https://github.com/mansona))
18+
19+
#### Committers: 3
20+
- Andrew Pellerano ([@apellerano-pw](https://github.com/apellerano-pw))
21+
- Chris Manson ([@mansona](https://github.com/mansona))
22+
- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
23+
324
## Release (2025-03-21)
425

526
ember-cli-deprecation-workflow 3.3.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.3.0",
3+
"version": "3.4.0",
44
"description": "Provides a much needed workflow to managing deprecations.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)