Skip to content

Commit 11ffdce

Browse files
mansonagithub-actions[bot]
authored andcommitted
Prepare Release using 'release-plan'
1 parent be089ee commit 11ffdce

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"solution": {
33
"@embroider/addon-blueprint": {
44
"impact": "patch",
5-
"oldVersion": "4.1.0",
6-
"newVersion": "4.1.1",
5+
"oldVersion": "4.1.1",
6+
"newVersion": "4.1.2",
77
"constraints": [
88
{
99
"impact": "patch",
1010
"reason": "Appears in changelog section :bug: Bug Fix"
11+
},
12+
{
13+
"impact": "patch",
14+
"reason": "Appears in changelog section :memo: Documentation"
1115
}
1216
],
1317
"pkgJSONPath": "./package.json"
1418
}
1519
},
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"
20+
"description": "## Release (2025-04-09)\n\n@embroider/addon-blueprint 4.1.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-blueprint`\n * [#333](https://github.com/embroider-build/addon-blueprint/pull/333) Add permissions to the push-dist workflow ([@kategengler](https://github.com/kategengler))\n\n#### :memo: Documentation\n* `@embroider/addon-blueprint`\n * [#338](https://github.com/embroider-build/addon-blueprint/pull/338) add warning to readme ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Katie Gengler ([@kategengler](https://github.com/kategengler))\n"
1721
}

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-04-09)
4+
5+
@embroider/addon-blueprint 4.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@embroider/addon-blueprint`
9+
* [#333](https://github.com/embroider-build/addon-blueprint/pull/333) Add permissions to the push-dist workflow ([@kategengler](https://github.com/kategengler))
10+
11+
#### :memo: Documentation
12+
* `@embroider/addon-blueprint`
13+
* [#338](https://github.com/embroider-build/addon-blueprint/pull/338) add warning to readme ([@mansona](https://github.com/mansona))
14+
15+
#### Committers: 2
16+
- Chris Manson ([@mansona](https://github.com/mansona))
17+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
18+
319
## Release (2025-03-14)
420

521
@embroider/addon-blueprint 4.1.1 (patch)

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.1",
3+
"version": "4.1.2",
44
"description": "Blueprint for scaffolding ember v2 addons",
55
"keywords": [
66
"ember-blueprint"

0 commit comments

Comments
 (0)