Skip to content

Commit

Permalink
Merge pull request #2165 from embroider-build/release-preview-stable
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
ef4 authored Nov 6, 2024
2 parents b7cefa1 + 8f56879 commit 1d712ae
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
Expand Up @@ -4,16 +4,7 @@
"oldVersion": "6.0.1"
},
"@embroider/addon-shim": {
"impact": "minor",
"oldVersion": "1.8.9",
"newVersion": "1.9.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/addon-shim/package.json"
"oldVersion": "1.9.0"
},
"@embroider/babel-loader-9": {
"oldVersion": "3.1.1"
Expand All @@ -22,7 +13,16 @@
"oldVersion": "1.0.1"
},
"@embroider/compat": {
"oldVersion": "3.6.5"
"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"
},
"@embroider/core": {
"oldVersion": "3.4.19"
Expand Down Expand Up @@ -55,5 +55,5 @@
"oldVersion": "4.0.8"
}
},
"description": "## Release (2024-10-31)\n\n@embroider/addon-shim 1.9.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/addon-shim`\n * [#2158](https://github.com/embroider-build/embroider/pull/2158) Add a new option for addon-shim to pass config to ember-auto-import ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `@embroider/test-scenarios`, `ts-app-template`\n * [#2159](https://github.com/embroider-build/embroider/pull/2159) pinning @types/qunit to fix ci ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
"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"
}
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-05)

@embroider/compat 3.7.0 (minor)

#### :rocket: Enhancement
* `@embroider/compat`
* [#2164](https://github.com/embroider-build/embroider/pull/2164) Support v2 ember-source ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))

## Release (2024-10-31)

@embroider/addon-shim 1.9.0 (minor)
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.6.5",
"version": "3.7.0",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down

0 comments on commit 1d712ae

Please sign in to comment.