Skip to content

Commit

Permalink
release: bump version to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Aug 22, 2023
1 parent f661150 commit f8159a9
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 174 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.16.0",
"version": "0.17.0",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -9,15 +9,15 @@
},
"dependencies": {
"@vercel/analytics": "^1.0.2",
"next": "^13.4.16",
"next": "^13.4.19",
"next-themes": "^0.2.1",
"nextra": "^2.11.0",
"nextra-theme-docs": "^2.11.0",
"nextra": "^2.11.1",
"nextra-theme-docs": "^2.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.5.0",
"@types/node": "^20.5.1",
"@types/react": "^18.2.20",
"typescript": "^5.1.6"
}
Expand Down
Loading

0 comments on commit f8159a9

Please sign in to comment.