diff --git a/.release-plan.json b/.release-plan.json index 886fdeed..a1d4e407 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,25 +1,21 @@ { "solution": { "ember-statechart-component": { - "impact": "major", - "oldVersion": "6.1.2", - "newVersion": "7.0.0", + "impact": "minor", + "oldVersion": "7.0.0", + "newVersion": "7.1.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 :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./ember-statechart-component/package.json" } }, - "description": "## Release (2024-10-17)\n\nember-statechart-component 7.0.0 (major)\n\n#### :boom: Breaking Change\n* `ember-statechart-component`\n * [#479](https://github.com/NullVoxPopuli/ember-statechart-component/pull/479) Implement XState 5 API support in templates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#498](https://github.com/NullVoxPopuli/ember-statechart-component/pull/498) Drop support for XState < 5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#493](https://github.com/NullVoxPopuli/ember-statechart-component/pull/493) Drop support for the ember types from DT (@types/*) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#483](https://github.com/NullVoxPopuli/ember-statechart-component/pull/483) set type=module ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#475](https://github.com/NullVoxPopuli/ember-statechart-component/pull/475) Upgrade to XState 5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#481](https://github.com/NullVoxPopuli/ember-statechart-component/pull/481) Drop support for legacy conusmer builds ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#480](https://github.com/NullVoxPopuli/ember-statechart-component/pull/480) Drop support for ember-source < 5.1 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#474](https://github.com/NullVoxPopuli/ember-statechart-component/pull/474) Drop support for TS < 5.2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-statechart-component`\n * [#435](https://github.com/NullVoxPopuli/ember-statechart-component/pull/435) Throw args update less often ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* [#459](https://github.com/NullVoxPopuli/ember-statechart-component/pull/459) docs: fix in readme setup section ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### :house: Internal\n* Other\n * [#497](https://github.com/NullVoxPopuli/ember-statechart-component/pull/497) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#495](https://github.com/NullVoxPopuli/ember-statechart-component/pull/495) Node 22 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#482](https://github.com/NullVoxPopuli/ember-statechart-component/pull/482) Ignore-scripts=true when previewing release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#468](https://github.com/NullVoxPopuli/ember-statechart-component/pull/468) Remove commitlint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#457](https://github.com/NullVoxPopuli/ember-statechart-component/pull/457) Add CodeQL workflow for GitHub code scanning ([@lgtm-com[bot]](https://github.com/apps/lgtm-com))\n* `ember-statechart-component`\n * [#496](https://github.com/NullVoxPopuli/ember-statechart-component/pull/496) Upgrade Glint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#494](https://github.com/NullVoxPopuli/ember-statechart-component/pull/494) upgrade ts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#492](https://github.com/NullVoxPopuli/ember-statechart-component/pull/492) Update pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#491](https://github.com/NullVoxPopuli/ember-statechart-component/pull/491) Upgrade lint dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#476](https://github.com/NullVoxPopuli/ember-statechart-component/pull/476) Upgrade lint changes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#473](https://github.com/NullVoxPopuli/ember-statechart-component/pull/473) Upgrade tools, re-roll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#469](https://github.com/NullVoxPopuli/ember-statechart-component/pull/469) Remove semantic release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#466](https://github.com/NullVoxPopuli/ember-statechart-component/pull/466) Simplify ci ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#465](https://github.com/NullVoxPopuli/ember-statechart-component/pull/465) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@lgtm-com[bot]](https://github.com/apps/lgtm-com)\n" + "description": "## Release (2024-10-19)\n\nember-statechart-component 7.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-statechart-component`\n * [#502](https://github.com/NullVoxPopuli/ember-statechart-component/pull/502) Expose wrapper type ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-statechart-component`\n * [#503](https://github.com/NullVoxPopuli/ember-statechart-component/pull/503) Fix .matches alias method ([@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 869907b8..b8e40480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## Release (2024-10-19) + +ember-statechart-component 7.1.0 (minor) + +#### :rocket: Enhancement +* `ember-statechart-component` + * [#502](https://github.com/NullVoxPopuli/ember-statechart-component/pull/502) Expose wrapper type ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :bug: Bug Fix +* `ember-statechart-component` + * [#503](https://github.com/NullVoxPopuli/ember-statechart-component/pull/503) Fix .matches alias method ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-10-17) ember-statechart-component 7.0.0 (major) diff --git a/ember-statechart-component/package.json b/ember-statechart-component/package.json index e0b86ff4..79545dfa 100644 --- a/ember-statechart-component/package.json +++ b/ember-statechart-component/package.json @@ -1,6 +1,6 @@ { "name": "ember-statechart-component", - "version": "7.0.0", + "version": "7.1.0", "keywords": [ "ember-addon" ],