Skip to content

Conversation

@francinelucca
Copy link
Member

v1.0.0-rc.5 introduced some visual regressions to Label, Token and Spinner, this pulls the fix into a new patch release,.

Changelog

New

  • Pull in v1.0.0-rc.5 + new PR fix
  • Update versions to v1.0.0-rc.6

Rollout strategy

  • Patch release
  • Minor release
  • Major release; if selected, include a written rollout or migration plan
  • None; if selected, include a brief description as to why

Testing & Reviewing

Merge checklist

@francinelucca francinelucca requested a review from a team as a code owner October 8, 2025 13:20
@changeset-bot
Copy link

changeset-bot bot commented Oct 8, 2025

🦋 Changeset detected

Latest commit: 2374a8f

The changes in this PR will be included in the next version bump.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR applies a patch release (v1.0.0-rc.6) to fix visual regressions in Label, Token, and Spinner components that were introduced in v1.0.0-rc.5. The fix replaces the previous Box wrapper approach with direct styled-components wrappers for better performance and consistency.

Key Changes

  • Refactored Label, Token, and Spinner components to use styled-components directly instead of Box wrappers
  • Updated package version from 1.0.0-rc.5 to 1.0.0-rc.6
  • Added changelog entry and changeset for the patch release

Reviewed Changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/styled-react/src/components/Token.tsx Replaced Box wrapper and manual sx handling with styled-components wrapper
packages/styled-react/src/components/Spinner.tsx Simplified to use styled-components wrapper instead of Box
packages/styled-react/src/components/Label.tsx Updated to use styled-components wrapper with proper forwarding
packages/styled-react/package.json Version bump to 1.0.0-rc.6
packages/styled-react/CHANGELOG.md Added changelog entry for the patch release
.changeset/purple-waves-pay.md Added changeset for the patch release
.changeset/pre.json Updated changeset tracking

@francinelucca
Copy link
Member Author

published v1.0.0.rc-6, closing

@francinelucca francinelucca mentioned this pull request Oct 8, 2025
@francinelucca francinelucca reopened this Oct 8, 2025
@jonrohan jonrohan deleted the patch/v1.0.0-rc.6 branch October 30, 2025 21:00
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.

2 participants