chore(docs): bump @btravstack/theme to 1.2.1 (fix home halo)#507
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; the docs package keeps its `catalog:` reference. 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 workspace dependency catalog to use @btravstack/theme@1.2.1, ensuring the docs site pulls in the theme fix that removes the stray centered home-hero glow.
Changes:
- Bump
@btravstack/themefrom1.2.0to1.2.1inpnpm-workspace.yamlcatalog. - Regenerate
pnpm-lock.yamlentries to reflect the new theme version and integrity.
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 version for @btravstack/theme to 1.2.1. |
| pnpm-lock.yaml | Updates resolved @btravstack/theme version, integrity, and snapshot references to 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 big pink halo that was 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.1inpnpm-workspace.yaml+ lockfile; the docs package keeps itscatalog:reference. The package is already exempt from the release-age gate, so the fresh version installs immediately.Merging this redeploys the docs site with the halo gone.
🤖 Generated with Claude Code