Skip to content

Commit

Permalink
Merge pull request #265 from storybookjs/publish-next
Browse files Browse the repository at this point in the history
Publish next docs
  • Loading branch information
kylegach authored Feb 20, 2025
2 parents 6bcffbd + fa3c31f commit b1ab566
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/utils/src/docs-versions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ export const docsVersions: DocsVersion[] = [
id: '8.5',
branch: 'main',
},
// {
// label: 'Version 8.6 (alpha)',
// id: '8.6',
// branch: 'next',
// preRelease: true,
// },
{
label: 'Version 8.6 (beta)',
id: '8.6',
branch: 'next',
preRelease: true,
},
{
label: 'Version 7',
id: '7.6',
Expand Down

0 comments on commit b1ab566

Please sign in to comment.