Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored and github-actions[bot] committed Dec 20, 2024
1 parent 689ad14 commit 03f2e3f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
"solution": {
"@embroider/addon-dev": {
"impact": "patch",
"oldVersion": "7.1.0",
"newVersion": "7.1.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/addon-dev/package.json"
"oldVersion": "7.1.1"
},
"@embroider/addon-shim": {
"oldVersion": "1.9.0"
Expand Down Expand Up @@ -52,8 +43,17 @@
"oldVersion": "0.2.1"
},
"@embroider/webpack": {
"oldVersion": "4.0.8"
"impact": "patch",
"oldVersion": "4.0.8",
"newVersion": "4.0.9",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
}
},
"description": "## Release (2024-12-19)\n\n@embroider/addon-dev 7.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-dev`\n * [#2217](https://github.com/embroider-build/embroider/pull/2217) Fix declarations plugin to cover import() ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
"description": "## Release (2024-12-20)\n\n@embroider/webpack 4.0.9 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/webpack`\n * [#2220](https://github.com/embroider-build/embroider/pull/2220) Set MiniCssExtractPlugin ignoreOrder to true for default config ([@lfloyd117](https://github.com/lfloyd117))\n\n#### Committers: 1\n- Liam Floyd ([@lfloyd117](https://github.com/lfloyd117))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Embroider Changelog

## Release (2024-12-20)

@embroider/webpack 4.0.9 (patch)

#### :bug: Bug Fix
* `@embroider/webpack`
* [#2220](https://github.com/embroider-build/embroider/pull/2220) Set MiniCssExtractPlugin ignoreOrder to true for default config ([@lfloyd117](https://github.com/lfloyd117))

#### Committers: 1
- Liam Floyd ([@lfloyd117](https://github.com/lfloyd117))

## Release (2024-12-19)

@embroider/addon-dev 7.1.1 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/webpack",
"version": "4.0.8",
"version": "4.0.9",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down

0 comments on commit 03f2e3f

Please sign in to comment.