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

Add 8.4 docs #234

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions apps/frontpage/content/releases/8.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 'Storybook 8.4 - October 2024'
---

TK

Browse the [changelogs](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) for the full list of changes.

---

There are no breaking changes, but you can refer to our
[Migration guide](https://storybook.js.org/docs/migration-guide) to upgrade from
pre-8.0 of Storybook.
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.3',
branch: 'main',
},
// {
// label: 'Version 8.4 (beta)',
// id: '8.4',
// branch: 'next',
// preRelease: true,
// },
{
label: 'Version 8.4 (alpha)',
id: '8.4',
branch: 'next',
preRelease: true,
},
{
label: 'Version 7',
id: '7.6',
Expand Down