diff --git a/.changeset/shaggy-boats-yell.md b/.changeset/shaggy-boats-yell.md deleted file mode 100644 index dd78bec..0000000 --- a/.changeset/shaggy-boats-yell.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"generator-single-spa": major -"single-spa-welcome": major -"create-single-spa": major ---- - -Output to ESM format rather than SystemJS format. Upgrade webpack-config-single-spa. - -Newly generated root-configs, single-spa applications, and utility modules will now output to ESM format rather than SystemJS format. To revert to SystemJS format, add the `outputSystemJS: true` option to options passed to webpack-config-single-spa within the webpack.config.js diff --git a/packages/create-single-spa/CHANGELOG.md b/packages/create-single-spa/CHANGELOG.md index ea82a43..fbd1370 100644 --- a/packages/create-single-spa/CHANGELOG.md +++ b/packages/create-single-spa/CHANGELOG.md @@ -1,5 +1,18 @@ # create-single-spa +## 5.0.0 + +### Major Changes + +- [#417](https://github.com/single-spa/create-single-spa/pull/417) [`d518ae4`](https://github.com/single-spa/create-single-spa/commit/d518ae43fe67e71245a9245367fa2bba6b019c91) Thanks [@joeldenning](https://github.com/joeldenning)! - Output to ESM format rather than SystemJS format. Upgrade webpack-config-single-spa. + + Newly generated root-configs, single-spa applications, and utility modules will now output to ESM format rather than SystemJS format. To revert to SystemJS format, add the `outputSystemJS: true` option to options passed to webpack-config-single-spa within the webpack.config.js + +### Patch Changes + +- Updated dependencies [[`d518ae4`](https://github.com/single-spa/create-single-spa/commit/d518ae43fe67e71245a9245367fa2bba6b019c91)]: + - generator-single-spa@5.0.0 + ## 4.1.6 ### Patch Changes diff --git a/packages/create-single-spa/package.json b/packages/create-single-spa/package.json index d1caa1e..cdb60ab 100644 --- a/packages/create-single-spa/package.json +++ b/packages/create-single-spa/package.json @@ -1,6 +1,6 @@ { "name": "create-single-spa", - "version": "4.1.6", + "version": "5.0.0", "description": "", "bin": { "create-single-spa": "bin/create-single-spa.js" diff --git a/packages/generator-single-spa/CHANGELOG.md b/packages/generator-single-spa/CHANGELOG.md index fcf70e2..f7b04fd 100644 --- a/packages/generator-single-spa/CHANGELOG.md +++ b/packages/generator-single-spa/CHANGELOG.md @@ -1,5 +1,13 @@ # generator-single-spa +## 5.0.0 + +### Major Changes + +- [#417](https://github.com/single-spa/create-single-spa/pull/417) [`d518ae4`](https://github.com/single-spa/create-single-spa/commit/d518ae43fe67e71245a9245367fa2bba6b019c91) Thanks [@joeldenning](https://github.com/joeldenning)! - Output to ESM format rather than SystemJS format. Upgrade webpack-config-single-spa. + + Newly generated root-configs, single-spa applications, and utility modules will now output to ESM format rather than SystemJS format. To revert to SystemJS format, add the `outputSystemJS: true` option to options passed to webpack-config-single-spa within the webpack.config.js + ## 4.1.6 ### Patch Changes diff --git a/packages/generator-single-spa/package.json b/packages/generator-single-spa/package.json index eb6e5d2..3b3c723 100644 --- a/packages/generator-single-spa/package.json +++ b/packages/generator-single-spa/package.json @@ -10,7 +10,7 @@ "scripts": { "test": "jest" }, - "version": "4.1.6", + "version": "5.0.0", "main": "src/generator-single-spa.js", "license": "MIT", "dependencies": { diff --git a/packages/single-spa-welcome/CHANGELOG.md b/packages/single-spa-welcome/CHANGELOG.md index 20f01e6..1613947 100644 --- a/packages/single-spa-welcome/CHANGELOG.md +++ b/packages/single-spa-welcome/CHANGELOG.md @@ -1,5 +1,13 @@ # single-spa-welcome +## 3.0.0 + +### Major Changes + +- [#417](https://github.com/single-spa/create-single-spa/pull/417) [`d518ae4`](https://github.com/single-spa/create-single-spa/commit/d518ae43fe67e71245a9245367fa2bba6b019c91) Thanks [@joeldenning](https://github.com/joeldenning)! - Output to ESM format rather than SystemJS format. Upgrade webpack-config-single-spa. + + Newly generated root-configs, single-spa applications, and utility modules will now output to ESM format rather than SystemJS format. To revert to SystemJS format, add the `outputSystemJS: true` option to options passed to webpack-config-single-spa within the webpack.config.js + ## 2.4.3 ### Patch Changes diff --git a/packages/single-spa-welcome/package.json b/packages/single-spa-welcome/package.json index 1969177..5f030de 100644 --- a/packages/single-spa-welcome/package.json +++ b/packages/single-spa-welcome/package.json @@ -1,6 +1,6 @@ { "name": "single-spa-welcome", - "version": "2.4.3", + "version": "3.0.0", "description": "A welcome application to guide users with next steps after creating their first root config.", "author": "Single-spa core team", "homepage": "https://github.com/single-spa/create-single-spa",