Skip to content

Commit

Permalink
chore: release 0.8.7
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 Dec 24, 2024
1 parent 5bd4ae5 commit 380ba95
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
Binary file modified bun.lockb
Binary file not shown.
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.8.6'
title: 'Release v0.8.7'
icon: '🎉'
to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases/latest
target: _blank
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.8.6",
"version": "0.8.7",
"description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.",
"author": "Tony Zhang <zhangtianli2006@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -46,34 +46,34 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.18",
"@iconify-json/vscode-icons": "^1.2.4",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/vscode-icons": "^1.2.6",
"@nuxt/content": "^2.13.4",
"@nuxt/icon": "^1.10.1",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"nuxt": "^3.14.1592",
"nuxt-og-image": "^4.0.1",
"nuxt-og-image": "^4.0.2",
"radix-vue": "^1.9.11",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.5.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@antfu/eslint-config": "^3.12.1",
"@nuxt/devtools": "^1.6.4",
"@nuxt/kit": "^3.14.1592",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"eslint": "^9.17.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"shiki": "^1.24.2",
"vue-tsc": "^2.1.10"
"shiki": "^1.24.4",
"vue-tsc": "^2.2.0"
}
}

0 comments on commit 380ba95

Please sign in to comment.