Skip to content

Commit

Permalink
Merge pull request #2218 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
simonihmig authored Dec 19, 2024
2 parents 40e69d5 + f8f7fb7 commit abc11b9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 37 deletions.
45 changes: 9 additions & 36 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"solution": {
"@embroider/addon-dev": {
"impact": "minor",
"oldVersion": "7.0.0",
"newVersion": "7.1.0",
"impact": "patch",
"oldVersion": "7.1.0",
"newVersion": "7.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/addon-dev/package.json"
Expand All @@ -22,43 +22,16 @@
"oldVersion": "1.0.1"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.7.0",
"newVersion": "3.7.1",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
"oldVersion": "3.7.1"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.19",
"newVersion": "3.4.20",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/core/package.json"
"oldVersion": "3.4.20"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"impact": "patch",
"oldVersion": "1.16.9",
"newVersion": "1.16.10",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/macros/package.json"
"oldVersion": "1.16.10"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
Expand All @@ -82,5 +55,5 @@
"oldVersion": "4.0.8"
}
},
"description": "## Release (2024-12-16)\n\n@embroider/addon-dev 7.1.0 (minor)\n@embroider/compat 3.7.1 (patch)\n@embroider/core 3.4.20 (patch)\n@embroider/macros 1.16.10 (patch)\n\n#### :rocket: Enhancement\n* `@embroider/addon-dev`\n * [#2200](https://github.com/embroider-build/embroider/pull/2200) Add rollup declarations plugin ([@simonihmig](https://github.com/simonihmig))\n\n#### :house: Internal\n* `@embroider/sample-transforms`, `@embroider/test-fixtures`, `@embroider/test-scenarios`\n * [#2204](https://github.com/embroider-build/embroider/pull/2204) Fix stable ([@simonihmig](https://github.com/simonihmig))\n* `@embroider/macros`\n * [#2201](https://github.com/embroider-build/embroider/pull/2201) Fix type error on stable ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
"description": "## Release (2024-12-19)\n\n@embroider/addon-dev 7.1.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-dev`\n * [#2217](https://github.com/embroider-build/embroider/pull/2217) Fix declarations plugin to cover import() ([@simonihmig](https://github.com/simonihmig))\n\n#### Committers: 1\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\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 (2024-12-19)

@embroider/addon-dev 7.1.1 (patch)

#### :bug: Bug Fix
* `@embroider/addon-dev`
* [#2217](https://github.com/embroider-build/embroider/pull/2217) Fix declarations plugin to cover import() ([@simonihmig](https://github.com/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## Release (2024-12-16)

@embroider/addon-dev 7.1.0 (minor)
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/addon-dev",
"version": "7.1.0",
"version": "7.1.1",
"description": "Utilities for addon authors",
"repository": {
"type": "git",
Expand Down

0 comments on commit abc11b9

Please sign in to comment.