Skip to content

Commit

Permalink
Merge pull request #2130 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 Oct 8, 2024
2 parents 82923f8 + 3302b28 commit b3fcd9b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 88 deletions.
96 changes: 9 additions & 87 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
{
"solution": {
"@embroider/addon-dev": {
"impact": "major",
"oldVersion": "5.0.0",
"newVersion": "6.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/addon-dev/package.json"
"oldVersion": "6.0.0"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.9"
Expand All @@ -24,13 +11,9 @@
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.6.1",
"newVersion": "3.6.2",
"oldVersion": "3.6.2",
"newVersion": "3.6.3",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
Expand All @@ -39,39 +22,13 @@
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.16",
"newVersion": "3.4.17",
"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"
"oldVersion": "3.4.17"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"impact": "patch",
"oldVersion": "1.16.6",
"newVersion": "1.16.7",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/macros/package.json"
"oldVersion": "1.16.7"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
Expand All @@ -80,20 +37,7 @@
"oldVersion": "2.1.8"
},
"@embroider/shared-internals": {
"impact": "minor",
"oldVersion": "2.6.3",
"newVersion": "2.7.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/shared-internals/package.json"
"oldVersion": "2.7.0"
},
"@embroider/test-setup": {
"oldVersion": "4.0.0"
Expand All @@ -102,33 +46,11 @@
"oldVersion": "1.13.2"
},
"@embroider/vite": {
"impact": "patch",
"oldVersion": "0.2.0",
"newVersion": "0.2.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/vite/package.json"
"oldVersion": "0.2.1"
},
"@embroider/webpack": {
"impact": "patch",
"oldVersion": "4.0.5",
"newVersion": "4.0.6",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
"oldVersion": "4.0.6"
}
},
"description": "## Release (2024-10-01)\n\n@embroider/addon-dev 6.0.0 (major)\n@embroider/compat 3.6.2 (patch)\n@embroider/core 3.4.17 (patch)\n@embroider/macros 1.16.7 (patch)\n@embroider/shared-internals 2.7.0 (minor)\n@embroider/vite 0.2.1 (patch)\n@embroider/webpack 4.0.6 (patch)\n\n#### :boom: Breaking Change\n* `@embroider/addon-dev`, `@embroider/test-scenarios`\n * [#2082](https:/embroider-build/embroider/pull/2082) Hide base path from public URL of rollup-public-assets ([@simonihmig](https:/simonihmig))\n\n#### :rocket: Enhancement\n* `@embroider/addon-dev`, `@embroider/shared-internals`, `@embroider/test-scenarios`\n * [#2121](https:/embroider-build/embroider/pull/2121) backport #1855 addon-dev: incremental updates to output ([@patricklx](https:/patricklx))\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`, `@embroider/test-scenarios`\n * [#2127](https:/embroider-build/embroider/pull/2127) Bump jsdom to fix punycode deprecation messages from tr46, psl, and whatwg-url ([@NullVoxPopuli](https:/NullVoxPopuli))\n* `@embroider/shared-internals`, `@embroider/test-scenarios`\n * [#2122](https:/embroider-build/embroider/pull/2122) speedup windows ci on stable ([@patricklx](https:/patricklx))\n\n#### Committers: 3\n- Patrick Pircher ([@patricklx](https:/patricklx))\n- Simon Ihmig ([@simonihmig](https:/simonihmig))\n- [@NullVoxPopuli](https:/NullVoxPopuli)\n"
"description": "## Release (2024-10-08)\n\n@embroider/compat 3.6.3 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/test-scenarios`\n * [#2133](https:/embroider-build/embroider/pull/2133) fix typescript support for codemod and add option for renaming elements ([@void-mAlex](https:/void-mAlex))\n * [#2120](https:/embroider-build/embroider/pull/2120) fix gts in v1 addons ([@patricklx](https:/patricklx))\n\n#### :house: Internal\n* `@embroider/test-scenarios`\n * [#2142](https:/embroider-build/embroider/pull/2142) fixing test suite for ember >= 6 ([@ef4](https:/ef4))\n\n#### Committers: 3\n- Alex ([@void-mAlex](https:/void-mAlex))\n- Edward Faulkner ([@ef4](https:/ef4))\n- Patrick Pircher ([@patricklx](https:/patricklx))\n"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Embroider Changelog

## Release (2024-10-08)

@embroider/compat 3.6.3 (patch)

#### :bug: Bug Fix
* `@embroider/compat`, `@embroider/test-scenarios`
* [#2133](https:/embroider-build/embroider/pull/2133) fix typescript support for codemod and add option for renaming elements ([@void-mAlex](https:/void-mAlex))
* [#2120](https:/embroider-build/embroider/pull/2120) fix gts in v1 addons ([@patricklx](https:/patricklx))

#### :house: Internal
* `@embroider/test-scenarios`
* [#2142](https:/embroider-build/embroider/pull/2142) fixing test suite for ember >= 6 ([@ef4](https:/ef4))

#### Committers: 3
- Alex ([@void-mAlex](https:/void-mAlex))
- Edward Faulkner ([@ef4](https:/ef4))
- Patrick Pircher ([@patricklx](https:/patricklx))

## Release (2024-10-01)

@embroider/addon-dev 6.0.0 (major)
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.6.2",
"version": "3.6.3",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down

0 comments on commit b3fcd9b

Please sign in to comment.