-
Notifications
You must be signed in to change notification settings - Fork 10
/
.release-plan.json
25 lines (25 loc) · 1.56 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
22
23
24
25
{
"solution": {
"tagless-ember-components-codemod": {
"impact": "major",
"oldVersion": "0.5.0",
"newVersion": "1.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-10-01)\n\ntagless-ember-components-codemod 1.0.0 (major)\n\n#### :boom: Breaking Change\n* `tagless-ember-components-codemod`\n * [#196](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/196) drop support for node < 18 ([@mansona](https://github.com/mansona))\n\n#### :rocket: Enhancement\n* `tagless-ember-components-codemod`\n * [#198](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/198) add basic support for mixins on native classes ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `tagless-ember-components-codemod`\n * [#199](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/199) start using release-plan ([@mansona](https://github.com/mansona))\n * [#197](https://github.com/ember-codemods/tagless-ember-components-codemod/pull/197) swap to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}