Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 18 additions & 44 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@
},
"@embroider/compat": {
"impact": "patch",
"oldVersion": "4.1.4",
"newVersion": "4.1.5",
"oldVersion": "4.1.5",
"newVersion": "4.1.6",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
Expand All @@ -34,14 +30,10 @@
},
"@embroider/core": {
"impact": "patch",
"oldVersion": "4.2.1",
"newVersion": "4.2.2",
"oldVersion": "4.2.2",
"newVersion": "4.2.3",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
Expand All @@ -53,27 +45,27 @@
"oldVersion": "4.0.0"
},
"@embroider/legacy-inspector-support": {
"impact": "minor",
"oldVersion": "0.0.0",
"newVersion": "0.1.0",
"impact": "patch",
"oldVersion": "0.1.0",
"newVersion": "0.1.1",
"tagName": "latest",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/legacy-inspector-support/package.json"
},
"@embroider/macros": {
"impact": "patch",
"oldVersion": "1.18.2",
"newVersion": "1.18.3",
"impact": "minor",
"oldVersion": "1.18.3",
"newVersion": "1.19.0",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/macros/package.json"
Expand All @@ -82,17 +74,7 @@
"oldVersion": "0.1.2"
},
"@embroider/router": {
"impact": "patch",
"oldVersion": "3.0.3",
"newVersion": "3.0.4",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/router/package.json"
"oldVersion": "3.0.4"
},
"@embroider/shared-internals": {
"oldVersion": "3.0.1"
Expand All @@ -102,25 +84,17 @@
},
"@embroider/vite": {
"impact": "patch",
"oldVersion": "1.2.1",
"newVersion": "1.2.2",
"oldVersion": "1.2.2",
"newVersion": "1.2.3",
"tagName": "latest",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
},
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @embroider/macros"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/vite/package.json"
}
},
"description": "## Release (2025-09-30)\n\n* @embroider/compat 4.1.5 (patch)\n* @embroider/core 4.2.2 (patch)\n* @embroider/legacy-inspector-support 0.1.0 (minor)\n* @embroider/macros 1.18.3 (patch)\n* @embroider/router 3.0.4 (patch)\n* @embroider/vite 1.2.2 (patch)\n\n#### :rocket: Enhancement\n* `@embroider/legacy-inspector-support`\n * [#2522](https://github.com/embroider-build/embroider/pull/2522) Add compat ember-inspector support ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n\n#### :bug: Bug Fix\n* `@embroider/vite`\n * [#2566](https://github.com/embroider-build/embroider/pull/2566) Fix CI for upstream rolldown and webpack changes ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `@embroider/compat`, `@embroider/core`, `@embroider/macros`, `@embroider/router`, `@embroider/vite`\n * [#2562](https://github.com/embroider-build/embroider/pull/2562) Move jest-suites out of scenario tester and make it so we can swap individual packages to vitest ([@mansona](https://github.com/mansona))\n\n#### Committers: 3\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))\n"
"description": "## Release (2025-09-30)\n\n* @embroider/compat 4.1.6 (patch)\n* @embroider/core 4.2.3 (patch)\n* @embroider/legacy-inspector-support 0.1.1 (patch)\n* @embroider/macros 1.19.0 (minor)\n* @embroider/vite 1.2.3 (patch)\n\n#### :rocket: Enhancement\n* `@embroider/macros`\n * [#2550](https://github.com/embroider-build/embroider/pull/2550) new Macro: `appEmberSatisfies(range)` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `@embroider/legacy-inspector-support`\n * [#2569](https://github.com/embroider-build/embroider/pull/2569) fix release of legacy-inspector-support ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## Release (2025-09-30)

* @embroider/compat 4.1.6 (patch)
* @embroider/core 4.2.3 (patch)
* @embroider/legacy-inspector-support 0.1.1 (patch)
* @embroider/macros 1.19.0 (minor)
* @embroider/vite 1.2.3 (patch)

#### :rocket: Enhancement
* `@embroider/macros`
* [#2550](https://github.com/embroider-build/embroider/pull/2550) new Macro: `appEmberSatisfies(range)` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `@embroider/legacy-inspector-support`
* [#2569](https://github.com/embroider-build/embroider/pull/2569) fix release of legacy-inspector-support ([@mansona](https://github.com/mansona))

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

## Release (2025-09-30)

* @embroider/compat 4.1.5 (patch)
* @embroider/core 4.2.2 (patch)
* @embroider/legacy-inspector-support 0.1.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": "4.1.5",
"version": "4.1.6",
"private": false,
"description": "Backward compatibility layer for the Embroider build system.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/core",
"version": "4.2.2",
"version": "4.2.3",
"private": false,
"description": "A build system for EmberJS applications.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy-inspector-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/legacy-inspector-support",
"version": "0.1.0",
"version": "0.1.1",
"description": "Module that installs globals ember-inspector support",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/macros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/macros",
"version": "1.18.3",
"version": "1.19.0",
"private": false,
"description": "Standardized build-time macros for ember apps.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@embroider/vite",
"version": "1.2.2",
"version": "1.2.3",
"repository": {
"type": "git",
"url": "https://github.com/embroider-build/embroider.git",
Expand Down