From 7c0c04138f7338a1e376aafb812e875c9c31be0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:49:04 +0000 Subject: [PATCH] chore(release): version release (#6) --- .changeset/fresh-cycles-speak.md | 6 ------ CHANGELOG.md | 6 ++++++ package.json | 2 +- templates/one-to-one/CHANGELOG.md | 6 ++++++ templates/one-to-one/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fresh-cycles-speak.md diff --git a/.changeset/fresh-cycles-speak.md b/.changeset/fresh-cycles-speak.md deleted file mode 100644 index 80e5d43..0000000 --- a/.changeset/fresh-cycles-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"next-auth-template-one-to-one": minor -"next-auth-template": patch ---- - -feat(one-to-one): generally improve the UI and UX of auth forms diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bc1c6..1db8b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # next-auth-template +## 0.2.3 + +### Patch Changes + +- [#5](https://github.com/jakeisonline/next-auth-template/pull/5) [`571ff26`](https://github.com/jakeisonline/next-auth-template/commit/571ff26b0dbf464a536da1e8b53cdfe4dfd914c1) Thanks [@jakeisonline](https://github.com/jakeisonline)! - feat(one-to-one): generally improve the UI and UX of auth forms + ## 0.2.2 ### Patch Changes diff --git a/package.json b/package.json index b529b14..5e2d43c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-auth-template", - "version": "0.2.2", + "version": "0.2.3", "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/CHANGELOG.md b/templates/one-to-one/CHANGELOG.md index ce19f77..6a940fd 100644 --- a/templates/one-to-one/CHANGELOG.md +++ b/templates/one-to-one/CHANGELOG.md @@ -1,5 +1,11 @@ # next-auth-template-one-to-one +## 0.4.0 + +### Minor Changes + +- [#5](https://github.com/jakeisonline/next-auth-template/pull/5) [`571ff26`](https://github.com/jakeisonline/next-auth-template/commit/571ff26b0dbf464a536da1e8b53cdfe4dfd914c1) Thanks [@jakeisonline](https://github.com/jakeisonline)! - feat(one-to-one): generally improve the UI and UX of auth forms + ## 0.3.0 ### Minor Changes diff --git a/templates/one-to-one/package.json b/templates/one-to-one/package.json index 473a53f..f7e89a2 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.3.0", + "version": "0.4.0", "private": true, "scripts": { "dev": "next dev",