diff --git a/.changeset/friendly-rockets-own-runtime.md b/.changeset/friendly-rockets-own-runtime.md deleted file mode 100644 index 09ac4127..00000000 --- a/.changeset/friendly-rockets-own-runtime.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@rocket/js': patch ---- - -Resolve generated Markdown Page rendering, browser assets, and default Icon Library dependencies -through Rocket so Site Authors do not need to install Rocket's transitive dependencies directly and -linked Rocket installations load their modules and styles correctly. Prefer compatible Lit and Web -Awesome packages from the Site Author project to avoid duplicate browser module registrations, and -honor browser ESM package conditions when sharing project dependencies. diff --git a/CHANGELOG.md b/CHANGELOG.md index 88d161ad..d82e6fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.2.1 + +### Patch Changes + +- 577b522: Resolve generated Markdown Page rendering, browser assets, and default Icon Library dependencies + through Rocket so Site Authors do not need to install Rocket's transitive dependencies directly and + linked Rocket installations load their modules and styles correctly. Prefer compatible Lit and Web + Awesome packages from the Site Author project to avoid duplicate browser module registrations, and + honor browser ESM package conditions when sharing project dependencies. + ## 0.2.0 ### Minor Changes diff --git a/package.json b/package.json index 392dd2b3..4fad38a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rocket/js", - "version": "0.2.0", + "version": "0.2.1", "description": "HTML-first static-site metaframework for content sites and Web Component docs.", "license": "MIT", "type": "module",