Skip to content

Commit

Permalink
NPM Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Dec 19, 2024
1 parent ef46e40 commit 0278cdc
Show file tree
Hide file tree
Showing 24 changed files with 79 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-rocks-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-pillows-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-lizards-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-peas-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-jobs-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-knives-compete.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/create-single-spa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-single-spa

## 5.0.5

### Patch Changes

- Updated dependencies [[`1cdc37e`](https://github.com/single-spa/create-single-spa/commit/1cdc37ea0cc3fd170b1db6a16b05121f8a27d0ac), [`ef46e40`](https://github.com/single-spa/create-single-spa/commit/ef46e40874e694556ab02a14802131cb313b4c1a), [`ef46e40`](https://github.com/single-spa/create-single-spa/commit/ef46e40874e694556ab02a14802131cb313b4c1a)]:
- [email protected]

## 5.0.4

### 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": "5.0.4",
"version": "5.0.5",
"description": "",
"bin": {
"create-single-spa": "bin/create-single-spa.js"
Expand Down
10 changes: 10 additions & 0 deletions packages/generator-single-spa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# generator-single-spa

## 6.0.2

### Patch Changes

- [#430](https://github.com/single-spa/create-single-spa/pull/430) [`1cdc37e`](https://github.com/single-spa/create-single-spa/commit/1cdc37ea0cc3fd170b1db6a16b05121f8a27d0ac) Thanks [@joeldenning](https://github.com/joeldenning)! - Remove unneeded ReactDOM

- [#432](https://github.com/single-spa/create-single-spa/pull/432) [`ef46e40`](https://github.com/single-spa/create-single-spa/commit/ef46e40874e694556ab02a14802131cb313b4c1a) Thanks [@joeldenning](https://github.com/joeldenning)! - Fix typescript error in no-layout root configs

- [#432](https://github.com/single-spa/create-single-spa/pull/432) [`ef46e40`](https://github.com/single-spa/create-single-spa/commit/ef46e40874e694556ab02a14802131cb313b4c1a) Thanks [@joeldenning](https://github.com/joeldenning)! - Upgrade @testing-library/react and @testing-library/jest-dom in react microfrontends

## 6.0.1

### 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": "6.0.1",
"version": "6.0.2",
"main": "src/generator-single-spa.js",
"license": "MIT",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/preset-typescript": "^7.23.3",
"eslint-config-ts-important-stuff": "^1.1.0",
"typescript": "^4.3.5",
"webpack-config-single-spa-ts": "^5.0.2",
"webpack-config-single-spa-ts": "^6.0.0",
"ts-config-single-spa": "^3.0.0"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"eslint-config-ts-react-important-stuff": "^3.0.0",
"webpack-config-single-spa-react-ts": "^5.0.2"
"webpack-config-single-spa-react-ts": "^6.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/single-spa-web-server-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# single-spa-web-server-utils

## 3.0.0

### Major Changes

- [#432](https://github.com/single-spa/create-single-spa/pull/432) [`ef46e40`](https://github.com/single-spa/create-single-spa/commit/ef46e40874e694556ab02a14802131cb313b4c1a) Thanks [@joeldenning](https://github.com/joeldenning)! - Switch to native fetch rather than node-fetch

## 2.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/single-spa-web-server-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "single-spa-web-server-utils",
"version": "2.3.2",
"version": "3.0.0",
"type": "module",
"description": "Utility functions for single-spa's recommended setup",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/single-spa-welcome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# single-spa-welcome

## 3.0.1

### Patch Changes

- [#432](https://github.com/single-spa/create-single-spa/pull/432) [`ef46e40`](https://github.com/single-spa/create-single-spa/commit/ef46e40874e694556ab02a14802131cb313b4c1a) Thanks [@joeldenning](https://github.com/joeldenning)! - Upgrade to react 19

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"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
12 changes: 12 additions & 0 deletions packages/webpack-config-single-spa-react-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# webpack-config-single-spa-react-ts

## 6.0.0

### Major Changes

- [#431](https://github.com/single-spa/create-single-spa/pull/431) [`f3fcb82`](https://github.com/single-spa/create-single-spa/commit/f3fcb8223ee42ba6912e5211ba4dd44e959244fb) Thanks [@joeldenning](https://github.com/joeldenning)! - Disable standalone mode unless explicitly set

### Patch Changes

- Updated dependencies [[`f3fcb82`](https://github.com/single-spa/create-single-spa/commit/f3fcb8223ee42ba6912e5211ba4dd44e959244fb)]:
- [email protected]
- [email protected]

## 5.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config-single-spa-react-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-config-single-spa-react-ts",
"version": "5.0.4",
"version": "6.0.0",
"description": "Shareable webpack config for single-spa react projects that use typescript",
"keywords": [
"single-spa",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-config-single-spa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# webpack-config-single-spa-react

## 7.0.0

### Major Changes

- [#431](https://github.com/single-spa/create-single-spa/pull/431) [`f3fcb82`](https://github.com/single-spa/create-single-spa/commit/f3fcb8223ee42ba6912e5211ba4dd44e959244fb) Thanks [@joeldenning](https://github.com/joeldenning)! - Disable standalone mode unless explicitly set

### Patch Changes

- Updated dependencies [[`f3fcb82`](https://github.com/single-spa/create-single-spa/commit/f3fcb8223ee42ba6912e5211ba4dd44e959244fb)]:
- [email protected]

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config-single-spa-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-config-single-spa-react",
"version": "6.0.0",
"version": "7.0.0",
"description": "A helper for creating webpack configs for react single-spa applications",
"keywords": [
"single-spa",
Expand Down
11 changes: 11 additions & 0 deletions packages/webpack-config-single-spa-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# webpack-config-single-spa-ts

## 6.0.0

### Major Changes

- [#431](https://github.com/single-spa/create-single-spa/pull/431) [`f3fcb82`](https://github.com/single-spa/create-single-spa/commit/f3fcb8223ee42ba6912e5211ba4dd44e959244fb) Thanks [@joeldenning](https://github.com/joeldenning)! - Disable standalone mode unless explicitly set

### Patch Changes

- Updated dependencies [[`f3fcb82`](https://github.com/single-spa/create-single-spa/commit/f3fcb8223ee42ba6912e5211ba4dd44e959244fb)]:
- [email protected]

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config-single-spa-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-config-single-spa-ts",
"version": "5.0.3",
"version": "6.0.0",
"description": "webpack-config for single-spa + typescript",
"keywords": [
"single-spa",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-config-single-spa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# webpack-config-single-spa

## 7.0.0

### Major Changes

- [#431](https://github.com/single-spa/create-single-spa/pull/431) [`f3fcb82`](https://github.com/single-spa/create-single-spa/commit/f3fcb8223ee42ba6912e5211ba4dd44e959244fb) Thanks [@joeldenning](https://github.com/joeldenning)! - Disable standalone mode unless explicitly set

## 6.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config-single-spa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-config-single-spa",
"version": "6.0.3",
"version": "7.0.0",
"description": "A webpack config for in-browser modules used with single-spa",
"author": "Joel Denning <[email protected]>",
"homepage": "https://github.com/single-spa/create-single-spa",
Expand Down

0 comments on commit 0278cdc

Please sign in to comment.