Skip to content

Commit aefd5d4

Browse files
author
github-actions[bot]
authored
Prepare Release using 'release-plan'
1 parent d8e1f36 commit aefd5d4

File tree

15 files changed

+368
-28
lines changed

15 files changed

+368
-28
lines changed

.release-plan.json

Lines changed: 246 additions & 15 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,113 @@
11
# Embroider Changelog
2+
## Release (2024-02-05)
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/addon-dev`, `@embroider/vite`
28+
* [#1784](https://github.com/embroider-build/embroider/pull/1784) Bump content-tag and add inline_source_map option for rollup and vite ([@vstefanovic97](https://github.com/vstefanovic97))
29+
* `@embroider/core`, `@embroider/hbs-loader`, `@embroider/vite`, `@embroider/webpack`
30+
* [#1763](https://github.com/embroider-build/embroider/pull/1763) Add new watches API ([@ef4](https://github.com/ef4))
31+
* `@embroider/addon-dev`, `@embroider/test-scenarios`
32+
* [#1760](https://github.com/embroider-build/embroider/pull/1760) Add exclude option to appReexports and publicEntrypoints rollup plugins ([@simonihmig](https://github.com/simonihmig))
33+
* [#1642](https://github.com/embroider-build/embroider/pull/1642) Allow for more flexible addon-dev appReexports ([@krasnoukhov](https://github.com/krasnoukhov))
34+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/test-scenarios`, `vite-app`
35+
* [#1739](https://github.com/embroider-build/embroider/pull/1739) support ts, gts and gjs in vite ([@patricklx](https://github.com/patricklx))
36+
* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app`
37+
* [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))
38+
* `@embroider/vite`
39+
* [#1680](https://github.com/embroider-build/embroider/pull/1680) [vite] use transform instead of load for gjs & hbs files ([@patricklx](https://github.com/patricklx))
40+
* [#1704](https://github.com/embroider-build/embroider/pull/1704) add correct extensions to optimizeDeps() config ([@mansona](https://github.com/mansona))
41+
* `@embroider/core`, `@embroider/vite`, `@embroider/webpack`
42+
* [#1707](https://github.com/embroider-build/embroider/pull/1707) improved resolver logging ([@ef4](https://github.com/ef4))
43+
* `@embroider/broccoli-side-watch`
44+
* [#1693](https://github.com/embroider-build/embroider/pull/1693) Add broccoli-side-watch package ([@balinterdi](https://github.com/balinterdi))
45+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`
46+
* [#1650](https://github.com/embroider-build/embroider/pull/1650) Add Esbuild resolver ([@mansona](https://github.com/mansona))
47+
* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios`
48+
* [#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))
49+
50+
#### :bug: Bug Fix
51+
* `@embroider/core`, `@embroider/shared-internals`, `@embroider/test-scenarios`
52+
* [#1762](https://github.com/embroider-build/embroider/pull/1762) Fix incorrect ownerOfFile at root of filesystem ([@ef4](https://github.com/ef4))
53+
* `@embroider/shared-internals`
54+
* [#1758](https://github.com/embroider-build/embroider/pull/1758) Make template-colocation-plugin idempotent ([@ef4](https://github.com/ef4))
55+
* [#1738](https://github.com/embroider-build/embroider/pull/1738) fix vite on windows ([@patricklx](https://github.com/patricklx))
56+
* `vite-app`
57+
* [#1731](https://github.com/embroider-build/embroider/pull/1731) Vite fixes ([@mansona](https://github.com/mansona))
58+
* `@embroider/vite`
59+
* [#1729](https://github.com/embroider-build/embroider/pull/1729) remove missing import from vite index ([@mansona](https://github.com/mansona))
60+
* [#1713](https://github.com/embroider-build/embroider/pull/1713) esbuild: fix babel config location ([@mansona](https://github.com/mansona))
61+
* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`, `@embroider/test-support`, `@embroider/test-scenarios`
62+
* [#1686](https://github.com/embroider-build/embroider/pull/1686) Resolver bugfixes ([@mansona](https://github.com/mansona))
63+
64+
#### :memo: Documentation
65+
* Other
66+
* [#1791](https://github.com/embroider-build/embroider/pull/1791) docs(porting-addons-to-v2): Explain no-unpublished-required issue ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
67+
* [#1772](https://github.com/embroider-build/embroider/pull/1772) Docs porting addons to v2 co location ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
68+
* [#1775](https://github.com/embroider-build/embroider/pull/1775) Docs(peer deps resolution issues): mentions pnpm-dedupe and add links ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
69+
* [#1768](https://github.com/embroider-build/embroider/pull/1768) docs(porting addons to v2): change the recommended package manager to pnpm ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
70+
* [#1765](https://github.com/embroider-build/embroider/pull/1765) Docs(addon-author-guide)/ remove the out-of-date part about alternative to monorepos ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
71+
* `@embroider/macros`
72+
* [#1790](https://github.com/embroider-build/embroider/pull/1790) Update @embroider/macros README.md real-world examples ([@machty](https://github.com/machty))
73+
74+
#### :house: Internal
75+
* Other
76+
* [#1778](https://github.com/embroider-build/embroider/pull/1778) Fix failing addon-dev-js test on main ([@simonihmig](https://github.com/simonihmig))
77+
* [#1700](https://github.com/embroider-build/embroider/pull/1700) Merge stable into main ([@mansona](https://github.com/mansona))
78+
* `@embroider/compat`, `@embroider/core`, `@embroider/shared-internals`, `@embroider/test-scenarios`, `@types/ember-cli`
79+
* [#1782](https://github.com/embroider-build/embroider/pull/1782) Merge stable into main ([@mansona](https://github.com/mansona))
80+
* `@embroider/test-scenarios`
81+
* [#1781](https://github.com/embroider-build/embroider/pull/1781) Fix failing addon-dev-js test on stable ([@simonihmig](https://github.com/simonihmig))
82+
* [#1703](https://github.com/embroider-build/embroider/pull/1703) Disable chokidar polling override in tests ([@chancancode](https://github.com/chancancode))
83+
* `@embroider/test-scenarios`, `vite-app`
84+
* [#1771](https://github.com/embroider-build/embroider/pull/1771) Simplify vite-app template ([@ef4](https://github.com/ef4))
85+
* `@embroider/compat`, `@embroider/macros`, `@embroider/test-scenarios`
86+
* [#1714](https://github.com/embroider-build/embroider/pull/1714) update scenario-tester ([@mansona](https://github.com/mansona))
87+
* `@embroider/test-support`, `@embroider/test-scenarios`
88+
* [#1740](https://github.com/embroider-build/embroider/pull/1740) enable vite windows tests ([@patricklx](https://github.com/patricklx))
89+
* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app`
90+
* [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))
91+
* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`
92+
* [#1723](https://github.com/embroider-build/embroider/pull/1723) Sync stable->main ([@ef4](https://github.com/ef4))
93+
* `@embroider/addon-dev`, `@embroider/compat`
94+
* [#1721](https://github.com/embroider-build/embroider/pull/1721) Merge stable into main ([@mansona](https://github.com/mansona))
95+
* `@embroider/macros`
96+
* [#1712](https://github.com/embroider-build/embroider/pull/1712) Merge stable ([@ef4](https://github.com/ef4))
97+
* `@embroider/compat`, `@embroider/shared-internals`
98+
* [#1691](https://github.com/embroider-build/embroider/pull/1691) Move fix for @ember-data/debug into virtualPeerDeps ([@mansona](https://github.com/mansona))
99+
100+
#### Committers: 10
101+
- Alex Matchneer ([@machty](https://github.com/machty))
102+
- Balint Erdi ([@balinterdi](https://github.com/balinterdi))
103+
- Chris Manson ([@mansona](https://github.com/mansona))
104+
- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov))
105+
- Edward Faulkner ([@ef4](https://github.com/ef4))
106+
- Godfrey Chan ([@chancancode](https://github.com/chancancode))
107+
- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
108+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
109+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
110+
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))
2111
## Release (2023-12-23)
3112

4113
@embroider/compat 3.4.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.3",
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)