Skip to content

Commit 74b7345

Browse files
Merge pull request #132 from ember-tooling/release-preview
Prepare Release v0.5.11
2 parents 1311124 + 98eddc0 commit 74b7345

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

.release-plan.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"solution": {
33
"ember-eslint-parser": {
44
"impact": "patch",
5-
"oldVersion": "0.5.9",
6-
"newVersion": "0.5.10",
5+
"oldVersion": "0.5.10",
6+
"newVersion": "0.5.11",
7+
"tagName": "latest",
78
"constraints": [
89
{
910
"impact": "patch",
@@ -17,5 +18,5 @@
1718
"pkgJSONPath": "./package.json"
1819
}
1920
},
20-
"description": "## Release (2025-07-23)\n\nember-eslint-parser 0.5.10 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#130](https://github.com/ember-tooling/ember-eslint-parser/pull/130) Widen @glimmer/syntax range ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#127](https://github.com/ember-tooling/ember-eslint-parser/pull/127) test eslint fix && with different ts eslint plugin versions ([@patricklx](https://github.com/patricklx))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2025-08-05)\n\n* ember-eslint-parser 0.5.11 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#131](https://github.com/ember-tooling/ember-eslint-parser/pull/131) Preserve types from gjs files ([@wagenet](https://github.com/wagenet))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#133](https://github.com/ember-tooling/ember-eslint-parser/pull/133) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2122
}

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 (2025-08-05)
4+
5+
* ember-eslint-parser 0.5.11 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-eslint-parser`
9+
* [#131](https://github.com/ember-tooling/ember-eslint-parser/pull/131) Preserve types from gjs files ([@wagenet](https://github.com/wagenet))
10+
11+
#### :house: Internal
12+
* `ember-eslint-parser`
13+
* [#133](https://github.com/ember-tooling/ember-eslint-parser/pull/133) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
14+
15+
#### Committers: 2
16+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
17+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
18+
319
## Release (2025-07-23)
420

521
ember-eslint-parser 0.5.10 (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-eslint-parser",
3-
"version": "0.5.10",
3+
"version": "0.5.11",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)