-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.release-plan.json
More file actions
21 lines (21 loc) · 1.5 KB
/
.release-plan.json
File metadata and controls
21 lines (21 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"solution": {
"ember-x-react": {
"impact": "minor",
"oldVersion": "1.1.2",
"newVersion": "1.2.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./ember-x-react/package.json"
}
},
"description": "## Release (2025-01-27)\n\nember-x-react 1.2.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-x-react`\n * [#12](https://github.com/poulet42/ember-x-react/pull/12) fix issue where the transform would throw if there are no props attri… ([@poulet42](https://github.com/poulet42))\n\n#### :bug: Bug Fix\n* `ember-x-react`\n * [#10](https://github.com/poulet42/ember-x-react/pull/10) tweak babel builder to make it work with ember-cli-babel ([@poulet42](https://github.com/poulet42))\n\n#### :house: Internal\n* Other\n * [#14](https://github.com/poulet42/ember-x-react/pull/14) add readme file ([@poulet42](https://github.com/poulet42))\n* `test-app`\n * [#11](https://github.com/poulet42/ember-x-react/pull/11) downgrade ember-source in test-app to avoid the peerDeps build error ([@poulet42](https://github.com/poulet42))\n * [#9](https://github.com/poulet42/ember-x-react/pull/9) test everything is working with a basic test-app ([@poulet42](https://github.com/poulet42))\n\n#### Committers: 1\n- Corentin ([@poulet42](https://github.com/poulet42))\n"
}