Skip to content

Commit 8c234f1

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent 289f83d commit 8c234f1

File tree

15 files changed

+308
-36
lines changed

15 files changed

+308
-36
lines changed

.release-plan.json

Lines changed: 211 additions & 23 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,88 @@
11
# Embroider Changelog
2+
## Release (2024-01-09)
3+
4+
@embroider/addon-dev 5.0.0 (major)
5+
@embroider/babel-loader-9 4.0.0 (major)
6+
@embroider/broccoli-side-watch 0.1.0 (minor)
7+
@embroider/compat 4.0.0 (major)
8+
@embroider/core 4.0.0 (major)
9+
@embroider/hbs-loader 4.0.0 (major)
10+
@embroider/macros 2.0.0 (major)
11+
@embroider/router 3.0.0 (major)
12+
@embroider/shared-internals 2.5.2 (patch)
13+
@embroider/test-setup 4.0.0 (major)
14+
@embroider/util 1.12.2 (patch)
15+
@embroider/vite 1.0.0 (major)
16+
@embroider/webpack 4.0.0 (major)
17+
18+
#### :boom: Breaking Change
19+
* `@embroider/compat`, `@embroider/core`, `@embroider/test-support`, `@embroider/test-scenarios`
20+
* [#1653](https://github.com/embroider-build/embroider/pull/1653) Refactor embroider-implicit-modules export pojo ([@mansona](https://github.com/mansona))
21+
* `@embroider/compat`, `@embroider/macros`, `@embroider/webpack`, `@embroider/test-fixtures`, `@embroider/test-scenarios`
22+
* [#1692](https://github.com/embroider-build/embroider/pull/1692) force importSync to always be eager ([@mansona](https://github.com/mansona))
23+
* `@embroider/addon-dev`
24+
* [#1697](https://github.com/embroider-build/embroider/pull/1697) Hide base path from public URL of rollup-public-assets ([@simonihmig](https://github.com/simonihmig))
25+
26+
#### :rocket: Enhancement
27+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/test-scenarios`, `vite-app`
28+
* [#1739](https://github.com/embroider-build/embroider/pull/1739) support ts, gts and gjs in vite ([@patricklx](https://github.com/patricklx))
29+
* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app`
30+
* [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))
31+
* `@embroider/addon-dev`, `@embroider/test-scenarios`
32+
* [#1642](https://github.com/embroider-build/embroider/pull/1642) Allow for more flexible addon-dev appReexports ([@krasnoukhov](https://github.com/krasnoukhov))
33+
* `@embroider/vite`
34+
* [#1680](https://github.com/embroider-build/embroider/pull/1680) [vite] use transform instead of load for gjs & hbs files ([@patricklx](https://github.com/patricklx))
35+
* [#1704](https://github.com/embroider-build/embroider/pull/1704) add correct extensions to optimizeDeps() config ([@mansona](https://github.com/mansona))
36+
* `@embroider/core`, `@embroider/vite`, `@embroider/webpack`
37+
* [#1707](https://github.com/embroider-build/embroider/pull/1707) improved resolver logging ([@ef4](https://github.com/ef4))
38+
* `@embroider/broccoli-side-watch`
39+
* [#1693](https://github.com/embroider-build/embroider/pull/1693) Add broccoli-side-watch package ([@balinterdi](https://github.com/balinterdi))
40+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`
41+
* [#1650](https://github.com/embroider-build/embroider/pull/1650) Add Esbuild resolver ([@mansona](https://github.com/mansona))
42+
* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios`
43+
* [#1648](https://github.com/embroider-build/embroider/pull/1648) use package paths instead of relative paths for app tree resolving ([@mansona](https://github.com/mansona))
44+
45+
#### :bug: Bug Fix
46+
* `@embroider/shared-internals`
47+
* [#1738](https://github.com/embroider-build/embroider/pull/1738) fix vite on windows ([@patricklx](https://github.com/patricklx))
48+
* `vite-app`
49+
* [#1731](https://github.com/embroider-build/embroider/pull/1731) Vite fixes ([@mansona](https://github.com/mansona))
50+
* `@embroider/vite`
51+
* [#1729](https://github.com/embroider-build/embroider/pull/1729) remove missing import from vite index ([@mansona](https://github.com/mansona))
52+
* [#1713](https://github.com/embroider-build/embroider/pull/1713) esbuild: fix babel config location ([@mansona](https://github.com/mansona))
53+
* `@embroider/compat`
54+
* [#1717](https://github.com/embroider-build/embroider/pull/1717) Always load ember-testing package eagerly ([@ef4](https://github.com/ef4))
55+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`, `@embroider/test-support`, `@embroider/test-scenarios`
56+
* [#1686](https://github.com/embroider-build/embroider/pull/1686) Resolver bugfixes ([@mansona](https://github.com/mansona))
57+
58+
#### :house: Internal
59+
* `@embroider/compat`, `@embroider/macros`, `@embroider/test-scenarios`
60+
* [#1714](https://github.com/embroider-build/embroider/pull/1714) update scenario-tester ([@mansona](https://github.com/mansona))
61+
* `@embroider/test-support`, `@embroider/test-scenarios`
62+
* [#1740](https://github.com/embroider-build/embroider/pull/1740) enable vite windows tests ([@patricklx](https://github.com/patricklx))
63+
* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app`
64+
* [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))
65+
* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`
66+
* [#1723](https://github.com/embroider-build/embroider/pull/1723) Sync stable->main ([@ef4](https://github.com/ef4))
67+
* `@embroider/addon-dev`, `@embroider/compat`
68+
* [#1721](https://github.com/embroider-build/embroider/pull/1721) Merge stable into main ([@mansona](https://github.com/mansona))
69+
* `@embroider/macros`
70+
* [#1712](https://github.com/embroider-build/embroider/pull/1712) Merge stable ([@ef4](https://github.com/ef4))
71+
* `@embroider/test-scenarios`
72+
* [#1703](https://github.com/embroider-build/embroider/pull/1703) Disable chokidar polling override in tests ([@chancancode](https://github.com/chancancode))
73+
* Other
74+
* [#1700](https://github.com/embroider-build/embroider/pull/1700) Merge stable into main ([@mansona](https://github.com/mansona))
75+
* `@embroider/compat`, `@embroider/shared-internals`
76+
* [#1691](https://github.com/embroider-build/embroider/pull/1691) Move fix for @ember-data/debug into virtualPeerDeps ([@mansona](https://github.com/mansona))
77+
78+
#### Committers: 7
79+
- Balint Erdi ([@balinterdi](https://github.com/balinterdi))
80+
- Chris Manson ([@mansona](https://github.com/mansona))
81+
- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov))
82+
- Edward Faulkner ([@ef4](https://github.com/ef4))
83+
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
84+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
85+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
286
## Release (2023-12-13)
387

488
@embroider/addon-dev 4.1.3 (patch)

packages/addon-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/addon-dev",
3-
"version": "4.1.3",
3+
"version": "5.0.0",
44
"description": "Utilities for addon authors",
55
"repository": {
66
"type": "git",

packages/babel-loader-9/package.json

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

packages/broccoli-side-watch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/broccoli-side-watch",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Watch changes in other folders to rebuild Ember app",
55
"main": "index.js",
66
"keywords": [

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": "3.4.1",
3+
"version": "4.0.0",
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": "3.4.3",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "A build system for EmberJS applications.",
66
"repository": {

packages/hbs-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/hbs-loader",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "Glimmer handlebars loader for webpack",
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.13.4",
3+
"version": "2.0.0",
44
"private": false,
55
"description": "Standardized build-time macros for ember apps.",
66
"keywords": [

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@embroider/router",
3-
"version": "2.1.6",
3+
"version": "3.0.0",
44
"description": "Lazy loading router",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)