Skip to content

Commit

Permalink
Merge pull request #46 from mansona/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Oct 3, 2024
2 parents 97d5b6a + a548636 commit 2d8b626
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"solution": {
"lint-to-the-future": {
"impact": "minor",
"oldVersion": "2.0.0",
"newVersion": "2.1.0",
"oldVersion": "2.1.0",
"newVersion": "2.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-09-30)\n\nlint-to-the-future 2.1.0 (minor)\n\n#### :rocket: Enhancement\n* `lint-to-the-future`\n * [#36](/~https://github.com/mansona/lint-to-the-future/pull/36) Add remove command to lint-to-the-future ([@Mikek2252](/~https://github.com/Mikek2252))\n * [#44](/~https://github.com/mansona/lint-to-the-future/pull/44) add lttf alias ([@mansona](/~https://github.com/mansona))\n * [#37](/~https://github.com/mansona/lint-to-the-future/pull/37) Prevent fractions from showing up in the y axis ([@mansona](/~https://github.com/mansona))\n\n#### :house: Internal\n* `lint-to-the-future`\n * [#43](/~https://github.com/mansona/lint-to-the-future/pull/43) Add prettier setup ([@mansona](/~https://github.com/mansona))\n * [#41](/~https://github.com/mansona/lint-to-the-future/pull/41) move output command test to its own file ([@mansona](/~https://github.com/mansona))\n * [#40](/~https://github.com/mansona/lint-to-the-future/pull/40) setup release-plan ([@mansona](/~https://github.com/mansona))\n * [#39](/~https://github.com/mansona/lint-to-the-future/pull/39) switch to pnpm ([@mansona](/~https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](/~https://github.com/mansona))\n- Michael Kerr ([@Mikek2252](/~https://github.com/Mikek2252))\n"
"description": "## Release (2024-10-03)\n\nlint-to-the-future 2.2.0 (minor)\n\n#### :rocket: Enhancement\n* `lint-to-the-future`\n * [#47](/~https://github.com/mansona/lint-to-the-future/pull/47) Hide completed rules ([@Mikek2252](/~https://github.com/Mikek2252))\n * [#45](/~https://github.com/mansona/lint-to-the-future/pull/45) Upgrade LTTF Dashboard app to ember 5 ([@Mikek2252](/~https://github.com/Mikek2252))\n\n#### :bug: Bug Fix\n* `lint-to-the-future`\n * [#48](/~https://github.com/mansona/lint-to-the-future/pull/48) Accept rule names with colon. ([@Mikek2252](/~https://github.com/Mikek2252))\n\n#### Committers: 1\n- Michael Kerr ([@Mikek2252](/~https://github.com/Mikek2252))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-10-03)

lint-to-the-future 2.2.0 (minor)

#### :rocket: Enhancement
* `lint-to-the-future`
* [#47](/~https://github.com/mansona/lint-to-the-future/pull/47) Hide completed rules ([@Mikek2252](/~https://github.com/Mikek2252))
* [#45](/~https://github.com/mansona/lint-to-the-future/pull/45) Upgrade LTTF Dashboard app to ember 5 ([@Mikek2252](/~https://github.com/Mikek2252))

#### :bug: Bug Fix
* `lint-to-the-future`
* [#48](/~https://github.com/mansona/lint-to-the-future/pull/48) Accept rule names with colon. ([@Mikek2252](/~https://github.com/Mikek2252))

#### Committers: 1
- Michael Kerr ([@Mikek2252](/~https://github.com/Mikek2252))

## Release (2024-09-30)

lint-to-the-future 2.1.0 (minor)
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": "lint-to-the-future",
"version": "2.1.0",
"version": "2.2.0",
"description": "A modern way to progressively update your code to the best practices",
"repository": "/~https://github.com/mansona/lint-to-the-future",
"license": "MIT",
Expand Down

0 comments on commit 2d8b626

Please sign in to comment.