Skip to content

Commit

Permalink
NPM Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Oct 2, 2024
1 parent 1cb1a10 commit 632c33e
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-lions-matter.md

This file was deleted.

8 changes: 8 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,13 @@
# webpack-config-single-spa-react-ts

## 5.0.2

### Patch Changes

- Updated dependencies []:
- [email protected]
- [email protected]

## 5.0.1

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

## 5.0.2

### Patch Changes

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

## 5.0.1

### 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.1",
"version": "5.0.2",
"description": "A helper for creating webpack configs for react single-spa applications",
"keywords": [
"single-spa",
Expand Down
7 changes: 7 additions & 0 deletions packages/webpack-config-single-spa-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# webpack-config-single-spa-ts

## 5.0.2

### Patch Changes

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

## 5.0.1

### 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.1",
"version": "5.0.2",
"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

## 6.0.2

### Patch Changes

- [#416](https://github.com/single-spa/create-single-spa/pull/416) [`1cb1a10`](https://github.com/single-spa/create-single-spa/commit/1cb1a10e0f9ade39caaf868fea16dbcf8cd9dc66) Thanks [@joeldenning](https://github.com/joeldenning)! - Use webpack auto public path for native ES modules

## 6.0.1

### 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.1",
"version": "6.0.2",
"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 632c33e

Please sign in to comment.