Skip to content

Commit

Permalink
Merge pull request #160 from adopted-ember-addons/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Feb 16, 2024
2 parents 4e8569b + 78b230f commit c84e75d
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"ember-collapsible-panel": {
"impact": "minor",
"oldVersion": "6.0.1",
"newVersion": "6.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-02-16)\n\nember-collapsible-panel 6.1.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-collapsible-panel`\n * [#145](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/145) update to v5.4 with ember-cli-update and add Ember 5 support ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `ember-collapsible-panel`\n * [#162](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/162) fix workflow file format ([@mansona](https://github.com/mansona))\n * [#161](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/161) fix release-plan label dispatch ([@mansona](https://github.com/mansona))\n * [#159](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/159) don't remove stderr.log if release-plan fails ([@mansona](https://github.com/mansona))\n * [#158](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/158) fix error-handling for release-plan ([@mansona](https://github.com/mansona))\n * [#157](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/157) fix exit code for release-plan ([@mansona](https://github.com/mansona))\n * [#156](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/156) testing error-handling in release-plan ([@mansona](https://github.com/mansona))\n * [#155](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/155) update release-plan ([@mansona](https://github.com/mansona))\n * [#151](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/151) try to setup renovate to batch updates ([@mansona](https://github.com/mansona))\n * [#149](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/149) start using release-plan ([@mansona](https://github.com/mansona))\n * [#142](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/142) switch to pnpm ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## Release (2024-02-16)

ember-collapsible-panel 6.1.0 (minor)

#### :rocket: Enhancement
* `ember-collapsible-panel`
* [#145](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/145) update to v5.4 with ember-cli-update and add Ember 5 support ([@mansona](https://github.com/mansona))

#### :house: Internal
* `ember-collapsible-panel`
* [#162](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/162) fix workflow file format ([@mansona](https://github.com/mansona))
* [#161](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/161) fix release-plan label dispatch ([@mansona](https://github.com/mansona))
* [#159](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/159) don't remove stderr.log if release-plan fails ([@mansona](https://github.com/mansona))
* [#158](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/158) fix error-handling for release-plan ([@mansona](https://github.com/mansona))
* [#157](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/157) fix exit code for release-plan ([@mansona](https://github.com/mansona))
* [#156](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/156) testing error-handling in release-plan ([@mansona](https://github.com/mansona))
* [#155](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/155) update release-plan ([@mansona](https://github.com/mansona))
* [#151](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/151) try to setup renovate to batch updates ([@mansona](https://github.com/mansona))
* [#149](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/149) start using release-plan ([@mansona](https://github.com/mansona))
* [#142](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/142) switch to pnpm ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## v6.0.1 (2023-05-05)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-collapsible-panel",
"version": "6.0.1",
"version": "6.1.0",
"description": "An unopinionated, zero-dependency panel and accordion",
"keywords": [
"ember-addon"
Expand Down
Empty file added stderr.log
Empty file.

0 comments on commit c84e75d

Please sign in to comment.