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 #19

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Release tracking #19

merged 1 commit into from
Jan 27, 2025

Conversation

primer-css
Copy link

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/[email protected]

Minor Changes

  • #18 bfe68b1 Thanks @rezrah! - Upgraded internal framework to Nextra v3.

    To migrate Doctocat to this release, follow these steps:

    1. Install the latest version npm i @primer/[email protected]
    2. Rename your next.config.js to be next.config.mjs. Add type="module" to your package.json and update the file contents to match the following:
    -  const withDoctocat = require('@primer/doctocat-nextjs/doctocat.config.js')
    
    -  module.exports = {
    -  ...withDoctocat({
    
    -  }),
    -  }
    
    +  import withDoctocat from '@primer/doctocat-nextjs/doctocat.config.js'
    
    +  export default {
    +  ...withDoctocat({
    
    +  }),
    +  }
    

[email protected]

Patch Changes

@rezrah
Copy link
Collaborator

rezrah commented Jan 27, 2025

Successfully tested on brand toolkit site: https://github.com/github/brand.github.com/pull/96

@rezrah rezrah merged commit 064df06 into main Jan 27, 2025
7 checks passed
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