chore(docs): bump @btravstack/theme to 1.2.1 (fix home halo)#268
Merged
Conversation
Picks up the theme fix that removes the stray centered glow on the docs home page (the pink halo floating in the top-middle, disconnected from the right-aligned hero logo). Catalog-only bump. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo’s catalog-pinned @btravstack/theme dependency to redeploy the docs site with the upstream fix that removes the stray “home hero” glow/halo.
Changes:
- Bump
@btravstack/themein the workspacecatalogfrom1.2.0to1.2.1. - Update
pnpm-lock.yamlto reflect the new resolved version/integrity and the docs importer’s catalog resolution.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates the catalog entry for @btravstack/theme to 1.2.1. |
| pnpm-lock.yaml | Updates lockfile catalog/importer/package/snapshot entries to resolve @btravstack/theme@1.2.1. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
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.
Bumps the shared theme to 1.2.1, which removes the stray centered home-hero glow — the pink halo floating in the top-middle of the docs home page, disconnected from the right-aligned hero logo (the logo keeps its own halo via
--vp-home-hero-image-background-image).Catalog-only change:
@btravstack/theme 1.2.0 → 1.2.1+ lockfile; docs keeps itscatalog:reference. Already exempt from the release-age gate, so it installs immediately. Merging redeploys the docs site with the halo gone.🤖 Generated with Claude Code