Skip to content

Commit

Permalink
NPM Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jan 4, 2024
1 parent 181da9a commit 778d6d5
Show file tree
Hide file tree
Showing 18 changed files with 279 additions and 172 deletions.
10 changes: 0 additions & 10 deletions .changeset/thirty-cows-give.md

This file was deleted.

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

## 4.1.5

### Patch Changes

- [#393](https://github.com/single-spa/create-single-spa/pull/393) [`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de) Thanks [@ibacher](https://github.com/ibacher)! - Bump dependency versions to compatible versions without vulnerabilities

- Updated dependencies [[`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de)]:
- generator-single-spa@4.1.5

## 4.1.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": "4.1.4",
"version": "4.1.5",
"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

## 4.1.5

### Patch Changes

- [#393](https://github.com/single-spa/create-single-spa/pull/393) [`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de) Thanks [@ibacher](https://github.com/ibacher)! - Bump dependency versions to compatible versions without vulnerabilities

## 4.1.4

### 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.4",
"version": "4.1.5",
"main": "src/generator-single-spa.js",
"license": "MIT",
"dependencies": {
Expand Down
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

## 2.3.2

### Patch Changes

- [#393](https://github.com/single-spa/create-single-spa/pull/393) [`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de) Thanks [@ibacher](https://github.com/ibacher)! - Bump dependency versions to compatible versions without vulnerabilities

## 2.3.1

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

## 2.4.2

### Patch Changes

- [#393](https://github.com/single-spa/create-single-spa/pull/393) [`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de) Thanks [@ibacher](https://github.com/ibacher)! - Bump dependency versions to compatible versions without vulnerabilities

## 2.4.1

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

## 4.0.5

### Patch Changes

- Updated dependencies [[`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de)]:
- webpack-config-single-spa-ts@4.1.4
- webpack-config-single-spa-react@4.0.5

## 4.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": "4.0.4",
"version": "4.0.5",
"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

## 4.0.5

### Patch Changes

- Updated dependencies [[`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de)]:
- webpack-config-single-spa@5.3.1

## 4.0.4

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

## 4.1.4

### Patch Changes

- [#393](https://github.com/single-spa/create-single-spa/pull/393) [`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de) Thanks [@ibacher](https://github.com/ibacher)! - Bump dependency versions to compatible versions without vulnerabilities

- Updated dependencies [[`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de)]:
- webpack-config-single-spa@5.3.1

## 4.1.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": "4.1.3",
"version": "4.1.4",
"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

## 5.3.1

### Patch Changes

- [#393](https://github.com/single-spa/create-single-spa/pull/393) [`181da9a`](https://github.com/single-spa/create-single-spa/commit/181da9a5aecd7a9b8fc99dbb965d106d7b74b3de) Thanks [@ibacher](https://github.com/ibacher)! - Bump dependency versions to compatible versions without vulnerabilities

## 5.3.0

### Minor 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": "5.3.0",
"version": "5.3.1",
"description": "A webpack config for in-browser modules used with single-spa",
"author": "Joel Denning <joeldenning@gmail.com>",
"homepage": "https://github.com/single-spa/create-single-spa",
Expand Down

0 comments on commit 778d6d5

Please sign in to comment.