Skip to content

Commit

Permalink
Merge pull request #2167 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Nov 11, 2024
2 parents d0a9396 + 4e8c10e commit 18d14eb
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,7 +1,16 @@
{
"solution": {
"@embroider/addon-dev": {
"oldVersion": "6.0.1"
"impact": "major",
"oldVersion": "6.0.1",
"newVersion": "7.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
}
],
"pkgJSONPath": "./packages/addon-dev/package.json"
},
"@embroider/addon-shim": {
"oldVersion": "1.9.0"
Expand All @@ -13,16 +22,7 @@
"oldVersion": "1.0.1"
},
"@embroider/compat": {
"impact": "minor",
"oldVersion": "3.6.5",
"newVersion": "3.7.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/compat/package.json"
"oldVersion": "3.7.0"
},
"@embroider/core": {
"oldVersion": "3.4.19"
Expand Down Expand Up @@ -55,5 +55,5 @@
"oldVersion": "4.0.8"
}
},
"description": "## Release (2024-11-05)\n\n@embroider/compat 3.7.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/compat`\n * [#2164](https://github.com/embroider-build/embroider/pull/2164) Support v2 ember-source ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"description": "## Release (2024-11-11)\n\n@embroider/addon-dev 7.0.0 (major)\n\n#### :boom: Breaking Change\n* `@embroider/addon-dev`\n * [#2166](https://github.com/embroider-build/embroider/pull/2166) Fix gjs/gts sourcemaps -- we accidentally unlocked really good DX ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\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-11-11)

@embroider/addon-dev 7.0.0 (major)

#### :boom: Breaking Change
* `@embroider/addon-dev`
* [#2166](https://github.com/embroider-build/embroider/pull/2166) Fix gjs/gts sourcemaps -- we accidentally unlocked really good DX ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

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

## Release (2024-11-05)

@embroider/compat 3.7.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": "6.0.1",
"version": "7.0.0",
"description": "Utilities for addon authors",
"repository": {
"type": "git",
Expand Down

0 comments on commit 18d14eb

Please sign in to comment.