Skip to content

Commit

Permalink
NPM Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jun 15, 2023
1 parent b3ed702 commit e5b4fd4
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/tidy-garlics-try.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

## 4.1.4

### Patch Changes

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

## 4.1.3

### 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.3",
"version": "4.1.4",
"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.4

### Patch Changes

- [#383](https://github.com/single-spa/create-single-spa/pull/383) [`b3ed702`](https://github.com/single-spa/create-single-spa/commit/b3ed7021b4928bb3798e9f8e51aa8eb3e0a306bb) Thanks [@robmosca](https://github.com/robmosca)! - Updated webpack-cli to 4.10.0, pnpm to 8.6.1 and corresponding adjustments

## 4.1.3

### 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.3",
"version": "4.1.4",
"main": "src/generator-single-spa.js",
"license": "MIT",
"dependencies": {
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.1

### Patch Changes

- [#383](https://github.com/single-spa/create-single-spa/pull/383) [`b3ed702`](https://github.com/single-spa/create-single-spa/commit/b3ed7021b4928bb3798e9f8e51aa8eb3e0a306bb) Thanks [@robmosca](https://github.com/robmosca)! - Updated webpack-cli to 4.10.0, pnpm to 8.6.1 and corresponding adjustments

## 2.4.0

### Minor 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.0",
"version": "2.4.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

0 comments on commit e5b4fd4

Please sign in to comment.