diff --git a/.changeset/config.json b/.changeset/config.json index 7836d7e..d88011f 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "restricted", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["docs"] + "ignore": [] } diff --git a/docs/package.json b/docs/package.json index 7fe8369..1c96862 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "next": "16.0.1", "react": "19.2.0", "react-dom": "19.2.0", - "vn-number": "2.0.1" + "vn-number": "2.0.0" }, "devDependencies": { "@biomejs/biome": "2.3.2", diff --git a/package.json b/package.json index 98ee3b8..82948b4 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,7 @@ "vitest": "3.2.4" }, "workspaces": [ - ".", - "docs" + "." ], "files": [ "dist"