Skip to content

Commit 15aa756

Browse files
authored
Merge pull request #175 from adopted-ember-addons/release-preview
Prepare Release
2 parents 3c04824 + b61967c commit 15aa756

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.release-plan.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
{
22
"solution": {
33
"ember-collapsible-panel": {
4-
"impact": "minor",
5-
"oldVersion": "6.0.1",
6-
"newVersion": "6.1.0",
4+
"impact": "patch",
5+
"oldVersion": "6.1.0",
6+
"newVersion": "6.1.1",
77
"constraints": [
8-
{
9-
"impact": "minor",
10-
"reason": "Appears in changelog section :rocket: Enhancement"
11-
},
128
{
139
"impact": "patch",
1410
"reason": "Appears in changelog section :house: Internal"
@@ -17,5 +13,5 @@
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
20-
"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"
16+
"description": "## Release (2025-06-30)\n\nember-collapsible-panel 6.1.1 (patch)\n\n#### :house: Internal\n* `ember-collapsible-panel`\n * [#174](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/174) [template-action] fix deprecation ([@lifeart](https://github.com/lifeart))\n\n#### Committers: 1\n- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))\n"
2117
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2025-06-30)
4+
5+
ember-collapsible-panel 6.1.1 (patch)
6+
7+
#### :house: Internal
8+
* `ember-collapsible-panel`
9+
* [#174](https://github.com/adopted-ember-addons/ember-collapsible-panel/pull/174) [template-action] fix deprecation ([@lifeart](https://github.com/lifeart))
10+
11+
#### Committers: 1
12+
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
13+
314
## Release (2024-02-16)
415

516
ember-collapsible-panel 6.1.0 (minor)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-collapsible-panel",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "An unopinionated, zero-dependency panel and accordion",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)