Skip to content

Commit 5591266

Browse files
github-actions[bot]github-actions[bot]
andauthored
Prepare Release (#2588)
Co-authored-by: github-actions[bot] <[email protected]>
1 parent 4496a2c commit 5591266

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"solution": {
33
"ember-inspector": {
44
"impact": "patch",
5-
"oldVersion": "4.12.0",
6-
"newVersion": "4.12.1",
5+
"oldVersion": "4.12.1",
6+
"newVersion": "4.12.2",
77
"constraints": [
8+
{
9+
"impact": "patch",
10+
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
812
{
913
"impact": "patch",
1014
"reason": "Appears in changelog section :house: Internal"
@@ -13,5 +17,5 @@
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
16-
"description": "## Release (2024-07-10)\n\nember-inspector 4.12.1 (patch)\n\n#### :house: Internal\n* `ember-inspector`\n * [#2582](https://github.com/emberjs/ember-inspector/pull/2582) skip failing test ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 1\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
20+
"description": "## Release (2024-07-25)\n\nember-inspector 4.12.2 (patch)\n\n#### :bug: Bug Fix\n* `ember-inspector`\n * [#2587](https://github.com/emberjs/ember-inspector/pull/2587) do not use prototype extension ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-inspector`\n * [#2591](https://github.com/emberjs/ember-inspector/pull/2591) Use Personal Access Token ([@kategengler](https://github.com/kategengler))\n\n#### Committers: 2\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n"
1721
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## Release (2024-07-25)
4+
5+
ember-inspector 4.12.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-inspector`
9+
* [#2587](https://github.com/emberjs/ember-inspector/pull/2587) do not use prototype extension ([@patricklx](https://github.com/patricklx))
10+
11+
#### :house: Internal
12+
* `ember-inspector`
13+
* [#2591](https://github.com/emberjs/ember-inspector/pull/2591) Use Personal Access Token ([@kategengler](https://github.com/kategengler))
14+
15+
#### Committers: 2
16+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
17+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
18+
319
## Release (2024-07-10)
420

521
ember-inspector 4.12.1 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-inspector",
3-
"version": "4.12.1",
3+
"version": "4.12.2",
44
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
55
"repository": "https://github.com/emberjs/ember-inspector",
66
"license": "MIT",

0 commit comments

Comments
 (0)