diff --git a/.changeset/famous-pans-eat.md b/.changeset/famous-pans-eat.md deleted file mode 100644 index fbbc4de..0000000 --- a/.changeset/famous-pans-eat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"astro-clerk-auth": patch ---- - -Revert: -- Avoid using virtual module when injecting a script -- Experiment with virtual modules diff --git a/apps/playground-with-package/package.json b/apps/playground-with-package/package.json index b661f8d..b62ba74 100644 --- a/apps/playground-with-package/package.json +++ b/apps/playground-with-package/package.json @@ -20,7 +20,7 @@ "@clerk/localizations": "2.3.0", "@nanostores/react": "0.7.1", "astro": "^3.5.5", - "astro-clerk-auth": "0.6.5", + "astro-clerk-auth": "0.6.6", "nanostores": "^0.9.5", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/apps/playground/package.json b/apps/playground/package.json index 3260315..cf5a8ed 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -18,7 +18,7 @@ "@astrojs/vercel": "^5.2.0", "@nanostores/react": "^0.7.1", "astro": "^3.5.5", - "astro-clerk-auth": "0.6.5", + "astro-clerk-auth": "0.6.6", "astro-seo": "^0.8.0", "nanostores": "^0.9.5", "react": "^18.2.0", diff --git a/packages/astro-clerk-auth/CHANGELOG.md b/packages/astro-clerk-auth/CHANGELOG.md index 0a1b6fb..9ca6228 100644 --- a/packages/astro-clerk-auth/CHANGELOG.md +++ b/packages/astro-clerk-auth/CHANGELOG.md @@ -1,5 +1,13 @@ # astro-clerk-auth +## 0.6.6 + +### Patch Changes + +- 1b270da: Revert: + - Avoid using virtual module when injecting a script + - Experiment with virtual modules + ## 0.6.5 ### Patch Changes diff --git a/packages/astro-clerk-auth/package.json b/packages/astro-clerk-auth/package.json index 2bc88b8..805140c 100644 --- a/packages/astro-clerk-auth/package.json +++ b/packages/astro-clerk-auth/package.json @@ -1,7 +1,7 @@ { "name": "astro-clerk-auth", "description": "Unofficial package Clerk SDK for Asto", - "version": "0.6.5", + "version": "0.6.6", "type": "module", "private": false, "license": "MIT",