Skip to content

Commit

Permalink
docs: prep docs site for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 18, 2024
1 parent 81d47c6 commit e1bb450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/docs/releases.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"canary": "https://puck-docs-git-main-measured.vercel.app",
"0.17.0": "https://puck-docs-git-releases-v0170-measured.vercel.app",
"0.16.2": "https://puck-docs-git-releases-v0162-measured.vercel.app",
"0.16.1": "https://puck-docs-git-releases-v0161-measured.vercel.app",
"0.16.0": "https://puck-docs-git-releases-v0160-measured.vercel.app",
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ const theme: DocsThemeConfig = {
process.env.NEXT_PUBLIC_IS_LATEST === "true"
? {
dismissible: true,
key: "v0.16.0",
key: "v0.17.0",
content: (
<a
href="https://github.com/measuredco/puck/releases"
target="_blank"
>
<b>🔐 Puck 0.16</b>: Toggle functionality with permissions
<b>🎄 Puck 0.17</b>: React 19 and field enhancements
</a>
),
}
Expand Down

0 comments on commit e1bb450

Please sign in to comment.