Skip to content

Commit

Permalink
Merge pull request #504 from emberjs/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jul 12, 2024
2 parents 2e09888 + 13e70c2 commit 26011df
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"ember-inflector": {
"impact": "patch",
"oldVersion": "4.0.2",
"newVersion": "4.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-07-12)\n\nember-inflector 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-inflector`\n * [#505](https://github.com/emberjs/ember-inflector/pull/505) chore: Drop hidden ember/string dependency ([@Techn1x](https://github.com/Techn1x))\n\n#### :house: Internal\n* `ember-inflector`\n * [#503](https://github.com/emberjs/ember-inflector/pull/503) start using release-plan ([@mansona](https://github.com/mansona))\n * [#502](https://github.com/emberjs/ember-inflector/pull/502) Remove yarn and upgrade ember blueprint with ember-cli-update ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Brad Overton ([@Techn1x](https://github.com/Techn1x))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## Release (2024-07-12)

ember-inflector 4.0.3 (patch)

#### :bug: Bug Fix
* `ember-inflector`
* [#505](https://github.com/emberjs/ember-inflector/pull/505) chore: Drop hidden ember/string dependency ([@Techn1x](https://github.com/Techn1x))

#### :house: Internal
* `ember-inflector`
* [#503](https://github.com/emberjs/ember-inflector/pull/503) start using release-plan ([@mansona](https://github.com/mansona))
* [#502](https://github.com/emberjs/ember-inflector/pull/502) Remove yarn and upgrade ember blueprint with ember-cli-update ([@mansona](https://github.com/mansona))

#### Committers: 2
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
- Chris Manson ([@mansona](https://github.com/mansona))

## v4.0.2 (2021-06-11)

#### :bug: Bug Fix
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-inflector",
"version": "4.0.2",
"version": "4.0.3",
"description": "ember-inflector goal is to be rails compatible.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 26011df

Please sign in to comment.