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

Release Tracking #1093

Merged
merged 1 commit into from
Mar 4, 2021
Merged

Release Tracking #1093

merged 1 commit into from
Mar 4, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 26, 2021

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.

Releases

@primer/components@24.0.0

Major Changes

  • b9d9d245 #1068 Thanks @colebemis! - Remove propTypes in favor of TypeScript types

  • beef075e #1094 Thanks @colebemis! - Components no longer have a default theme prop. To ensure components still render correctly, you'll need pass the Primer theme to a styled-components <ThemeProvider> at the root of your application:

    import {ThemeProvider} from 'styled-components'
    import {theme} from '@primer/components'
    
    funciton App(props) {
      return (
        <div>
          <ThemeProvider theme={theme}>
            <div>your app here</div>
          </ThemeProvider>
        </div>
      )
    }

Patch Changes

@vercel
Copy link

vercel bot commented Feb 26, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/primer/primer-components/5Zc8FRjkBrPyQ6H34YGvk12QFk2b
✅ Preview: https://primer-components-git-changeset-release-main-primer.vercel.app

@vercel vercel bot temporarily deployed to Preview February 26, 2021 17:48 Inactive
@vercel vercel bot temporarily deployed to Preview February 26, 2021 17:50 Inactive
@vercel vercel bot temporarily deployed to Preview February 27, 2021 17:28 Inactive
@vercel vercel bot temporarily deployed to Preview March 1, 2021 05:55 Inactive
@vercel vercel bot temporarily deployed to Preview March 1, 2021 17:20 Inactive
@vercel vercel bot temporarily deployed to Preview March 1, 2021 17:28 Inactive
@vercel vercel bot temporarily deployed to Preview March 2, 2021 20:44 Inactive
@vercel vercel bot temporarily deployed to Preview March 2, 2021 23:49 Inactive
@vercel vercel bot temporarily deployed to Preview March 3, 2021 16:09 Inactive
@vercel vercel bot temporarily deployed to Preview March 3, 2021 17:57 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 07:30 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 15:22 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 15:46 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 16:29 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 16:47 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 17:08 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 17:43 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 17:49 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 19:01 Inactive
@colebemis colebemis merged commit 06783de into main Mar 4, 2021
@colebemis colebemis deleted the changeset-release/main branch March 4, 2021 19:03
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