Skip to content

Commit

Permalink
chore(release): version release (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 15, 2025
1 parent d5639d8 commit 60c9c2c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/four-ravens-attend.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.3.0

### Minor Changes

- [#15](https://github.com/jakeisonline/next-auth-template/pull/15) [`d5639d8`](https://github.com/jakeisonline/next-auth-template/commit/d5639d87f004731ebfe2986cc064583f39d5e617) Thanks [@jakeisonline](https://github.com/jakeisonline)! - Adds one-to-many, a new template that allows multiple users to belong to one account. Also includes invite flows."

## 0.2.7

### 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.7",
"version": "0.3.0",
"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
7 changes: 7 additions & 0 deletions templates/one-to-many/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# next-auth-template-one-to-many

## 0.1.0

### Minor Changes

- [#15](https://github.com/jakeisonline/next-auth-template/pull/15) [`d5639d8`](https://github.com/jakeisonline/next-auth-template/commit/d5639d87f004731ebfe2986cc064583f39d5e617) Thanks [@jakeisonline](https://github.com/jakeisonline)! - Adds one-to-many, a new template that allows multiple users to belong to one account. Also includes invite flows."
2 changes: 1 addition & 1 deletion templates/one-to-many/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-auth-template-one-to-many",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 60c9c2c

Please sign in to comment.