Skip to content

Commit 1f84d85

Browse files
Merge pull request #2681 from embroider-build/release-preview
Prepare Release
2 parents 609dfbc + a03fbd3 commit 1f84d85

File tree

6 files changed

+31
-21
lines changed

6 files changed

+31
-21
lines changed

.release-plan.json

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"@embroider/compat": {
1616
"impact": "patch",
17-
"oldVersion": "4.1.13",
18-
"newVersion": "4.1.14",
17+
"oldVersion": "4.1.14",
18+
"newVersion": "4.1.15",
1919
"tagName": "latest",
2020
"constraints": [
2121
{
@@ -30,8 +30,8 @@
3030
},
3131
"@embroider/core": {
3232
"impact": "patch",
33-
"oldVersion": "4.4.3",
34-
"newVersion": "4.4.4",
33+
"oldVersion": "4.4.4",
34+
"newVersion": "4.4.5",
3535
"tagName": "latest",
3636
"constraints": [
3737
{
@@ -48,14 +48,14 @@
4848
"oldVersion": "0.1.3"
4949
},
5050
"@embroider/macros": {
51-
"impact": "minor",
52-
"oldVersion": "1.19.7",
53-
"newVersion": "1.20.0",
51+
"impact": "patch",
52+
"oldVersion": "1.20.0",
53+
"newVersion": "1.20.1",
5454
"tagName": "latest",
5555
"constraints": [
5656
{
57-
"impact": "minor",
58-
"reason": "Appears in changelog section :rocket: Enhancement"
57+
"impact": "patch",
58+
"reason": "Appears in changelog section :bug: Bug Fix"
5959
}
6060
],
6161
"pkgJSONPath": "./packages/macros/package.json"
@@ -73,22 +73,18 @@
7373
"oldVersion": "1.3.5"
7474
},
7575
"@embroider/vite": {
76-
"impact": "minor",
77-
"oldVersion": "1.5.2",
78-
"newVersion": "1.6.0",
76+
"impact": "patch",
77+
"oldVersion": "1.6.0",
78+
"newVersion": "1.6.1",
7979
"tagName": "latest",
8080
"constraints": [
8181
{
8282
"impact": "patch",
8383
"reason": "Has dependency `workspace:*` on @embroider/macros"
84-
},
85-
{
86-
"impact": "minor",
87-
"reason": "Appears in changelog section :rocket: Enhancement"
8884
}
8985
],
9086
"pkgJSONPath": "./packages/vite/package.json"
9187
}
9288
},
93-
"description": "## Release (2026-02-24)\n\n* @embroider/compat 4.1.14 (patch)\n* @embroider/core 4.4.4 (patch)\n* @embroider/macros 1.20.0 (minor)\n* @embroider/vite 1.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@embroider/macros`\n * [#2662](https://github.com/embroider-build/embroider/pull/2662) `setTesting()` from `@embroider/macros` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `@embroider/vite`\n * [#2668](https://github.com/embroider-build/embroider/pull/2668) Rolldown + Rollup :: better filtering ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
89+
"description": "## Release (2026-03-04)\n\n* @embroider/compat 4.1.15 (patch)\n* @embroider/core 4.4.5 (patch)\n* @embroider/macros 1.20.1 (patch)\n* @embroider/vite 1.6.1 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/macros`\n * [#2680](https://github.com/embroider-build/embroider/pull/2680) Fix types for setTesting ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
9490
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Embroider Changelog
22

3+
## Release (2026-03-04)
4+
5+
* @embroider/compat 4.1.15 (patch)
6+
* @embroider/core 4.4.5 (patch)
7+
* @embroider/macros 1.20.1 (patch)
8+
* @embroider/vite 1.6.1 (patch)
9+
10+
#### :bug: Bug Fix
11+
* `@embroider/macros`
12+
* [#2680](https://github.com/embroider-build/embroider/pull/2680) Fix types for setTesting ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
13+
14+
#### Committers: 1
15+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
16+
317
## Release (2026-02-24)
418

519
* @embroider/compat 4.1.14 (patch)

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/compat",
3-
"version": "4.1.14",
3+
"version": "4.1.15",
44
"private": false,
55
"description": "Backward compatibility layer for the Embroider build system.",
66
"repository": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/core",
3-
"version": "4.4.4",
3+
"version": "4.4.5",
44
"private": false,
55
"description": "A build system for EmberJS applications.",
66
"repository": {

packages/macros/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/macros",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
44
"private": false,
55
"description": "Standardized build-time macros for ember apps.",
66
"keywords": [

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/vite",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/embroider-build/embroider.git",

0 commit comments

Comments
 (0)