Skip to content

Commit 26011df

Browse files
authored
Merge pull request #504 from emberjs/release-preview
Prepare Release
2 parents 2e09888 + 13e70c2 commit 26011df

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

.release-plan.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"solution": {
3+
"ember-inflector": {
4+
"impact": "patch",
5+
"oldVersion": "4.0.2",
6+
"newVersion": "4.0.3",
7+
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :house: Internal"
15+
}
16+
],
17+
"pkgJSONPath": "./package.json"
18+
}
19+
},
20+
"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"
21+
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## Release (2024-07-12)
4+
5+
ember-inflector 4.0.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-inflector`
9+
* [#505](https://github.com/emberjs/ember-inflector/pull/505) chore: Drop hidden ember/string dependency ([@Techn1x](https://github.com/Techn1x))
10+
11+
#### :house: Internal
12+
* `ember-inflector`
13+
* [#503](https://github.com/emberjs/ember-inflector/pull/503) start using release-plan ([@mansona](https://github.com/mansona))
14+
* [#502](https://github.com/emberjs/ember-inflector/pull/502) Remove yarn and upgrade ember blueprint with ember-cli-update ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 2
17+
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
18+
- Chris Manson ([@mansona](https://github.com/mansona))
19+
320
## v4.0.2 (2021-06-11)
421

522
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-inflector",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "ember-inflector goal is to be rails compatible.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)