Skip to content

chore: version packages#122

Merged
wangdicoder merged 1 commit intomasterfrom
changeset-release/master
Apr 19, 2026
Merged

chore: version packages#122
wangdicoder merged 1 commit intomasterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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 master, this PR will be updated.

Releases

@tiny-design/react@1.13.2

Patch Changes

  • Fix TypeScript compatibility with React 19. Component prop interfaces used the pattern React.PropsWithRef<JSX.IntrinsicElements['x']>, which relied on a globally-augmented JSX namespace that @types/react@19 no longer provides. The resolved prop types collapsed to any, silently dropping every intrinsic HTML attribute (onClick, type, disabled, aria-*, children, etc.) for consumers on React 19. Replaced the pattern with React.ComponentProps<'x'> / React.ComponentPropsWithoutRef<'x'> across ~60 component type files. Works on React 18 and 19. - #121 e928d14

@tiny-design/charts@1.13.2

@tiny-design/icons@1.13.2

@tiny-design/tokens@1.13.2

@wangdicoder wangdicoder merged commit bc6f564 into master Apr 19, 2026
@wangdicoder wangdicoder deleted the changeset-release/master branch April 19, 2026 00:36
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.

1 participant