diff --git a/.changeset/config.json b/.changeset/config.json index c815f37..b2f7d1b 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -2,11 +2,11 @@ "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", "changelog": [ "@changesets/changelog-github", - { "repo": "fostertheweb/spotify-web-sdk" } + { + "repo": "fostertheweb/spotify-web-sdk" + } ], "commit": false, - "fixed": [], - "linked": [["docs"]], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 5bfacc7..1a311ca 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,3 @@ packages: + - . - docs \ No newline at end of file