Skip to content

Commit

Permalink
Merge pull request #2334 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Mar 2, 2025
2 parents 46f1432 + be436c8 commit 2aa8cae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@
"oldVersion": "3.0.0-alpha.3"
},
"@embroider/template-tag-codemod": {
"impact": "minor",
"oldVersion": "0.5.0-alpha.5",
"newVersion": "0.5.0-alpha.6",
"impact": "patch",
"oldVersion": "0.5.0-alpha.6",
"newVersion": "0.5.0-alpha.7",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
Expand All @@ -59,5 +55,5 @@
"oldVersion": "1.0.0-alpha.7"
}
},
"description": "## Release (2025-02-28)\n\n@embroider/template-tag-codemod 0.5.0-alpha.6 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/template-tag-codemod`, `@embroider/test-scenarios`\n * [#2331](https://github.com/embroider-build/embroider/pull/2331) Don't duplicate comments that appear next to modified imports ([@ef4](https://github.com/ef4))\n * [#2330](https://github.com/embroider-build/embroider/pull/2330) Handle render tests that define the template outside the render call ([@ef4](https://github.com/ef4))\n* `@embroider/template-tag-codemod`, `@embroider/test-support`, `@embroider/test-scenarios`\n * [#2328](https://github.com/embroider-build/embroider/pull/2328) Skip and report non-native-class syntax components ([@ef4](https://github.com/ef4))\n* `@embroider/template-tag-codemod`\n * [#2327](https://github.com/embroider-build/embroider/pull/2327) Improve template-tag-codemod error reporting ([@ef4](https://github.com/ef4))\n * [#2319](https://github.com/embroider-build/embroider/pull/2319) template-tag-codemod: only reuse ember prebuild if you explicitly pass the option to do so ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@embroider/template-tag-codemod`, `@embroider/test-scenarios`\n * [#2332](https://github.com/embroider-build/embroider/pull/2332) Fix lexical this polyfill when \"this\" has no tail ([@ef4](https://github.com/ef4))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"description": "## Release (2025-03-02)\n\n@embroider/template-tag-codemod 0.5.0-alpha.7 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/template-tag-codemod`\n * [#2321](https://github.com/embroider-build/embroider/pull/2321) downgrade ember-cli dependency to support a wider range of ember-source ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Embroider Changelog

## Release (2025-03-02)

@embroider/template-tag-codemod 0.5.0-alpha.7 (patch)

#### :bug: Bug Fix
* `@embroider/template-tag-codemod`
* [#2321](https://github.com/embroider-build/embroider/pull/2321) downgrade ember-cli dependency to support a wider range of ember-source ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2025-02-28)

@embroider/template-tag-codemod 0.5.0-alpha.6 (minor)
Expand Down
2 changes: 1 addition & 1 deletion packages/template-tag-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/template-tag-codemod",
"version": "0.5.0-alpha.6",
"version": "0.5.0-alpha.7",
"private": false,
"type": "module",
"description": "Convert to HBS to GJS with <template></template>",
Expand Down

0 comments on commit 2aa8cae

Please sign in to comment.