Skip to content

Commit

Permalink
Prepare Release using 'release-plan'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 1, 2024
1 parent b4a3057 commit 846dac5
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 13 deletions.
56 changes: 48 additions & 8 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,46 @@
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.4.2",
"newVersion": "3.4.3",
"oldVersion": "3.4.3",
"newVersion": "3.4.4",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"oldVersion": "3.4.3"
"impact": "patch",
"oldVersion": "3.4.3",
"newVersion": "3.4.4",
"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.13.4"
"impact": "patch",
"oldVersion": "1.13.4",
"newVersion": "1.13.5",
"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.6"
},
"@embroider/shared-internals": {
"oldVersion": "2.5.1"
"impact": "patch",
"oldVersion": "2.5.1",
"newVersion": "2.5.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/shared-internals/package.json"
},
"@embroider/test-setup": {
"oldVersion": "3.0.3"
Expand All @@ -49,8 +80,17 @@
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"oldVersion": "3.2.1"
"impact": "patch",
"oldVersion": "3.2.1",
"newVersion": "3.2.2",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
}
},
"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"
"description": "## Release (2024-02-01)\n\n@embroider/compat 3.4.4 (patch)\n@embroider/core 3.4.4 (patch)\n@embroider/macros 1.13.5 (patch)\n@embroider/shared-internals 2.5.2 (patch)\n@embroider/webpack 3.2.2 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/shared-internals`\n * [#1758](https://github.com/embroider-build/embroider/pull/1758) Make template-colocation-plugin idempotent ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `@embroider/test-scenarios`\n * [#1781](https://github.com/embroider-build/embroider/pull/1781) Fix failing addon-dev-js test on stable ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 2\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Embroider Changelog
## Release (2024-02-01)

@embroider/compat 3.4.4 (patch)
@embroider/core 3.4.4 (patch)
@embroider/macros 1.13.5 (patch)
@embroider/shared-internals 2.5.2 (patch)
@embroider/webpack 3.2.2 (patch)

#### :bug: Bug Fix
* `@embroider/shared-internals`
* [#1758](https://github.com/embroider-build/embroider/pull/1758) Make template-colocation-plugin idempotent ([@ef4](https://github.com/ef4))

#### :house: Internal
* `@embroider/test-scenarios`
* [#1781](https://github.com/embroider-build/embroider/pull/1781) Fix failing addon-dev-js test on stable ([@simonihmig](https://github.com/simonihmig))

#### Committers: 2
- Edward Faulkner ([@ef4](https://github.com/ef4))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
## Release (2023-12-23)

@embroider/compat 3.4.3 (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.4.3",
"version": "3.4.4",
"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.3",
"version": "3.4.4",
"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.13.4",
"version": "1.13.5",
"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.5.1",
"version": "2.5.2",
"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": "3.2.1",
"version": "3.2.2",
"private": false,
"description": "Builds EmberJS apps with Webpack",
"repository": {
Expand Down

0 comments on commit 846dac5

Please sign in to comment.