Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Feb 26, 2024
1 parent 1df36db commit b484d84
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .changeset/angry-rockets-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-donkeys-notice.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/few-ways-design.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/light-elephants-work.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/orange-hornets-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-trainers-leave.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/violet-masks-love.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 1,11 @@
# Changelog

## 6.0.1

### Patch Changes

- [#1169](https://github.com/single-spa/single-spa/pull/1169) [`f22be6b`](https://github.com/single-spa/single-spa/commit/f22be6b8d34a1596b58f0701e353d869d11d4e17) Thanks [@joeldenning](https://github.com/joeldenning)! - Implement unregisterApplication server-side

- [#1201](https://github.com/single-spa/single-spa/pull/1201) [`1df36db`](https://github.com/single-spa/single-spa/commit/1df36db508d58a27669cf8920f6c483646762a2b) Thanks [@MilanKovacic](https://github.com/MilanKovacic)! - Fix issue with missing types when using module resolution strategies other than node10

See https://github.com/single-spa/single-spa/releases for what has changed in each version of single-spa.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 1,13 @@
{
"name": "single-spa",
"version": "6.0.0",
"version": "6.0.1",
"description": "The router for easy microfrontends",
"main": "lib/es2015/umd/single-spa.min.cjs",
"types": "typings/single-spa.d.ts",
"type": "module",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"development": {
Expand Down Expand Up @@ -58,7 61,7 @@
"format": "prettier --write .",
"check-format": "prettier --check .",
"lint": "eslint src",
"postinstall": "husky install",
"_postinstall": "husky install",
"prepublishOnly": "pinst --disable && pnpm run build",
"postpublish": "pinst --enable"
},
Expand Down

0 comments on commit b484d84

Please sign in to comment.