Skip to content

Commit

Permalink
Merge pull request #1986 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Jun 13, 2024
2 parents 88b11ad + 2fa01f0 commit 467b9ea
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 15 deletions.
35 changes: 22 additions & 13 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,28 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"oldVersion": "3.5.2"
"impact": "patch",
"oldVersion": "3.5.2",
"newVersion": "3.5.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"oldVersion": "3.4.11"
"impact": "patch",
"oldVersion": "3.4.11",
"newVersion": "3.4.12",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
Expand All @@ -40,17 +58,8 @@
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"impact": "patch",
"oldVersion": "4.0.2",
"newVersion": "4.0.3",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
"oldVersion": "4.0.3"
}
},
"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"
"description": "## Release (2024-06-13)\n\n@embroider/compat 3.5.3 (patch)\n@embroider/core 3.4.12 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/core`, `@embroider/sample-transforms`\n * [#1969](https://github.com/embroider-build/embroider/pull/1969) Update `fast-sourcemap-concat` to remove dependency `lodash.template` for consumer apps (security vulnerability) ([@mkszepp](https://github.com/mkszepp))\n\n#### Committers: 1\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\n"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Embroider Changelog

## Release (2024-06-13)

@embroider/compat 3.5.3 (patch)
@embroider/core 3.4.12 (patch)

#### :bug: Bug Fix
* `@embroider/compat`, `@embroider/core`, `@embroider/sample-transforms`
* [#1969](https://github.com/embroider-build/embroider/pull/1969) Update `fast-sourcemap-concat` to remove dependency `lodash.template` for consumer apps (security vulnerability) ([@mkszepp](https://github.com/mkszepp))

#### Committers: 1
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

## Release (2024-06-12)

@embroider/webpack 4.0.3 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/compat",
"version": "3.5.2",
"version": "3.5.3",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/core",
"version": "3.4.11",
"version": "3.4.12",
"private": false,
"description": "A build system for EmberJS applications.",
"repository": {
Expand Down

0 comments on commit 467b9ea

Please sign in to comment.