Skip to content

Commit

Permalink
Merge pull request #1951 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored May 29, 2024
2 parents 9bb4fa0 + 30c58c3 commit 8c70a40
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 52 deletions.
62 changes: 11 additions & 51 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,65 +10,34 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.5.0",
"newVersion": "3.5.1",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
"oldVersion": "3.5.1"
},
"@embroider/core": {
"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"
"oldVersion": "3.4.10"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"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"
"oldVersion": "1.16.2"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
},
"@embroider/router": {
"oldVersion": "2.1.7"
},
"@embroider/shared-internals": {
"impact": "patch",
"oldVersion": "2.6.0",
"newVersion": "2.6.1",
"oldVersion": "2.1.7",
"newVersion": "2.1.8",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/shared-internals/package.json"
"pkgJSONPath": "./packages/router/package.json"
},
"@embroider/shared-internals": {
"oldVersion": "2.6.1"
},
"@embroider/test-setup": {
"oldVersion": "4.0.0"
Expand All @@ -80,17 +49,8 @@
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"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"
"oldVersion": "4.0.1"
}
},
"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"
"description": "## Release (2024-05-29)\n\n@embroider/router 2.1.8 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/router`\n * [#1945](https://github.com/embroider-build/embroider/pull/1945) avoid loading of lazy engines when generating linkto urls for routes ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 1\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Release (2024-05-29)

@embroider/router 2.1.8 (patch)

#### :bug: Bug Fix
* `@embroider/router`
* [#1945](https://github.com/embroider-build/embroider/pull/1945) avoid loading of lazy engines when generating linkto urls for routes ([@void-mAlex](https://github.com/void-mAlex))

#### Committers: 1
- Alex ([@void-mAlex](https://github.com/void-mAlex))

## Release (2024-05-29)

@embroider/compat 3.5.1 (patch)
@embroider/core 3.4.10 (patch)
@embroider/macros 1.16.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/router",
"version": "2.1.7",
"version": "2.1.8",
"description": "Lazy loading router",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 8c70a40

Please sign in to comment.