Skip to content

Commit f7d5e07

Browse files
Merge pull request #91 from emberjs/release-preview
Prepare Release v4.0.0
2 parents 7b5f19e + d27bbbf commit f7d5e07

3 files changed

Lines changed: 42 additions & 1 deletion

File tree

.release-plan.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"solution": {
3+
"@ember/render-modifiers": {
4+
"impact": "major",
5+
"oldVersion": "3.0.0",
6+
"newVersion": "4.0.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "major",
11+
"reason": "Appears in changelog section :boom: Breaking Change"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
16+
}
17+
],
18+
"pkgJSONPath": "./package.json"
19+
}
20+
},
21+
"description": "## Release (2026-04-13)\n\n* @ember/render-modifiers 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@ember/render-modifiers`\n * [#89](https://github.com/emberjs/ember-render-modifiers/pull/89) Convert to V2 Addon, add types ([@aklkv](https://github.com/aklkv))\n\n#### :house: Internal\n* `@ember/render-modifiers`\n * [#90](https://github.com/emberjs/ember-render-modifiers/pull/90) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#86](https://github.com/emberjs/ember-render-modifiers/pull/86) Remove Support for Older Ember Versions ([@jrjohnson](https://github.com/jrjohnson))\n * [#82](https://github.com/emberjs/ember-render-modifiers/pull/82) Switch to pnpm ([@jrjohnson](https://github.com/jrjohnson))\n\n#### Committers: 3\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
22+
}

CHANGELOG.md

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

3+
## Release (2026-04-13)
4+
5+
* @ember/render-modifiers 4.0.0 (major)
6+
7+
#### :boom: Breaking Change
8+
* `@ember/render-modifiers`
9+
* [#89](https://github.com/emberjs/ember-render-modifiers/pull/89) Convert to V2 Addon, add types ([@aklkv](https://github.com/aklkv))
10+
11+
#### :house: Internal
12+
* `@ember/render-modifiers`
13+
* [#90](https://github.com/emberjs/ember-render-modifiers/pull/90) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
* [#86](https://github.com/emberjs/ember-render-modifiers/pull/86) Remove Support for Older Ember Versions ([@jrjohnson](https://github.com/jrjohnson))
15+
* [#82](https://github.com/emberjs/ember-render-modifiers/pull/82) Switch to pnpm ([@jrjohnson](https://github.com/jrjohnson))
16+
17+
#### Committers: 3
18+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
19+
- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
20+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
21+
322

423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/render-modifiers",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Implements did-insert / did-update / will-destroy modifiers for Ember.js",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)