Skip to content

Commit 6a9e3bb

Browse files
Merge pull request #507 from emberjs/release-preview
Prepare Release
2 parents 7574e8a + f285a5c commit 6a9e3bb

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

.release-plan.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"solution": {
33
"ember-inflector": {
4-
"impact": "major",
5-
"oldVersion": "4.0.3",
6-
"newVersion": "5.0.0",
4+
"impact": "patch",
5+
"oldVersion": "5.0.0",
6+
"newVersion": "5.0.1",
77
"constraints": [
88
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
1111
}
1212
],
1313
"pkgJSONPath": "./ember-inflector/package.json"
1414
}
1515
},
16-
"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"
16+
"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"
1717
}

CHANGELOG.md

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

3+
## Release (2024-08-05)
4+
5+
ember-inflector 5.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-inflector`
9+
* [#509](https://github.com/emberjs/ember-inflector/pull/509) Add missing export for ts declaration ([@mkszepp](https://github.com/mkszepp))
10+
11+
#### Committers: 1
12+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
13+
314
## Release (2024-07-24)
415

516
ember-inflector 5.0.0 (major)

ember-inflector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-inflector",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "The default blueprint for Embroider v2 addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)