Skip to content

Commit

Permalink
Merge pull request #1950 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored May 29, 2024
2 parents e093274 + 506502f commit e17d05d
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 20 deletions.
70 changes: 55 additions & 15 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,53 @@
"oldVersion": "4.3.1"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.9"
},
"@embroider/babel-loader-9": {
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "1.8.8",
"newVersion": "1.8.9",
"oldVersion": "3.5.0",
"newVersion": "3.5.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/addon-shim/package.json"
},
"@embroider/babel-loader-9": {
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"oldVersion": "3.5.0"
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"oldVersion": "3.4.9"
"impact": "patch",
"oldVersion": "3.4.9",
"newVersion": "3.4.10",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/core/package.json"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"oldVersion": "1.16.1"
"impact": "patch",
"oldVersion": "1.16.1",
"newVersion": "1.16.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/macros/package.json"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
Expand All @@ -37,7 +59,16 @@
"oldVersion": "2.1.7"
},
"@embroider/shared-internals": {
"oldVersion": "2.6.0"
"impact": "patch",
"oldVersion": "2.6.0",
"newVersion": "2.6.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/shared-internals/package.json"
},
"@embroider/test-setup": {
"oldVersion": "4.0.0"
Expand All @@ -49,8 +80,17 @@
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"oldVersion": "4.0.0"
"impact": "patch",
"oldVersion": "4.0.0",
"newVersion": "4.0.1",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
}
},
"description": "## Release (2024-05-22)\n\n@embroider/addon-shim 1.8.9 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-shim`\n * [#1940](https://github.com/embroider-build/embroider/pull/1940) only register v2 addons with parent addons ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#1938](https://github.com/embroider-build/embroider/pull/1938) remove v* prefix GitHub Actions builds ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2024-05-29)\n\n@embroider/compat 3.5.1 (patch)\n@embroider/core 3.4.10 (patch)\n@embroider/macros 1.16.2 (patch)\n@embroider/shared-internals 2.6.1 (patch)\n@embroider/webpack 4.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/shared-internals`, `@embroider/test-support`, `@embroider/test-scenarios`\n * [#1949](https://github.com/embroider-build/embroider/pull/1949) Fix ownerOfFile bug on windows ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Embroider Changelog

## Release (2024-05-29)

@embroider/compat 3.5.1 (patch)
@embroider/core 3.4.10 (patch)
@embroider/macros 1.16.2 (patch)
@embroider/shared-internals 2.6.1 (patch)
@embroider/webpack 4.0.1 (patch)

#### :bug: Bug Fix
* `@embroider/shared-internals`, `@embroider/test-support`, `@embroider/test-scenarios`
* [#1949](https://github.com/embroider-build/embroider/pull/1949) Fix ownerOfFile bug on windows ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## Release (2024-05-22)

@embroider/addon-shim 1.8.9 (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.0",
"version": "3.5.1",
"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.9",
"version": "3.4.10",
"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.1",
"version": "1.16.2",
"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.6.0",
"version": "2.6.1",
"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.0",
"version": "4.0.1",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down

0 comments on commit e17d05d

Please sign in to comment.