Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages for release (rc) #1830

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 26, 2024

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@strapi/[email protected]

Major Changes

Minor Changes

Patch Changes

  • #1821 0693ce9 Thanks @PlanckConst! - fix: Checkbox Item Not Centered

    Added justify-content: center and align-items: center to Checkbox Indicator component

    Original:

    const CheckboxIndicator = styled(Checkbox.Indicator) width: 100%; height: 100%; cursor: pointer;;

    Updated:

    const CheckboxIndicator = styled(Checkbox.Indicator)`

    • display: inline-flex;
    • pointer-events: auto !important;
      width: 100%;
      height: 100%;
      cursor: pointer;
    • justify-content: center;
    • align-items: center;
      `;

    Refactored inline styling and added it to checkbox indicator stype component

    Original:

      <CheckboxIndicator style={{ display: 'inline-flex', pointerEvents: 'auto'}} forceMount>
    

    Updated:

      <CheckboxIndicator forceMount>
    
  • Updated dependencies [fd5e74b]:

@strapi/[email protected]

Major Changes

Minor Changes

@strapi/[email protected]

Major Changes

Copy link

vercel bot commented Nov 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
design-system ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 16, 2024 9:42am

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.

0 participants