Skip to content

Commit

Permalink
chore: release 0.7.7
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Nov 16, 2024
1 parent 78d60e9 commit be265df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.7.6'
title: 'Release v0.7.7'
icon: '🎉'
to: https://github.com/ZTL-UwU/shadcn-docs-nuxt/releases/latest
target: _blank
Expand Down
14 changes: 7 additions & 7 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.7.6",
"version": "0.7.7",
"description": "Effortless and beautiful docs template built with Nuxt Content & shadcn-vue.",
"author": "Tony Zhang <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -46,10 +46,10 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.13",
"@iconify-json/lucide": "^1.2.15",
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/content": "^2.13.4",
"@nuxt/icon": "^1.7.2",
"@nuxt/icon": "^1.7.5",
"@nuxt/image": "^1.8.1",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
Expand All @@ -62,17 +62,17 @@
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/eslint-config": "^3.9.1",
"@nuxt/devtools": "^1.6.0",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"shiki": "^1.22.2",
"shiki": "^1.23.0",
"vue-tsc": "^2.1.10"
}
}

0 comments on commit be265df

Please sign in to comment.