Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/friendly-rockets-own-runtime.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading