diff --git a/.release-plan.json b/.release-plan.json index 97fedb2..a2afd0b 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,21 @@ { "solution": { "ember-x-react": { - "impact": "patch", - "oldVersion": "1.1.1", - "newVersion": "1.1.2", + "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 :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./ember-x-react/package.json" } }, - "description": "## Release (2025-01-26)\n\nember-x-react 1.1.2 (patch)\n\n#### :house: Internal\n* `ember-x-react`\n * [#7](https://github.com/poulet42/ember-x-react/pull/7) set repository url in package to unblock publish ([@poulet42](https://github.com/poulet42))\n\n#### Committers: 1\n- Corentin ([@poulet42](https://github.com/poulet42))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f59df31..8127a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## Release (2025-01-27) + +ember-x-react 1.2.0 (minor) + +#### :rocket: Enhancement +* `ember-x-react` + * [#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)) + +#### :bug: Bug Fix +* `ember-x-react` + * [#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)) + +#### :house: Internal +* Other + * [#14](https://github.com/poulet42/ember-x-react/pull/14) add readme file ([@poulet42](https://github.com/poulet42)) +* `test-app` + * [#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)) + * [#9](https://github.com/poulet42/ember-x-react/pull/9) test everything is working with a basic test-app ([@poulet42](https://github.com/poulet42)) + +#### Committers: 1 +- Corentin ([@poulet42](https://github.com/poulet42)) + ## Release (2025-01-26) ember-x-react 1.1.2 (patch) diff --git a/ember-x-react/package.json b/ember-x-react/package.json index 87e6d4c..a2e23c4 100644 --- a/ember-x-react/package.json +++ b/ember-x-react/package.json @@ -1,6 +1,6 @@ { "name": "ember-x-react", - "version": "1.1.2", + "version": "1.2.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon"