Skip to content

Commit

Permalink
Merge pull request #39 from fold-dev/0.10.0-update
Browse files Browse the repository at this point in the history
refactor: update Fold minor version to 0.10.0
  • Loading branch information
joduplessis authored May 5, 2024
2 parents fad9db3 + dffc9ec commit 3361749
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 38 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fold-dev/docs",
"version": "24.4.20.0",
"version": "24.5.5.0",
"description": "UI components for product teams.",
"scripts": {
"prepare": "husky install",
Expand All @@ -11,8 +11,8 @@
"prettier": "prettier --write 'src/**/*.{ts,tsx}' --print-width 120"
},
"dependencies": {
"@fold-dev/core": "^0.9.0",
"@fold-dev/design": "^0.9.0",
"@fold-dev/core": "^0.10.0",
"@fold-dev/design": "^0.10.0",
"@heroicons/react": "^2.0.18",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/docs.layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ export default function DocsLayout(props: any) {
color={Token.ColorNeonpink400}
subtle
fontWeight={800}>
v0.9.0
v0.10.0
</Pill>
<Link
href="/"
Expand Down
Loading

0 comments on commit 3361749

Please sign in to comment.