Skip to content

Commit

Permalink
docs: add v0.16.0 release to site
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Sep 17, 2024
1 parent f33be00 commit 841a590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.16.0": "https://puck-docs-git-releases-v0160-measured.vercel.app",
"0.15.0": "https://puck-docs-git-releases-v0150-measured.vercel.app",
"0.14.2": "https://puck-docs-git-releases-v0142-measured.vercel.app",
"0.14.1": "https://puck-docs-git-releases-v0141-measured.vercel.app",
Expand Down
5 changes: 2 additions & 3 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,13 @@ const theme: DocsThemeConfig = {
process.env.NEXT_PUBLIC_IS_LATEST === "true"
? {
dismissible: true,
key: "v0.15.0",
key: "v0.16.0",
text: (
<a
href="https://github.com/measuredco/puck/releases"
target="_blank"
>
<b>🪄 Puck 0.15.0 released</b>: Introducing dynamic field
configuration →
<b>🔐 Puck 0.16.0</b>: Toggle functionality with permissions →
</a>
),
}
Expand Down

0 comments on commit 841a590

Please sign in to comment.