Skip to content

Commit

Permalink
Merge pull request #2292 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Feb 21, 2025
2 parents 2e878ac + 168f2f1 commit f57c6cb
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 13 deletions.
68 changes: 60 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,58 @@
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.8.0",
"newVersion": "3.8.1",
"oldVersion": "3.8.1",
"newVersion": "3.8.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
"reason": "Has dependency `workspace:*` on @embroider/macros"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"oldVersion": "3.5.0"
"impact": "patch",
"oldVersion": "3.5.0",
"newVersion": "3.5.1",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"oldVersion": "1.16.10"
"impact": "patch",
"oldVersion": "1.16.10",
"newVersion": "1.16.11",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/macros/package.json"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
Expand All @@ -40,7 +74,16 @@
"oldVersion": "2.1.8"
},
"@embroider/shared-internals": {
"oldVersion": "2.8.1"
"impact": "minor",
"oldVersion": "2.8.1",
"newVersion": "2.9.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/shared-internals/package.json"
},
"@embroider/test-setup": {
"oldVersion": "4.0.0"
Expand All @@ -52,8 +95,17 @@
"oldVersion": "0.2.1"
},
"@embroider/webpack": {
"oldVersion": "4.0.9"
"impact": "patch",
"oldVersion": "4.0.9",
"newVersion": "4.0.10",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
}
},
"description": "## Release (2025-02-08)\n\n@embroider/compat 3.8.1 (patch)\n\n#### :memo: Documentation\n* `@embroider/compat`\n * [#2244](https://github.com/embroider-build/embroider/pull/2244) add a simple deprecation for staticAddonTrees and staticAddonTestSupportTrees ([@mansona](https://github.com/mansona))\n * [#2245](https://github.com/embroider-build/embroider/pull/2245) add a simple deprecation for staticEmberSource: false ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2025-02-19)\n\n@embroider/compat 3.8.2 (patch)\n@embroider/core 3.5.1 (patch)\n@embroider/macros 1.16.11 (patch)\n@embroider/shared-internals 2.9.0 (minor)\n@embroider/webpack 4.0.10 (patch)\n\n#### :rocket: Enhancement\n* `@embroider/shared-internals`\n * [#2285](https://github.com/embroider-build/embroider/pull/2285) Introduce EMBROIDER_WORKING_DIRECTORY env var for concurrent builds ([@simonihmig](https://github.com/simonihmig))\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/test-scenarios`\n * [#2185](https://github.com/embroider-build/embroider/pull/2185) this-property-fallback is not a possibility on ember >=4 ([@ef4](https://github.com/ef4))\n* `@embroider/macros`\n * [#2286](https://github.com/embroider-build/embroider/pull/2286) Workaround babel evaluation bug ([@ef4](https://github.com/ef4))\n* `@embroider/compat`, `@embroider/core`\n * [#2291](https://github.com/embroider-build/embroider/pull/2291) Fix nodeResolve's support for package.json exports on stable ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Embroider Changelog

## Release (2025-02-19)

@embroider/compat 3.8.2 (patch)
@embroider/core 3.5.1 (patch)
@embroider/macros 1.16.11 (patch)
@embroider/shared-internals 2.9.0 (minor)
@embroider/webpack 4.0.10 (patch)

#### :rocket: Enhancement
* `@embroider/shared-internals`
* [#2285](https://github.com/embroider-build/embroider/pull/2285) Introduce EMBROIDER_WORKING_DIRECTORY env var for concurrent builds ([@simonihmig](https://github.com/simonihmig))

#### :bug: Bug Fix
* `@embroider/compat`, `@embroider/test-scenarios`
* [#2185](https://github.com/embroider-build/embroider/pull/2185) this-property-fallback is not a possibility on ember >=4 ([@ef4](https://github.com/ef4))
* `@embroider/macros`
* [#2286](https://github.com/embroider-build/embroider/pull/2286) Workaround babel evaluation bug ([@ef4](https://github.com/ef4))
* `@embroider/compat`, `@embroider/core`
* [#2291](https://github.com/embroider-build/embroider/pull/2291) Fix nodeResolve's support for package.json exports on stable ([@ef4](https://github.com/ef4))

#### Committers: 2
- Edward Faulkner ([@ef4](https://github.com/ef4))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## Release (2025-02-08)

@embroider/compat 3.8.1 (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.8.1",
"version": "3.8.2",
"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.5.0",
"version": "3.5.1",
"private": false,
"description": "A build system for EmberJS applications.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/macros",
"version": "1.16.10",
"version": "1.16.11",
"private": false,
"description": "Standardized build-time macros for ember apps.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-internals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/shared-internals",
"version": "2.8.1",
"version": "2.9.0",
"private": false,
"description": "Utilities shared among the other embroider packages",
"repository": {
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.9",
"version": "4.0.10",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down

0 comments on commit f57c6cb

Please sign in to comment.