Skip to content

Commit

Permalink
Merge pull request #1982 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
void-mAlex authored Jun 12, 2024
2 parents 06e9c9f + 7d88167 commit 62d5f63
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 34 deletions.
39 changes: 6 additions & 33 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,43 +10,16 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.5.1",
"newVersion": "3.5.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
"oldVersion": "3.5.2"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.10",
"newVersion": "3.4.11",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/core/package.json"
"oldVersion": "3.4.11"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"impact": "patch",
"oldVersion": "1.16.2",
"newVersion": "1.16.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/macros/package.json"
"oldVersion": "1.16.3"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
Expand All @@ -68,8 +41,8 @@
},
"@embroider/webpack": {
"impact": "patch",
"oldVersion": "4.0.1",
"newVersion": "4.0.2",
"oldVersion": "4.0.2",
"newVersion": "4.0.3",
"constraints": [
{
"impact": "patch",
Expand All @@ -79,5 +52,5 @@
"pkgJSONPath": "./packages/webpack/package.json"
}
},
"description": "## Release (2024-06-11)\n\n@embroider/compat 3.5.2 (patch)\n@embroider/core 3.4.11 (patch)\n@embroider/macros 1.16.3 (patch)\n@embroider/webpack 4.0.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/macros`\n * [#1967](https://github.com/embroider-build/embroider/pull/1967) Address these issues in new apps (5.9): ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@embroider/webpack`\n * [#1978](https://github.com/embroider-build/embroider/pull/1978) Webpack: close the compiler ([@ef4](https://github.com/ef4))\n* `@embroider/macros`, `@embroider/test-fixtures`\n * [#1977](https://github.com/embroider-build/embroider/pull/1977) Fix modifier removal for \"unless (macroCondition ...)\" ([@ef4](https://github.com/ef4))\n* `@embroider/macros`, `@embroider/test-fixtures`, `@embroider/test-scenarios`\n * [#1975](https://github.com/embroider-build/embroider/pull/1975) Stop using \"#with\" in macro tests ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2024-06-12)\n\n@embroider/webpack 4.0.3 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/webpack`\n * [#1981](https://github.com/embroider-build/embroider/pull/1981) Revert \"Webpack: close the compiler\" ([@krasnoukhov](https://github.com/krasnoukhov))\n\n#### Committers: 1\n- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov))\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-06-12)

@embroider/webpack 4.0.3 (patch)

#### :bug: Bug Fix
* `@embroider/webpack`
* [#1981](https://github.com/embroider-build/embroider/pull/1981) Revert "Webpack: close the compiler" ([@krasnoukhov](https://github.com/krasnoukhov))

#### Committers: 1
- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov))

## Release (2024-06-11)

@embroider/compat 3.5.2 (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.2",
"version": "4.0.3",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down

0 comments on commit 62d5f63

Please sign in to comment.