Skip to content

Prepare Release #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"solution": {
"ember-eslint-parser": {
"impact": "patch",
"oldVersion": "0.3.7",
"newVersion": "0.3.8",
"impact": "minor",
"oldVersion": "0.3.8",
"newVersion": "0.4.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
Expand All @@ -17,5 +21,5 @@
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-21)\n\nember-eslint-parser 0.3.8 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#63](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/63) TypeScript: Support imports without extensions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#62](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/62) Add test situation to verify if imports from gts no longer accidentally are cast to `any` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-03-15)\n\nember-eslint-parser 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#66](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/66) bump ts deps ([@patricklx](https://github.com/patricklx))\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#81](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/81) remove unnecessary code ([@patricklx](https://github.com/patricklx))\n * [#76](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/76) fix parsing issue ([@patricklx](https://github.com/patricklx))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#80](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/80) Do not allow warnings in our tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#79](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/79) Add TS compatibility matrix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#72](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/72) Update peter-evans/create-pull-request action to v6 ([@renovate[bot]](https://github.com/apps/renovate))\n * [#71](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/71) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))\n * [#69](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/69) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))\n\n#### Committers: 2\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## Release (2024-03-15)

ember-eslint-parser 0.4.0 (minor)

#### :rocket: Enhancement
* `ember-eslint-parser`
* [#66](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/66) bump ts deps ([@patricklx](https://github.com/patricklx))

#### :bug: Bug Fix
* `ember-eslint-parser`
* [#81](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/81) remove unnecessary code ([@patricklx](https://github.com/patricklx))
* [#76](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/76) fix parsing issue ([@patricklx](https://github.com/patricklx))

#### :house: Internal
* `ember-eslint-parser`
* [#80](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/80) Do not allow warnings in our tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#79](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/79) Add TS compatibility matrix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#72](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/72) Update peter-evans/create-pull-request action to v6 ([@renovate[bot]](https://github.com/apps/renovate))
* [#71](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/71) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))
* [#69](https://github.com/NullVoxPopuli/ember-eslint-parser/pull/69) Update devDependencies ([@renovate[bot]](https://github.com/apps/renovate))

#### Committers: 2
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-02-21)

ember-eslint-parser 0.3.8 (patch)
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-eslint-parser",
"version": "0.3.8",
"version": "0.4.0",
"description": "",
"keywords": [],
"repository": {
Expand Down