diff --git a/.changeset/good-eyes-whisper.md b/.changeset/good-eyes-whisper.md deleted file mode 100644 index cdf08bc..0000000 --- a/.changeset/good-eyes-whisper.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"next-auth-template": patch -"next-auth-template-one-to-one": patch ---- - -fix(cli): attempt to make build action faster by scoping install command diff --git a/package.json b/package.json index 2cb76e7..a8a4f3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-auth-template", - "version": "0.2.4", + "version": "0.2.5", "description": "Sign up and auth, super quick with database-backed sessions, social sign in, magic links, and multiple user models to choose from. This CLI tool enables you to quickly start building a new Next.js application, with auth already set up for you so you can focus on the fun stuff.", "publishConfig": { "access": "public" diff --git a/templates/one-to-one/package.json b/templates/one-to-one/package.json index 93dcec5..2955015 100644 --- a/templates/one-to-one/package.json +++ b/templates/one-to-one/package.json @@ -1,6 +1,6 @@ { "name": "next-auth-template-one-to-one", - "version": "0.5.0", + "version": "0.5.1", "private": true, "scripts": { "dev": "next dev",