Skip to content

Commit

Permalink
NPM Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Oct 4, 2024
1 parent d518ae4 commit 97b2f42
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .changeset/shaggy-boats-yell.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/create-single-spa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]:
- [email protected]

## 4.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-single-spa/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/generator-single-spa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-single-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"test": "jest"
},
"version": "4.1.6",
"version": "5.0.0",
"main": "src/generator-single-spa.js",
"license": "MIT",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/single-spa-welcome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/single-spa-welcome/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 97b2f42

Please sign in to comment.