Skip to content

Commit

Permalink
Merge pull request #5 from adopted-ember-addons/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Nov 13, 2024
2 parents 361a6c9 + 238a75e commit 8c54d3b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"ember-cli-dependency-checker": {
"impact": "patch",
"oldVersion": "3.3.2",
"newVersion": "3.3.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-11-13)\n\nember-cli-dependency-checker 3.3.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-cli-dependency-checker`\n * [#2](https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/2) Bump find-yarn-workspace-root to ^2.0.0 ([@mukilane](https://github.com/mukilane))\n\n#### :house: Internal\n* `ember-cli-dependency-checker`\n * [#4](https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/4) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#3](https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/3) chore: switch to pnpm ([@mukilane](https://github.com/mukilane))\n\n#### Committers: 2\n- Mukil Elango ([@mukilane](https://github.com/mukilane))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# Changelog

## Release (2024-11-13)

ember-cli-dependency-checker 3.3.3 (patch)

#### :bug: Bug Fix
* `ember-cli-dependency-checker`
* [#2](https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/2) Bump find-yarn-workspace-root to ^2.0.0 ([@mukilane](https://github.com/mukilane))

#### :house: Internal
* `ember-cli-dependency-checker`
* [#4](https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/4) npx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#3](https://github.com/adopted-ember-addons/ember-cli-dependency-checker/pull/3) chore: switch to pnpm ([@mukilane](https://github.com/mukilane))

#### Committers: 2
- Mukil Elango ([@mukilane](https://github.com/mukilane))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-dependency-checker",
"version": "3.3.2",
"version": "3.3.3",
"description": "Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands",
"keywords": [
"bower",
Expand Down

0 comments on commit 8c54d3b

Please sign in to comment.