From 8c234f191c28d97be52c3ef0532547c6bc869cd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Jan 2024 14:43:37 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 234 +++++++++++++++++++--- CHANGELOG.md | 84 ++++++++ packages/addon-dev/package.json | 2 +- packages/babel-loader-9/package.json | 2 +- packages/broccoli-side-watch/package.json | 2 +- packages/compat/package.json | 2 +- packages/core/package.json | 2 +- packages/hbs-loader/package.json | 2 +- packages/macros/package.json | 2 +- packages/router/package.json | 2 +- packages/shared-internals/package.json | 2 +- packages/test-setup/package.json | 2 +- packages/util/package.json | 2 +- packages/vite/package.json | 2 +- packages/webpack/package.json | 2 +- 15 files changed, 308 insertions(+), 36 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index bdd67af6b..df039b93f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,13 +1,25 @@ { "solution": { "@embroider/addon-dev": { - "impact": "patch", - "oldVersion": "4.1.2", - "newVersion": "4.1.3", + "impact": "major", + "oldVersion": "4.1.3", + "newVersion": "5.0.0", "constraints": [ { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Has dependency `workspace:^` on @embroider/core" + }, + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/addon-dev/package.json" @@ -16,47 +28,117 @@ "oldVersion": "1.8.7" }, "@embroider/babel-loader-9": { - "oldVersion": "3.1.1" + "impact": "major", + "oldVersion": "3.1.1", + "newVersion": "4.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + } + ], + "pkgJSONPath": "./packages/babel-loader-9/package.json" + }, + "@embroider/broccoli-side-watch": { + "impact": "minor", + "oldVersion": "0.0.1", + "newVersion": "0.1.0", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./packages/broccoli-side-watch/package.json" }, "@embroider/compat": { - "impact": "patch", - "oldVersion": "3.4.0", - "newVersion": "3.4.1", + "impact": "major", + "oldVersion": "3.4.1", + "newVersion": "4.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + }, { "impact": "patch", "reason": "Has dependency `workspace:*` on @embroider/macros" }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/compat/package.json" }, "@embroider/core": { - "impact": "patch", - "oldVersion": "3.4.2", - "newVersion": "3.4.3", + "impact": "major", + "oldVersion": "3.4.3", + "newVersion": "4.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, { "impact": "patch", "reason": "Has dependency `workspace:*` on @embroider/macros" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/shared-internals" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/core/package.json" }, "@embroider/hbs-loader": { - "oldVersion": "3.0.3" + "impact": "major", + "oldVersion": "3.0.3", + "newVersion": "4.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + } + ], + "pkgJSONPath": "./packages/hbs-loader/package.json" }, "@embroider/macros": { - "impact": "patch", - "oldVersion": "1.13.3", - "newVersion": "1.13.4", + "impact": "major", + "oldVersion": "1.13.4", + "newVersion": "2.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Has dependency `workspace:*` on @embroider/shared-internals" }, { "impact": "patch", @@ -69,23 +151,129 @@ "oldVersion": "0.1.0" }, "@embroider/router": { - "oldVersion": "2.1.6" + "impact": "major", + "oldVersion": "2.1.6", + "newVersion": "3.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^2.0.0||^3.0.0` on @embroider/core" + } + ], + "pkgJSONPath": "./packages/router/package.json" }, "@embroider/shared-internals": { - "oldVersion": "2.5.1" + "impact": "patch", + "oldVersion": "2.5.1", + "newVersion": "2.5.2", + "constraints": [ + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/shared-internals/package.json" }, "@embroider/test-setup": { - "oldVersion": "3.0.3" + "impact": "major", + "oldVersion": "3.0.3", + "newVersion": "4.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/compat" + }, + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + }, + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/webpack" + } + ], + "pkgJSONPath": "./packages/test-setup/package.json" }, "@embroider/util": { - "oldVersion": "1.12.1" + "impact": "patch", + "oldVersion": "1.12.1", + "newVersion": "1.12.2", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:^` on @embroider/macros" + } + ], + "pkgJSONPath": "./packages/util/package.json" }, "@embroider/vite": { - "oldVersion": "0.2.0" + "impact": "major", + "oldVersion": "0.2.0", + "newVersion": "1.0.0", + "constraints": [ + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/macros" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/vite/package.json" }, "@embroider/webpack": { - "oldVersion": "3.2.1" + "impact": "major", + "oldVersion": "3.2.1", + "newVersion": "4.0.0", + "constraints": [ + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/babel-loader-9" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/hbs-loader" + }, + { + "impact": "major", + "reason": "Has peer dependency `workspace:^` on @embroider/core" + }, + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on @embroider/shared-internals" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + } + ], + "pkgJSONPath": "./packages/webpack/package.json" } }, - "description": "## Release (2023-12-13)\n\n@embroider/addon-dev 4.1.3 (patch)\n@embroider/compat 3.4.1 (patch)\n@embroider/core 3.4.3 (patch)\n@embroider/macros 1.13.4 (patch)\n\n#### :bug: Bug Fix\n* `@embroider/macros`\n * [#1688](https://github.com/embroider-build/embroider/pull/1688) Fix branch elimination for `macroDependencySatisfies` ([@mike-engel](https://github.com/mike-engel))\n* `@embroider/compat`\n * [#1706](https://github.com/embroider-build/embroider/pull/1706) Support engine's lazyLoading boolean config ([@fengb](https://github.com/fengb))\n* `@embroider/addon-dev`\n * [#1696](https://github.com/embroider-build/embroider/pull/1696) Use rollup's `addWatchFile` API to mark dependencies ([@chancancode](https://github.com/chancancode))\n\n#### :house: Internal\n* Other\n * [#1716](https://github.com/embroider-build/embroider/pull/1716) update release-plan ([@mansona](https://github.com/mansona))\n * [#1698](https://github.com/embroider-build/embroider/pull/1698) Use release plan ([@mansona](https://github.com/mansona))\n* `@embroider/macros`\n * [#1709](https://github.com/embroider-build/embroider/pull/1709) Jest types broke our CI ([@ef4](https://github.com/ef4))\n* `@embroider/test-scenarios`\n * [#1705](https://github.com/embroider-build/embroider/pull/1705) Backport #1703 to stable ([@chancancode](https://github.com/chancancode))\n\n#### Committers: 5\n- Benjamin Feng ([@fengb](https://github.com/fengb))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Godfrey Chan ([@chancancode](https://github.com/chancancode))\n- Mike Engel ([@mike-engel](https://github.com/mike-engel))\n" + "description": "## Release (2024-01-09)\n\n@embroider/addon-dev 5.0.0 (major)\n@embroider/babel-loader-9 4.0.0 (major)\n@embroider/broccoli-side-watch 0.1.0 (minor)\n@embroider/compat 4.0.0 (major)\n@embroider/core 4.0.0 (major)\n@embroider/hbs-loader 4.0.0 (major)\n@embroider/macros 2.0.0 (major)\n@embroider/router 3.0.0 (major)\n@embroider/shared-internals 2.5.2 (patch)\n@embroider/test-setup 4.0.0 (major)\n@embroider/util 1.12.2 (patch)\n@embroider/vite 1.0.0 (major)\n@embroider/webpack 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@embroider/compat`, `@embroider/core`, `@embroider/test-support`, `@embroider/test-scenarios`\n * [#1653](https://github.com/embroider-build/embroider/pull/1653) Refactor embroider-implicit-modules export pojo ([@mansona](https://github.com/mansona))\n* `@embroider/compat`, `@embroider/macros`, `@embroider/webpack`, `@embroider/test-fixtures`, `@embroider/test-scenarios`\n * [#1692](https://github.com/embroider-build/embroider/pull/1692) force importSync to always be eager ([@mansona](https://github.com/mansona))\n* `@embroider/addon-dev`\n * [#1697](https://github.com/embroider-build/embroider/pull/1697) Hide base path from public URL of rollup-public-assets ([@simonihmig](https://github.com/simonihmig))\n\n#### :rocket: Enhancement\n* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/test-scenarios`, `vite-app`\n * [#1739](https://github.com/embroider-build/embroider/pull/1739) support ts, gts and gjs in vite ([@patricklx](https://github.com/patricklx))\n* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app`\n * [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))\n* `@embroider/addon-dev`, `@embroider/test-scenarios`\n * [#1642](https://github.com/embroider-build/embroider/pull/1642) Allow for more flexible addon-dev appReexports ([@krasnoukhov](https://github.com/krasnoukhov))\n* `@embroider/vite`\n * [#1680](https://github.com/embroider-build/embroider/pull/1680) [vite] use transform instead of load for gjs & hbs files ([@patricklx](https://github.com/patricklx))\n * [#1704](https://github.com/embroider-build/embroider/pull/1704) add correct extensions to optimizeDeps() config ([@mansona](https://github.com/mansona))\n* `@embroider/core`, `@embroider/vite`, `@embroider/webpack`\n * [#1707](https://github.com/embroider-build/embroider/pull/1707) improved resolver logging ([@ef4](https://github.com/ef4))\n* `@embroider/broccoli-side-watch`\n * [#1693](https://github.com/embroider-build/embroider/pull/1693) Add broccoli-side-watch package ([@balinterdi](https://github.com/balinterdi))\n* `@embroider/compat`, `@embroider/core`, `@embroider/vite`\n * [#1650](https://github.com/embroider-build/embroider/pull/1650) Add Esbuild resolver ([@mansona](https://github.com/mansona))\n* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios`\n * [#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))\n\n#### :bug: Bug Fix\n* `@embroider/shared-internals`\n * [#1738](https://github.com/embroider-build/embroider/pull/1738) fix vite on windows ([@patricklx](https://github.com/patricklx))\n* `vite-app`\n * [#1731](https://github.com/embroider-build/embroider/pull/1731) Vite fixes ([@mansona](https://github.com/mansona))\n* `@embroider/vite`\n * [#1729](https://github.com/embroider-build/embroider/pull/1729) remove missing import from vite index ([@mansona](https://github.com/mansona))\n * [#1713](https://github.com/embroider-build/embroider/pull/1713) esbuild: fix babel config location ([@mansona](https://github.com/mansona))\n* `@embroider/compat`\n * [#1717](https://github.com/embroider-build/embroider/pull/1717) Always load ember-testing package eagerly ([@ef4](https://github.com/ef4))\n* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`, `@embroider/test-support`, `@embroider/test-scenarios`\n * [#1686](https://github.com/embroider-build/embroider/pull/1686) Resolver bugfixes ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@embroider/compat`, `@embroider/macros`, `@embroider/test-scenarios`\n * [#1714](https://github.com/embroider-build/embroider/pull/1714) update scenario-tester ([@mansona](https://github.com/mansona))\n* `@embroider/test-support`, `@embroider/test-scenarios`\n * [#1740](https://github.com/embroider-build/embroider/pull/1740) enable vite windows tests ([@patricklx](https://github.com/patricklx))\n* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app`\n * [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx))\n* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros`\n * [#1723](https://github.com/embroider-build/embroider/pull/1723) Sync stable->main ([@ef4](https://github.com/ef4))\n* `@embroider/addon-dev`, `@embroider/compat`\n * [#1721](https://github.com/embroider-build/embroider/pull/1721) Merge stable into main ([@mansona](https://github.com/mansona))\n* `@embroider/macros`\n * [#1712](https://github.com/embroider-build/embroider/pull/1712) Merge stable ([@ef4](https://github.com/ef4))\n* `@embroider/test-scenarios`\n * [#1703](https://github.com/embroider-build/embroider/pull/1703) Disable chokidar polling override in tests ([@chancancode](https://github.com/chancancode))\n* Other\n * [#1700](https://github.com/embroider-build/embroider/pull/1700) Merge stable into main ([@mansona](https://github.com/mansona))\n* `@embroider/compat`, `@embroider/shared-internals`\n * [#1691](https://github.com/embroider-build/embroider/pull/1691) Move fix for @ember-data/debug into virtualPeerDeps ([@mansona](https://github.com/mansona))\n\n#### Committers: 7\n- Balint Erdi ([@balinterdi](https://github.com/balinterdi))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov))\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n- Godfrey Chan ([@chancancode](https://github.com/chancancode))\n- Patrick Pircher ([@patricklx](https://github.com/patricklx))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe5bd66d..29dbab2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,88 @@ # Embroider Changelog +## Release (2024-01-09) + +@embroider/addon-dev 5.0.0 (major) +@embroider/babel-loader-9 4.0.0 (major) +@embroider/broccoli-side-watch 0.1.0 (minor) +@embroider/compat 4.0.0 (major) +@embroider/core 4.0.0 (major) +@embroider/hbs-loader 4.0.0 (major) +@embroider/macros 2.0.0 (major) +@embroider/router 3.0.0 (major) +@embroider/shared-internals 2.5.2 (patch) +@embroider/test-setup 4.0.0 (major) +@embroider/util 1.12.2 (patch) +@embroider/vite 1.0.0 (major) +@embroider/webpack 4.0.0 (major) + +#### :boom: Breaking Change +* `@embroider/compat`, `@embroider/core`, `@embroider/test-support`, `@embroider/test-scenarios` + * [#1653](https://github.com/embroider-build/embroider/pull/1653) Refactor embroider-implicit-modules export pojo ([@mansona](https://github.com/mansona)) +* `@embroider/compat`, `@embroider/macros`, `@embroider/webpack`, `@embroider/test-fixtures`, `@embroider/test-scenarios` + * [#1692](https://github.com/embroider-build/embroider/pull/1692) force importSync to always be eager ([@mansona](https://github.com/mansona)) +* `@embroider/addon-dev` + * [#1697](https://github.com/embroider-build/embroider/pull/1697) Hide base path from public URL of rollup-public-assets ([@simonihmig](https://github.com/simonihmig)) + +#### :rocket: Enhancement +* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/test-scenarios`, `vite-app` + * [#1739](https://github.com/embroider-build/embroider/pull/1739) support ts, gts and gjs in vite ([@patricklx](https://github.com/patricklx)) +* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app` + * [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx)) +* `@embroider/addon-dev`, `@embroider/test-scenarios` + * [#1642](https://github.com/embroider-build/embroider/pull/1642) Allow for more flexible addon-dev appReexports ([@krasnoukhov](https://github.com/krasnoukhov)) +* `@embroider/vite` + * [#1680](https://github.com/embroider-build/embroider/pull/1680) [vite] use transform instead of load for gjs & hbs files ([@patricklx](https://github.com/patricklx)) + * [#1704](https://github.com/embroider-build/embroider/pull/1704) add correct extensions to optimizeDeps() config ([@mansona](https://github.com/mansona)) +* `@embroider/core`, `@embroider/vite`, `@embroider/webpack` + * [#1707](https://github.com/embroider-build/embroider/pull/1707) improved resolver logging ([@ef4](https://github.com/ef4)) +* `@embroider/broccoli-side-watch` + * [#1693](https://github.com/embroider-build/embroider/pull/1693) Add broccoli-side-watch package ([@balinterdi](https://github.com/balinterdi)) +* `@embroider/compat`, `@embroider/core`, `@embroider/vite` + * [#1650](https://github.com/embroider-build/embroider/pull/1650) Add Esbuild resolver ([@mansona](https://github.com/mansona)) +* `@embroider/compat`, `@embroider/core`, `@embroider/test-scenarios` + * [#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)) + +#### :bug: Bug Fix +* `@embroider/shared-internals` + * [#1738](https://github.com/embroider-build/embroider/pull/1738) fix vite on windows ([@patricklx](https://github.com/patricklx)) +* `vite-app` + * [#1731](https://github.com/embroider-build/embroider/pull/1731) Vite fixes ([@mansona](https://github.com/mansona)) +* `@embroider/vite` + * [#1729](https://github.com/embroider-build/embroider/pull/1729) remove missing import from vite index ([@mansona](https://github.com/mansona)) + * [#1713](https://github.com/embroider-build/embroider/pull/1713) esbuild: fix babel config location ([@mansona](https://github.com/mansona)) +* `@embroider/compat` + * [#1717](https://github.com/embroider-build/embroider/pull/1717) Always load ember-testing package eagerly ([@ef4](https://github.com/ef4)) +* `@embroider/compat`, `@embroider/core`, `@embroider/vite`, `@embroider/webpack`, `@embroider/test-support`, `@embroider/test-scenarios` + * [#1686](https://github.com/embroider-build/embroider/pull/1686) Resolver bugfixes ([@mansona](https://github.com/mansona)) + +#### :house: Internal +* `@embroider/compat`, `@embroider/macros`, `@embroider/test-scenarios` + * [#1714](https://github.com/embroider-build/embroider/pull/1714) update scenario-tester ([@mansona](https://github.com/mansona)) +* `@embroider/test-support`, `@embroider/test-scenarios` + * [#1740](https://github.com/embroider-build/embroider/pull/1740) enable vite windows tests ([@patricklx](https://github.com/patricklx)) +* `@embroider/core`, `@embroider/vite`, `@embroider/test-support`, `@embroider/test-scenarios`, `vite-app` + * [#1718](https://github.com/embroider-build/embroider/pull/1718) vite test ci ([@patricklx](https://github.com/patricklx)) +* `@embroider/addon-dev`, `@embroider/compat`, `@embroider/core`, `@embroider/macros` + * [#1723](https://github.com/embroider-build/embroider/pull/1723) Sync stable->main ([@ef4](https://github.com/ef4)) +* `@embroider/addon-dev`, `@embroider/compat` + * [#1721](https://github.com/embroider-build/embroider/pull/1721) Merge stable into main ([@mansona](https://github.com/mansona)) +* `@embroider/macros` + * [#1712](https://github.com/embroider-build/embroider/pull/1712) Merge stable ([@ef4](https://github.com/ef4)) +* `@embroider/test-scenarios` + * [#1703](https://github.com/embroider-build/embroider/pull/1703) Disable chokidar polling override in tests ([@chancancode](https://github.com/chancancode)) +* Other + * [#1700](https://github.com/embroider-build/embroider/pull/1700) Merge stable into main ([@mansona](https://github.com/mansona)) +* `@embroider/compat`, `@embroider/shared-internals` + * [#1691](https://github.com/embroider-build/embroider/pull/1691) Move fix for @ember-data/debug into virtualPeerDeps ([@mansona](https://github.com/mansona)) + +#### Committers: 7 +- Balint Erdi ([@balinterdi](https://github.com/balinterdi)) +- Chris Manson ([@mansona](https://github.com/mansona)) +- Dmitry Krasnoukhov ([@krasnoukhov](https://github.com/krasnoukhov)) +- Edward Faulkner ([@ef4](https://github.com/ef4)) +- Godfrey Chan ([@chancancode](https://github.com/chancancode)) +- Patrick Pircher ([@patricklx](https://github.com/patricklx)) +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) ## Release (2023-12-13) @embroider/addon-dev 4.1.3 (patch) diff --git a/packages/addon-dev/package.json b/packages/addon-dev/package.json index add371a13..8ec52c875 100644 --- a/packages/addon-dev/package.json +++ b/packages/addon-dev/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/addon-dev", - "version": "4.1.3", + "version": "5.0.0", "description": "Utilities for addon authors", "repository": { "type": "git", diff --git a/packages/babel-loader-9/package.json b/packages/babel-loader-9/package.json index 6293ffd3c..dc8fff09e 100644 --- a/packages/babel-loader-9/package.json +++ b/packages/babel-loader-9/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/babel-loader-9", - "version": "3.1.1", + "version": "4.0.0", "repository": { "type": "git", "url": "https://github.com/embroider-build/embroider.git", diff --git a/packages/broccoli-side-watch/package.json b/packages/broccoli-side-watch/package.json index 7bb3fcd66..10b4e7722 100644 --- a/packages/broccoli-side-watch/package.json +++ b/packages/broccoli-side-watch/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/broccoli-side-watch", - "version": "0.0.1", + "version": "0.1.0", "description": "Watch changes in other folders to rebuild Ember app", "main": "index.js", "keywords": [ diff --git a/packages/compat/package.json b/packages/compat/package.json index d29258b9d..3f99743c6 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/compat", - "version": "3.4.1", + "version": "4.0.0", "private": false, "description": "Backward compatibility layer for the Embroider build system.", "repository": { diff --git a/packages/core/package.json b/packages/core/package.json index a6f006098..ce98f56b5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/core", - "version": "3.4.3", + "version": "4.0.0", "private": false, "description": "A build system for EmberJS applications.", "repository": { diff --git a/packages/hbs-loader/package.json b/packages/hbs-loader/package.json index aa7c56cc9..db8416309 100644 --- a/packages/hbs-loader/package.json +++ b/packages/hbs-loader/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/hbs-loader", - "version": "3.0.3", + "version": "4.0.0", "private": false, "description": "Glimmer handlebars loader for webpack", "repository": { diff --git a/packages/macros/package.json b/packages/macros/package.json index 4e770aba3..5d2d9d540 100644 --- a/packages/macros/package.json +++ b/packages/macros/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/macros", - "version": "1.13.4", + "version": "2.0.0", "private": false, "description": "Standardized build-time macros for ember apps.", "keywords": [ diff --git a/packages/router/package.json b/packages/router/package.json index b81d2d7e8..305d494bc 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/router", - "version": "2.1.6", + "version": "3.0.0", "description": "Lazy loading router", "keywords": [ "ember-addon" diff --git a/packages/shared-internals/package.json b/packages/shared-internals/package.json index f04b74c6d..24b503ff1 100644 --- a/packages/shared-internals/package.json +++ b/packages/shared-internals/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/shared-internals", - "version": "2.5.1", + "version": "2.5.2", "private": false, "description": "Utilities shared among the other embroider packages", "repository": { diff --git a/packages/test-setup/package.json b/packages/test-setup/package.json index b8ae5fede..8e6300884 100644 --- a/packages/test-setup/package.json +++ b/packages/test-setup/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/test-setup", - "version": "3.0.3", + "version": "4.0.0", "repository": { "type": "git", "url": "https://github.com/embroider-build/embroider.git", diff --git a/packages/util/package.json b/packages/util/package.json index b782e3eb2..0c0597f3f 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/util", - "version": "1.12.1", + "version": "1.12.2", "description": "Utilities for app and addon authors.", "keywords": [ "ember-addon" diff --git a/packages/vite/package.json b/packages/vite/package.json index 96d4cb8c7..6f89720ef 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/vite", - "version": "0.2.0", + "version": "1.0.0", "main": "index.mjs", "peerDependencies": { "@embroider/core": "workspace:^", diff --git a/packages/webpack/package.json b/packages/webpack/package.json index cb521abbf..aba016df4 100644 --- a/packages/webpack/package.json +++ b/packages/webpack/package.json @@ -1,6 +1,6 @@ { "name": "@embroider/webpack", - "version": "3.2.1", + "version": "4.0.0", "private": false, "description": "Builds EmberJS apps with Webpack", "repository": {