Skip to content

Commit

Permalink
Publish 8.3 pre-release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Aug 29, 2024
1 parent d1bd269 commit ae51cd2
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 @@ -27,17 +27,17 @@ export interface DocsVersion {
* 6. Either a `branch`, `commit`, or `tag` must be provided for fetching content.
**/
export const docsVersions: DocsVersion[] = [
{
label: 'Version 8.3 (alpha)',
id: '8.3',
branch: 'docs-addon-vitest',
preRelease: true,
},
{
label: 'Version 8.2',
id: '8.2',
branch: 'main',
},
// {
// label: '8.3 (beta)',
// id: '8.3',
// branch: 'next',
// preRelease: true,
// },
{
label: 'Version 7',
id: '7.6',
Expand Down

0 comments on commit ae51cd2

Please sign in to comment.