diff --git a/package.json b/package.json index 9ab39ee..2e5b927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "starlight-ion-theme", "version": "2.0.0", + "private": true, "scripts": { "dev": "\"pnpm --filter docs dev\"", "publish": "\"pnpm --filter starlight-ion-theme publish\"" diff --git a/packages/starlight-ion-theme/package.json b/packages/starlight-ion-theme/package.json index 1282e50..57b2457 100644 --- a/packages/starlight-ion-theme/package.json +++ b/packages/starlight-ion-theme/package.json @@ -1,6 +1,6 @@ { "name": "starlight-ion-theme", - "version": "2.1.1", + "version": "2.1.2", "type": "module", "exports": { ".": "./index.ts",