From ba99b71bdf1eba674967891078a6e0f0c730f8f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:30:39 +0000 Subject: [PATCH] chore(release): version release (#10) --- .changeset/good-eyes-whisper.md | 6 ------ package.json | 2 +- templates/one-to-one/package.json | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .changeset/good-eyes-whisper.md 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",