Skip to content

Release packages#9

Merged
Theo-Steiner merged 1 commit into
mainfrom
changeset-release/main
Jul 25, 2026
Merged

Release packages#9
Theo-Steiner merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@svebcomponents/atproto.comments@0.2.1

Patch Changes

  • a8212eb: Ship a Svelte-external build and route bundler consumers to it via the svelte
    export condition, fixing a hydration crash (Cannot read properties of null (reading 'f')) that wiped a correctly server-rendered thread on the client.

    The client build bundled its own Svelte runtime. In a SvelteKit/Vite app —
    which has its own Svelte — that put two Svelte runtimes on the page, and
    under experimental.async the app's async-boundary hydration would cross into
    the component's separate runtime and dereference a null effect. The component
    now also emits dist/client-svelte/dist/server-svelte (Svelte marked
    external), and its package exports declare a svelte condition pointing at
    them, so bundlers dedupe the component onto the app's single Svelte runtime.
    The default dist/client (Svelte bundled) is unchanged and still serves the
    CDN / bare-import drop-in, which has no app Svelte to dedupe against.

@Theo-Steiner
Theo-Steiner merged commit bb757bc into main Jul 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant