Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"solution": {
"@ember/render-modifiers": {
"impact": "major",
"oldVersion": "3.0.0",
"newVersion": "4.0.0",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Release (2026-04-13)

* @ember/render-modifiers 4.0.0 (major)

#### :boom: Breaking Change
* `@ember/render-modifiers`
* [#89](https://github.com/emberjs/ember-render-modifiers/pull/89) Convert to V2 Addon, add types ([@aklkv](https://github.com/aklkv))

#### :house: Internal
* `@ember/render-modifiers`
* [#90](https://github.com/emberjs/ember-render-modifiers/pull/90) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#86](https://github.com/emberjs/ember-render-modifiers/pull/86) Remove Support for Older Ember Versions ([@jrjohnson](https://github.com/jrjohnson))
* [#82](https://github.com/emberjs/ember-render-modifiers/pull/82) Switch to pnpm ([@jrjohnson](https://github.com/jrjohnson))

#### Committers: 3
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
- Jon Johnson ([@jrjohnson](https://github.com/jrjohnson))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)




Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ember/render-modifiers",
"version": "3.0.0",
"version": "4.0.0",
"description": "Implements did-insert / did-update / will-destroy modifiers for Ember.js",
"keywords": [
"ember-addon"
Expand Down