Skip to content

Commit

Permalink
Prepare Release using 'embroider-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 28, 2023
1 parent 2d06aa0 commit be0a2ef
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 12 deletions.
36 changes: 26 additions & 10 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,42 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"oldVersion": "3.3.1"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.1",
"newVersion": "3.4.2",
"impact": "minor",
"oldVersion": "3.3.1",
"newVersion": "3.4.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "packages/core/package.json"
"pkgJSONPath": "packages/compat/package.json"
},
"@embroider/core": {
"oldVersion": "3.4.2"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"oldVersion": "1.13.3"
},
"@embroider/reverse-exports": {
"impact": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "packages/reverse-exports/package.json"
},
"@embroider/router": {
"oldVersion": "2.1.5"
},
Expand All @@ -49,5 +65,5 @@
"oldVersion": "3.2.1"
}
},
"description": "## Release (2023-11-16)\n\n@embroider/core 3.4.2 (patch)\n\n#### :bug: Bug Fix\n* `core`\n * [#1670](https://github.com/embroider-build/embroider/pull/1670) Fix looping for unchanged files ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"description": "## Release (2023-11-28)\n\n@embroider/compat 3.4.0 (minor)\n@embroider/reverse-exports 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `reverse-exports`\n * [#1652](https://github.com/embroider-build/embroider/pull/1652) create new @embroider/reverse-exports package ([@lolmaus](https://github.com/lolmaus))\n* `compat`\n * [#1673](https://github.com/embroider-build/embroider/pull/1673) allow apps to disable the decorator transforms ([@ef4](https://github.com/ef4))\n\n#### :bug: Bug Fix\n* `reverse-exports`\n * [#1676](https://github.com/embroider-build/embroider/pull/1676) fix single asterisk replacement in reverse-exports ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* [#1683](https://github.com/embroider-build/embroider/pull/1683) update the releasing CI job ([@mansona](https://github.com/mansona))\n* [#1681](https://github.com/embroider-build/embroider/pull/1681) skip watch-mode tests in windows ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Embroider Changelog

## Release (2023-11-28)

@embroider/compat 3.4.0 (minor)
@embroider/reverse-exports 0.1.0 (minor)

#### :rocket: Enhancement
* `reverse-exports`
* [#1652](https://github.com/embroider-build/embroider/pull/1652) create new @embroider/reverse-exports package ([@lolmaus](https://github.com/lolmaus))
* `compat`
* [#1673](https://github.com/embroider-build/embroider/pull/1673) allow apps to disable the decorator transforms ([@ef4](https://github.com/ef4))

#### :bug: Bug Fix
* `reverse-exports`
* [#1676](https://github.com/embroider-build/embroider/pull/1676) fix single asterisk replacement in reverse-exports ([@mansona](https://github.com/mansona))

#### :house: Internal
* [#1683](https://github.com/embroider-build/embroider/pull/1683) update the releasing CI job ([@mansona](https://github.com/mansona))
* [#1681](https://github.com/embroider-build/embroider/pull/1681) skip watch-mode tests in windows ([@mansona](https://github.com/mansona))

#### Committers: 3
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
- Chris Manson ([@mansona](https://github.com/mansona))
- Edward Faulkner ([@ef4](https://github.com/ef4))

## Release (2023-11-16)

@embroider/core 3.4.2 (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.3.1",
"version": "3.4.0",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/reverse-exports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/reverse-exports",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit be0a2ef

Please sign in to comment.