diff --git a/.changeset/swift-drinks-hunt.md b/.changeset/swift-drinks-hunt.md deleted file mode 100644 index ec058efe..00000000 --- a/.changeset/swift-drinks-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@supabase/ssr': patch ---- - -The successor to the auth-helpers packages with sane defaults diff --git a/packages/ssr/CHANGELOG.md b/packages/ssr/CHANGELOG.md new file mode 100644 index 00000000..8a2061ea --- /dev/null +++ b/packages/ssr/CHANGELOG.md @@ -0,0 +1,7 @@ +# @supabase/ssr + +## 0.0.1 + +### Patch Changes + +- 49f4043: The successor to the auth-helpers packages with sane defaults diff --git a/packages/ssr/package.json b/packages/ssr/package.json index ef2457aa..35269139 100644 --- a/packages/ssr/package.json +++ b/packages/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@supabase/ssr", - "version": "0.0.0", + "version": "0.0.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts",