forked from quaertym/ember-cli-dependency-checker
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.release-plan.json
21 lines (21 loc) · 1.27 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
}