Skip to content

v34.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 19:41
· 3975 commits to main since this release
d370388

Major Changes

  • #1676 1195336e Thanks @colebemis! - Rename npm package from @primer/components to @primer/react

    To upgrade, run:

    npm uninstall @primer/components
    npm install @primer/react

    Then update your imports:

    - import {Box} from '@primer/components'
    + import {Box} from '@primer/react'