Skip to content

Commit

Permalink
Merge pull request #512 from emberjs/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Oct 24, 2024
2 parents da5ff35 + 2e4cc15 commit 3c0a7aa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"solution": {
"ember-inflector": {
"impact": "patch",
"oldVersion": "5.0.0",
"newVersion": "5.0.1",
"oldVersion": "5.0.1",
"newVersion": "5.0.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./ember-inflector/package.json"
}
},
"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"
"description": "## Release (2024-10-24)\n\nember-inflector 5.0.2 (patch)\n\n#### :house: Internal\n* `ember-inflector`\n * [#511](https://github.com/emberjs/ember-inflector/pull/511) Restore repository and author fields in package.json ([@SergeAstapov](https://github.com/SergeAstapov))\n\n#### Committers: 1\n- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))\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-10-24)

ember-inflector 5.0.2 (patch)

#### :house: Internal
* `ember-inflector`
* [#511](https://github.com/emberjs/ember-inflector/pull/511) Restore repository and author fields in package.json ([@SergeAstapov](https://github.com/SergeAstapov))

#### Committers: 1
- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov))

## Release (2024-08-05)

ember-inflector 5.0.1 (patch)
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.1",
"version": "5.0.2",
"description": "The default blueprint for Embroider v2 addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 3c0a7aa

Please sign in to comment.