Skip to content

Commit

Permalink
Merge pull request #1725 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 committed Dec 23, 2023
2 parents a47b450 + 1d993e6 commit 6e53394
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .release-plan.json
Expand Up @@ -11,8 +11,8 @@
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.4.1",
"newVersion": "3.4.2",
"oldVersion": "3.4.2",
"newVersion": "3.4.3",
"constraints": [
{
"impact": "patch",
Expand Down Expand Up @@ -52,5 +52,5 @@
"oldVersion": "3.2.1"
}
},
"description": "## Release (2023-12-13)\n\n@embroider/compat 3.4.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`\n * [#1717](https://github.com/embroider-build/embroider/pull/1717) Always load ember-testing package eagerly ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"description": "## Release (2023-12-23)\n\n@embroider/compat 3.4.3 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@types/ember-cli`\n * [#1743](https://github.com/embroider-build/embroider/pull/1743) Don't rely on htmlbars internals ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* [#1724](https://github.com/embroider-build/embroider/pull/1724) fix publish for stable branch ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,18 @@
# Embroider Changelog
## Release (2023-12-23)

@embroider/compat 3.4.3 (patch)

#### :bug: Bug Fix
* `@embroider/compat`, `@types/ember-cli`
* [#1743](https://github.com/embroider-build/embroider/pull/1743) Don't rely on htmlbars internals ([@ef4](https://github.com/ef4))

#### :house: Internal
* [#1724](https://github.com/embroider-build/embroider/pull/1724) fix publish for stable branch ([@mansona](https://github.com/mansona))

#### Committers: 2
- Chris Manson ([@mansona](https://github.com/mansona))
- Edward Faulkner ([@ef4](https://github.com/ef4))
## Release (2023-12-13)

@embroider/compat 3.4.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@embroider/compat",
"version": "3.4.2",
"version": "3.4.3",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down

0 comments on commit 6e53394

Please sign in to comment.