Skip to content

Commit

Permalink
Merge pull request #1875 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona committed Apr 10, 2024
2 parents 15c54f0 + 8a8eacf commit f40582a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 65 deletions.
75 changes: 11 additions & 64 deletions .release-plan.json
@@ -1,13 +1,13 @@
{
"solution": {
"@embroider/addon-dev": {
"impact": "minor",
"oldVersion": "4.2.1",
"newVersion": "4.3.0",
"impact": "patch",
"oldVersion": "4.3.0",
"newVersion": "4.3.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 @@ -19,51 +19,16 @@
"oldVersion": "3.1.1"
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "3.4.6",
"newVersion": "3.4.7",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/compat/package.json"
"oldVersion": "3.4.7"
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "3.4.6",
"newVersion": "3.4.7",
"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.7"
},
"@embroider/hbs-loader": {
"oldVersion": "3.0.3"
},
"@embroider/macros": {
"impact": "patch",
"oldVersion": "1.15.0",
"newVersion": "1.15.1",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/macros/package.json"
"oldVersion": "1.15.1"
},
"@embroider/reverse-exports": {
"oldVersion": "0.1.0"
Expand All @@ -72,16 +37,7 @@
"oldVersion": "2.1.6"
},
"@embroider/shared-internals": {
"impact": "minor",
"oldVersion": "2.5.2",
"newVersion": "2.6.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/shared-internals/package.json"
"oldVersion": "2.6.0"
},
"@embroider/test-setup": {
"oldVersion": "3.0.3"
Expand All @@ -93,17 +49,8 @@
"oldVersion": "0.2.0"
},
"@embroider/webpack": {
"impact": "patch",
"oldVersion": "3.2.2",
"newVersion": "3.2.3",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/shared-internals"
}
],
"pkgJSONPath": "./packages/webpack/package.json"
"oldVersion": "3.2.3"
}
},
"description": "## Release (2024-04-10)\n\n@embroider/addon-dev 4.3.0 (minor)\n@embroider/compat 3.4.7 (patch)\n@embroider/core 3.4.7 (patch)\n@embroider/macros 1.15.1 (patch)\n@embroider/shared-internals 2.6.0 (minor)\n@embroider/webpack 3.2.3 (patch)\n\n#### :rocket: Enhancement\n* `@embroider/addon-dev`, `@embroider/shared-internals`, `@embroider/test-scenarios`\n * [#1856](https://github.com/embroider-build/embroider/pull/1856) Compile Hbs route templates correctly ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n* `@embroider/addon-dev`, `@embroider/test-scenarios`\n * [#1867](https://github.com/embroider-build/embroider/pull/1867) add a namespace option for public-assets plugin ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* Other\n * [#1871](https://github.com/embroider-build/embroider/pull/1871) fix release-plan unlabelled changes PR ([@mansona](https://github.com/mansona))\n * [#1869](https://github.com/embroider-build/embroider/pull/1869) update release plan ([@mansona](https://github.com/mansona))\n* `@embroider/compat`, `@embroider/test-scenarios`\n * [#1806](https://github.com/embroider-build/embroider/pull/1806) resolver transform to emit imports for helper and modifiers that need… ([@void-mAlex](https://github.com/void-mAlex))\n\n#### Committers: 3\n- Alex ([@void-mAlex](https://github.com/void-mAlex))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n"
"description": "## Release (2024-04-10)\n\n@embroider/addon-dev 4.3.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/addon-dev`, `@embroider/test-scenarios`\n * [#1874](https://github.com/embroider-build/embroider/pull/1874) with namespace in publicAssets don't include path ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

## Release (2024-04-10)

@embroider/addon-dev 4.3.1 (patch)

#### :bug: Bug Fix
* `@embroider/addon-dev`, `@embroider/test-scenarios`
* [#1874](https://github.com/embroider-build/embroider/pull/1874) with namespace in publicAssets don't include path ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2024-04-10)

@embroider/addon-dev 4.3.0 (minor)
@embroider/compat 3.4.7 (patch)
@embroider/core 3.4.7 (patch)
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-dev/package.json
@@ -1,6 +1,6 @@
{
"name": "@embroider/addon-dev",
"version": "4.3.0",
"version": "4.3.1",
"description": "Utilities for addon authors",
"repository": {
"type": "git",
Expand Down

0 comments on commit f40582a

Please sign in to comment.