Skip to content

Commit

Permalink
Merge pull request #2013 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Jul 3, 2024
2 parents 6c91dca + 5da0fe8 commit ecc205b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
"solution": {
"@embroider/addon-dev": {
"impact": "major",
"oldVersion": "4.3.1",
"newVersion": "5.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./packages/addon-dev/package.json"
"oldVersion": "5.0.0"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.9"
Expand All @@ -19,7 +10,16 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"oldVersion": "3.5.5"
"impact": "patch",
"oldVersion": "3.5.5",
"newVersion": "3.5.6",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/compat/package.json"
},
"@embroider/core": {
"oldVersion": "3.4.14"
Expand Down Expand Up @@ -52,5 +52,5 @@
"oldVersion": "4.0.4"
}
},
"description": "## Release (2024-06-27)\n\n@embroider/addon-dev 5.0.0 (major)\n\n#### :boom: Breaking Change\n* `@embroider/addon-dev`\n * [#2007](https://github.com/embroider-build/embroider/pull/2007) Add just the necessary files to rollup watch mode ([@vstefanovic97](https://github.com/vstefanovic97))\n\n#### Committers: 1\n- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))\n"
"description": "## Release (2024-07-03)\n\n@embroider/compat 3.5.6 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`\n * [#2012](https://github.com/embroider-build/embroider/pull/2012) Empty packages as valid v2 addons ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### Committers: 1\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\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-07-03)

@embroider/compat 3.5.6 (patch)

#### :bug: Bug Fix
* `@embroider/compat`
* [#2012](https://github.com/embroider-build/embroider/pull/2012) Empty packages as valid v2 addons ([@BlueCutOfficial](https://github.com/BlueCutOfficial))

#### Committers: 1
- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))

## Release (2024-06-27)

@embroider/addon-dev 5.0.0 (major)
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.5.5",
"version": "3.5.6",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down

0 comments on commit ecc205b

Please sign in to comment.