diff --git a/.changeset/rich-maps-visit.md b/.changeset/rich-maps-visit.md deleted file mode 100644 index 3b13d31..0000000 --- a/.changeset/rich-maps-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"import-map-overrides": major ---- - -The css for import-map-overrides UI is no longer injected into the main page, but only within the shadow dom for the UI diff --git a/.changeset/wild-ties-hunt.md b/.changeset/wild-ties-hunt.md deleted file mode 100644 index ce803c1..0000000 --- a/.changeset/wild-ties-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"import-map-overrides": minor ---- - -Add style-nonce attribute to import-map-overrides-full element to support use under a Content Security Policy(CSP) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61cd8b0..8892067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # import-map-overrides +## 5.0.0 + +### Major Changes + +- [#126](https://github.com/single-spa/import-map-overrides/pull/126) [`2241fed`](https://github.com/single-spa/import-map-overrides/commit/2241feddf19cac3c387b364ebec9ffc21fe10b6f) Thanks [@agevry](https://github.com/agevry)! - The css for import-map-overrides UI is no longer injected into the main page, but only within the shadow dom for the UI + +### Minor Changes + +- [#126](https://github.com/single-spa/import-map-overrides/pull/126) [`2241fed`](https://github.com/single-spa/import-map-overrides/commit/2241feddf19cac3c387b364ebec9ffc21fe10b6f) Thanks [@agevry](https://github.com/agevry)! - Add style-nonce attribute to import-map-overrides-full element to support use under a Content Security Policy(CSP) + ## 4.2.0 ### Minor Changes diff --git a/package.json b/package.json index 0ea2b83..4fa1ed4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-map-overrides", - "version": "4.2.0", + "version": "5.0.0", "main": "dist/import-map-overrides-server.js", "type": "module", "repository": "https://github.com/joeldenning/import-map-overrides.git",