Skip to content

Commit 410efdb

Browse files
NullVoxPopuligithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent 7adf761 commit 410efdb

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

.release-plan.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,21 @@
11
{
22
"solution": {
33
"@embroider/addon-blueprint": {
4-
"impact": "major",
5-
"oldVersion": "3.2.0",
6-
"newVersion": "4.0.0",
4+
"impact": "minor",
5+
"oldVersion": "4.0.0",
6+
"newVersion": "4.1.0",
77
"constraints": [
8-
{
9-
"impact": "major",
10-
"reason": "Appears in changelog section :boom: Breaking Change"
11-
},
128
{
139
"impact": "minor",
1410
"reason": "Appears in changelog section :rocket: Enhancement"
1511
},
1612
{
1713
"impact": "patch",
1814
"reason": "Appears in changelog section :bug: Bug Fix"
19-
},
20-
{
21-
"impact": "patch",
22-
"reason": "Appears in changelog section :memo: Documentation"
2315
}
2416
],
2517
"pkgJSONPath": "./package.json"
2618
}
2719
},
28-
"description": "## Release (2025-01-15)\n\n@embroider/addon-blueprint 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@embroider/addon-blueprint`\n * [#323](https://github.com/embroider-build/addon-blueprint/pull/323) Remove release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#322](https://github.com/embroider-build/addon-blueprint/pull/322) Drop support for yarn@1, set packageManager field in package.json (pnpm 10.x, npm 11.x) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#320](https://github.com/embroider-build/addon-blueprint/pull/320) ember-cli 6.1, eslint 9, eslint flat config, RFC#1055 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#324](https://github.com/embroider-build/addon-blueprint/pull/324) Sync addon prettier config with ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#319](https://github.com/embroider-build/addon-blueprint/pull/319) Never suggest to use global ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#320](https://github.com/embroider-build/addon-blueprint/pull/320) ember-cli 6.1, eslint 9, eslint flat config, RFC#1055 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `@embroider/addon-blueprint`\n * [#319](https://github.com/embroider-build/addon-blueprint/pull/319) Never suggest to use global ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
20+
"description": "## Release (2025-02-22)\n\n@embroider/addon-blueprint 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-blueprint`\n * [#325](https://github.com/embroider-build/addon-blueprint/pull/325) Sync `concurrently` with cli / blueprint ([@mkszepp](https://github.com/mkszepp))\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#328](https://github.com/embroider-build/addon-blueprint/pull/328) Remove pnpm version from pnpm/action-setup ([@nickschot](https://github.com/nickschot))\n\n#### Committers: 2\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n"
2921
}

CHANGELOG.md

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

3+
## Release (2025-02-22)
4+
5+
@embroider/addon-blueprint 4.1.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@embroider/addon-blueprint`
9+
* [#325](https://github.com/embroider-build/addon-blueprint/pull/325) Sync `concurrently` with cli / blueprint ([@mkszepp](https://github.com/mkszepp))
10+
11+
#### :bug: Bug Fix
12+
* `@embroider/addon-blueprint`
13+
* [#328](https://github.com/embroider-build/addon-blueprint/pull/328) Remove pnpm version from pnpm/action-setup ([@nickschot](https://github.com/nickschot))
14+
15+
#### Committers: 2
16+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
17+
- Nick Schot ([@nickschot](https://github.com/nickschot))
18+
319
## Release (2025-01-15)
420

521
@embroider/addon-blueprint 4.0.0 (major)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/addon-blueprint",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Blueprint for scaffolding ember v2 addons",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)