diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..3da9a3f --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,22 @@ +{ + "solution": { + "@universal-ember/react": { + "impact": "minor", + "oldVersion": "0.0.1", + "newVersion": "0.1.0", + "tagName": "latest", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./package.json" + } + }, + "description": "## Release (2025-07-22)\n\n* @universal-ember/react 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/react`\n * [#4](https://github.com/universal-ember/react/pull/4) Add more testing and usage information ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `@universal-ember/react`\n * [#2](https://github.com/universal-ember/react/pull/2) Release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..abec5a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,16 @@ # Changelog + +## Release (2025-07-22) + +* @universal-ember/react 0.1.0 (minor) + +#### :rocket: Enhancement +* `@universal-ember/react` + * [#4](https://github.com/universal-ember/react/pull/4) Add more testing and usage information ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `@universal-ember/react` + * [#2](https://github.com/universal-ember/react/pull/2) Release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) diff --git a/package.json b/package.json index 2ce5483..fa0bf2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@universal-ember/react", - "version": "0.0.1", + "version": "0.1.0", "description": "Flawless React integration with Ember", "keywords": [ "ember-addon"