Skip to content

Commit 826fc48

Browse files
Merge pull request #332 from embroider-build/release-preview
Prepare Release
2 parents e541d27 + a97980f commit 826fc48

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
"@embroider/addon-blueprint": {
4-
"impact": "minor",
5-
"oldVersion": "4.0.0",
6-
"newVersion": "4.1.0",
4+
"impact": "patch",
5+
"oldVersion": "4.1.0",
6+
"newVersion": "4.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 :bug: Bug Fix"
@@ -17,5 +13,5 @@
1713
"pkgJSONPath": "./package.json"
1814
}
1915
},
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"
16+
"description": "## Release (2025-03-14)\n\n@embroider/addon-blueprint 4.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#331](https://github.com/embroider-build/addon-blueprint/pull/331) Remove remaining pnpm version from pnpm/action-setup ([@nickschot](https://github.com/nickschot))\n\n#### Committers: 1\n- Nick Schot ([@nickschot](https://github.com/nickschot))\n"
2117
}

CHANGELOG.md

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

3+
## Release (2025-03-14)
4+
5+
@embroider/addon-blueprint 4.1.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@embroider/addon-blueprint`
9+
* [#331](https://github.com/embroider-build/addon-blueprint/pull/331) Remove remaining pnpm version from pnpm/action-setup ([@nickschot](https://github.com/nickschot))
10+
11+
#### Committers: 1
12+
- Nick Schot ([@nickschot](https://github.com/nickschot))
13+
314
## Release (2025-02-22)
415

516
@embroider/addon-blueprint 4.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": "@embroider/addon-blueprint",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Blueprint for scaffolding ember v2 addons",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)