Skip to content

Commit

Permalink
Merge pull request #467 from NullVoxPopuli/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
NullVoxPopuli authored Oct 17, 2024
2 parents ae25a0b + f7f48b8 commit 73feefe
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"solution": {
"ember-statechart-component": {
"impact": "major",
"oldVersion": "6.1.2",
"newVersion": "7.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"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"
}
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog

## Release (2024-10-17)

ember-statechart-component 7.0.0 (major)

#### :boom: Breaking Change
* `ember-statechart-component`
* [#479](https://github.com/NullVoxPopuli/ember-statechart-component/pull/479) Implement support for XState 5 API and require type=module support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#498](https://github.com/NullVoxPopuli/ember-statechart-component/pull/498) Drop support for XState < 5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#493](https://github.com/NullVoxPopuli/ember-statechart-component/pull/493) Drop support for the ember types from DT (@types/*) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#483](https://github.com/NullVoxPopuli/ember-statechart-component/pull/483) set type=module ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#475](https://github.com/NullVoxPopuli/ember-statechart-component/pull/475) Upgrade to XState 5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* Other
* [#481](https://github.com/NullVoxPopuli/ember-statechart-component/pull/481) Drop support for legacy conusmer builds ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#480](https://github.com/NullVoxPopuli/ember-statechart-component/pull/480) Drop support for ember-source < 5.1 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#474](https://github.com/NullVoxPopuli/ember-statechart-component/pull/474) Drop support for TS < 5.2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `ember-statechart-component`
* [#435](https://github.com/NullVoxPopuli/ember-statechart-component/pull/435) Throw args update less often ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :memo: Documentation
* [#459](https://github.com/NullVoxPopuli/ember-statechart-component/pull/459) docs: fix in readme setup section ([@MichalBryxi](https://github.com/MichalBryxi))

#### :house: Internal
* Other
* [#497](https://github.com/NullVoxPopuli/ember-statechart-component/pull/497) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#495](https://github.com/NullVoxPopuli/ember-statechart-component/pull/495) Node 22 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#482](https://github.com/NullVoxPopuli/ember-statechart-component/pull/482) Ignore-scripts=true when previewing release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#468](https://github.com/NullVoxPopuli/ember-statechart-component/pull/468) Remove commitlint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#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))
* `ember-statechart-component`
* [#496](https://github.com/NullVoxPopuli/ember-statechart-component/pull/496) Upgrade Glint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#494](https://github.com/NullVoxPopuli/ember-statechart-component/pull/494) upgrade ts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#492](https://github.com/NullVoxPopuli/ember-statechart-component/pull/492) Update pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#491](https://github.com/NullVoxPopuli/ember-statechart-component/pull/491) Upgrade lint dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#476](https://github.com/NullVoxPopuli/ember-statechart-component/pull/476) Upgrade lint changes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#473](https://github.com/NullVoxPopuli/ember-statechart-component/pull/473) Upgrade tools, re-roll lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#469](https://github.com/NullVoxPopuli/ember-statechart-component/pull/469) Remove semantic release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#466](https://github.com/NullVoxPopuli/ember-statechart-component/pull/466) Simplify ci ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#465](https://github.com/NullVoxPopuli/ember-statechart-component/pull/465) Setup release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 3
- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
- [@lgtm-com[bot]](https://github.com/apps/lgtm-com)

## [6.1.2](https://github.com/NullVoxPopuli/ember-statechart-component/compare/v6.1.1...v6.1.2) (2022-07-31)


Expand Down
2 changes: 1 addition & 1 deletion ember-statechart-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-statechart-component",
"version": "6.1.2",
"version": "7.0.0",
"keywords": [
"ember-addon"
],
Expand Down

0 comments on commit 73feefe

Please sign in to comment.