Skip to content

Commit

Permalink
Merge pull request #7 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Feb 3, 2024
2 parents 9c54f3b + 5b78586 commit db3613e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"fix-bad-declaration-output": {
"impact": "minor",
"oldVersion": "1.0.3",
"newVersion": "1.1.0",
"impact": "patch",
"oldVersion": "1.1.0",
"newVersion": "1.1.1",
"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-02-01)\n\nfix-bad-declaration-output 1.1.0 (minor)\n\n#### :rocket: Enhancement\n* `fix-bad-declaration-output`\n * [#4](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/4) Add option to remove all references ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#3](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/3) Account for https://github.com/typed-ember/glint/issues/697 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `fix-bad-declaration-output`\n * [#2](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/2) Setup release-plan -- Requires https://github.com/embroider-build/release-plan/pull/47 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-02-03)\n\nfix-bad-declaration-output 1.1.1 (patch)\n\n#### :bug: Bug Fix\n* `fix-bad-declaration-output`\n * [#6](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/6) Fix extensions on exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-02-03)

fix-bad-declaration-output 1.1.1 (patch)

#### :bug: Bug Fix
* `fix-bad-declaration-output`
* [#6](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/6) Fix extensions on exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2024-02-01)

fix-bad-declaration-output 1.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": "fix-bad-declaration-output",
"version": "1.1.0",
"version": "1.1.1",
"keywords": [],
"repository": {
"type": "git",
Expand Down

0 comments on commit db3613e

Please sign in to comment.