Skip to content

Commit

Permalink
Merge pull request #2009 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Jun 27, 2024
2 parents 9c22cab + f916896 commit c1c13d6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 61 deletions.
76 changes: 16 additions & 60 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
{
"solution": {
"@embroider/addon-dev": {
"oldVersion": "4.3.1"
"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"
},
"@embroider/addon-shim": {
"oldVersion": "1.8.9"
Expand All @@ -10,51 +19,16 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.5.4",
"newVersion": "3.5.5",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
}
],
"pkgJSONPath": "./packages/compat/package.json"
"oldVersion": "3.5.5"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.13",
"newVersion": "3.4.14",
"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"
"oldVersion": "3.4.14"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"impact": "patch",
"oldVersion": "1.16.4",
"newVersion": "1.16.5",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/macros/package.json"
"oldVersion": "1.16.5"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
Expand All @@ -63,16 +37,7 @@
"oldVersion": "2.1.8"
},
"@embroider/shared-internals": {
"impact": "patch",
"oldVersion": "2.6.1",
"newVersion": "2.6.2",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/shared-internals/package.json"
"oldVersion": "2.6.2"
},
"@embroider/test-setup": {
"oldVersion": "4.0.0"
Expand All @@ -84,17 +49,8 @@
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"impact": "patch",
"oldVersion": "4.0.3",
"newVersion": "4.0.4",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
"oldVersion": "4.0.4"
}
},
"description": "## Release (2024-06-24)\n\n@embroider/compat 3.5.5 (patch)\n@embroider/core 3.4.14 (patch)\n@embroider/macros 1.16.5 (patch)\n@embroider/shared-internals 2.6.2 (patch)\n@embroider/webpack 4.0.4 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/compat`, `@embroider/test-scenarios`\n * [#2005](https://github.com/embroider-build/embroider/pull/2005) unique-id helper import based on ember-source version ([@void-mAlex](https://github.com/void-mAlex))\n\n#### :house: Internal\n* `@embroider/shared-internals`\n * [#2000](https://github.com/embroider-build/embroider/pull/2000) Update typescript and fix issues with Typescript 5.5 ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
"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"
}
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-06-27)

@embroider/addon-dev 5.0.0 (major)

#### :boom: Breaking Change
* `@embroider/addon-dev`
* [#2007](https://github.com/embroider-build/embroider/pull/2007) Add just the necessary files to rollup watch mode ([@vstefanovic97](https://github.com/vstefanovic97))

#### Committers: 1
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))

## Release (2024-06-24)

@embroider/compat 3.5.5 (patch)
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": "4.3.1",
"version": "5.0.0",
"description": "Utilities for addon authors",
"repository": {
"type": "git",
Expand Down

0 comments on commit c1c13d6

Please sign in to comment.