chore: version - #5
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 7, 2026 17:22
ddec81d to
c2ac1c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
pod@1.0.5
Patch Changes
80c3f91: Subscribe surface cleanup:
subscribe_apple_urlcustom setting. When set, Pod's Apple Podcasts button uses the publisher's Apple show URL (podcasts.apple.com/…) instead of the iOS-onlypodcast://URL scheme — one working button for listeners on every OS + browser. When unset, the pill falls back topodcast://so day-one installs still get an Apple pill that works for iOS listeners.subscribe_iheart_url+subscribe_pandora_url. Both platforms are US-only and account for a small and shrinking share of podcast listeners; YouTube Music (which we keep) has overtaken Pandora in the US, and iHeart skews heavily toward its own owned-and-operated shows. Publishers who need those buttons can add them via a theme edit.ea53182: Chapter titles in the episode sidebar are now rendered as text rather than markup. A title containing
<,&or a quote used to be parsed as HTML — soQ&Acould come out mangled, and a title crafted to open an HTML tag could get that tag built into the page, because the surrounding template supplied the>needed to close it. Chapter titles now display verbatim, whatever characters they contain.2e9130c: Fixed unstyled sites when Pod is installed straight from GitHub rather than from a release zip. Ghost's install-from-GitHub flow unpacks the repository's tracked files, and Pod's compiled CSS and JS were excluded from Git as build output — so those installs served templates that requested
assets/built/styles.cssandassets/built/main.jsand got 404s for both. The compiled assets are now committed, matching how Ghost's own Casper and Source themes ship, and a new CI check rebuilds them on every pull request so they can't fall behind their sources. Release-zip installs were never affected and don't change.