Skip to content

Commit

Permalink
Merge pull request #507 from emberjs/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Aug 5, 2024
2 parents 7574e8a + f285a5c commit 6a9e3bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"ember-inflector": {
"impact": "major",
"oldVersion": "4.0.3",
"newVersion": "5.0.0",
"impact": "patch",
"oldVersion": "5.0.0",
"newVersion": "5.0.1",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-inflector/package.json"
}
},
"description": "## Release (2024-07-24)\n\nember-inflector 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-inflector`, `test-app`\n * [#499](https://github.com/emberjs/ember-inflector/pull/499) convert to a v2 addon using ember init ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-08-05)\n\nember-inflector 5.0.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-inflector`\n * [#509](https://github.com/emberjs/ember-inflector/pull/509) Add missing export for ts declaration ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-08-05)

ember-inflector 5.0.1 (patch)

#### :bug: Bug Fix
* `ember-inflector`
* [#509](https://github.com/emberjs/ember-inflector/pull/509) Add missing export for ts declaration ([@mkszepp](https://github.com/mkszepp))

#### Committers: 1
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

## Release (2024-07-24)

ember-inflector 5.0.0 (major)
Expand Down
2 changes: 1 addition & 1 deletion ember-inflector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-inflector",
"version": "5.0.0",
"version": "5.0.1",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 6a9e3bb

Please sign in to comment.