Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
  • Loading branch information
ZTL-UwU committed Oct 11, 2024
1 parent 3cb6f2a commit 246c7a2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Beautifully designed _Nuxt Content_ template built with _shadcn-vue_. **Customizable. Compatible. Open Source.**

- [Documentation / Demo](https://shadcn-docs.nuxt.dev/)
- [Documentation / Demo](https://shadcn-docs-nuxt.vercel.app/)

## Quick Start

Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion content/1.getting-started/3.writing/2.components.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ If you want to use other icons, it is highly recommended to install them locally
npm i -D @iconify-json/collection-name
```

`@iconify-json/lucide` is installed by default.
`@iconify-json/lucide` and `@iconify-json/vscode-icons` are installed by default.

#### Smart Icon

Expand Down
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ navigation: false
::hero
---
announcement:
title: 'Release v0.5.8'
title: 'Release v0.6.0'
icon: '🎉'
to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases
target: _blank
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.5.8",
"version": "0.6.0",
"description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.",
"author": "Tony Zhang <zhangtianli2006@gmail.com>",
"license": "MIT",
"homepage": "https://shadcn-docs.nuxt.dev/",
"homepage": "https://shadcn-docs-nuxt.vercel.app/",
"repository": {
"type": "git",
"url": "git+https://github.com/ZTL-UwU/shadcn-docs-nuxt.git"
Expand Down Expand Up @@ -46,6 +46,7 @@
},
"dependencies": {
"@iconify-json/lucide": "^1.2.8",
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/content": "^2.13.2",
"@nuxt/icon": "^1.5.6",
"@nuxt/image": "^1.8.1",
Expand Down

0 comments on commit 246c7a2

Please sign in to comment.