Skip to content

Commit

Permalink
NPM Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Dec 17, 2024
1 parent 317a5c5 commit d6cb832
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-waves-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-bats-talk.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.3

### Patch Changes

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

## 5.0.2

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

## 6.0.0

### Major Changes

- [#428](https://github.com/single-spa/create-single-spa/pull/428) [`317a5c5`](https://github.com/single-spa/create-single-spa/commit/317a5c5b1c25d6edb6269a05618563895fe7d2b8) Thanks [@joeldenning](https://github.com/joeldenning)! - Upgrade to single-spa-react@6 and react@19

## 5.0.2

### 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": "5.0.2",
"version": "6.0.0",
"main": "src/generator-single-spa.js",
"license": "MIT",
"dependencies": {
Expand Down
7 changes: 7 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,12 @@
# webpack-config-single-spa-react-ts

## 5.0.4

### Patch Changes

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

## 5.0.3

### 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.3",
"version": "5.0.4",
"description": "Shareable webpack config for single-spa react projects that use typescript",
"keywords": [
"single-spa",
Expand Down
6 changes: 6 additions & 0 deletions packages/webpack-config-single-spa-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# webpack-config-single-spa-react

## 6.0.0

### Major Changes

- [#428](https://github.com/single-spa/create-single-spa/pull/428) [`317a5c5`](https://github.com/single-spa/create-single-spa/commit/317a5c5b1c25d6edb6269a05618563895fe7d2b8) Thanks [@joeldenning](https://github.com/joeldenning)! - Add react-dom/client to externals

## 5.0.3

### Patch 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": "5.0.3",
"version": "6.0.0",
"description": "A helper for creating webpack configs for react single-spa applications",
"keywords": [
"single-spa",
Expand Down

0 comments on commit d6cb832

Please sign in to comment.