Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tough-teams-begin.md

This file was deleted.

16 changes: 16 additions & 0 deletions examples/hono-cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @repo/hono-cjs

## 0.0.2

### Patch Changes

<details><summary>Updated 1 dependency</summary>

<small>

[`6fdbb69`](https://github.com/gekorm/better-auth-harmony/commit/6fdbb6924c6b5aefdac307abdd18b71f9200044a)

</small>

- `better-auth-harmony@1.3.2`

</details>

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/hono-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/hono-cjs",
"version": "0.0.1",
"version": "0.0.2",
"type": "commonjs",
"main": "index.js",
"private": true,
Expand Down
16 changes: 16 additions & 0 deletions examples/hono-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @repo/hono-esm

## 0.0.2

### Patch Changes

<details><summary>Updated 1 dependency</summary>

<small>

[`6fdbb69`](https://github.com/gekorm/better-auth-harmony/commit/6fdbb6924c6b5aefdac307abdd18b71f9200044a)

</small>

- `better-auth-harmony@1.3.2`

</details>

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/hono-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/hono-esm",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"main": "index.js",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# better-auth-harmony

## 1.3.2

### Patch Changes

- Fix normalized email login failure (#57 thanks @Harsh-Betty !)
_[`6fdbb69`](https://github.com/gekorm/better-auth-harmony/commit/6fdbb6924c6b5aefdac307abdd18b71f9200044a)
[@GeKorm](https://github.com/GeKorm)_

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-auth-harmony",
"version": "1.3.1",
"version": "1.3.2",
"author": "George Kormaris <npm@gekorm.com>",
"description": "Validation and normalization for better-auth",
"type": "module",
Expand Down