Skip to content

Commit

Permalink
chore(release): version release (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 6, 2025
1 parent 571ff26 commit 7c0c041
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/fresh-cycles-speak.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions templates/one-to-one/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/one-to-one/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7c0c041

Please sign in to comment.