Skip to content

Commit

Permalink
fix changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowOnPaper committed Mar 9, 2024
1 parent 4bca25f commit 85373d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/adapter-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @lucia-auth/adapter-mysql

## 3.0.2

- PlanetScale adapter accepts both `Client` and `Connection` ([#1459](https://github.com/lucia-auth/lucia/pull/1459)).

## 3.0.1

- Update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-mysql",
"version": "3.0.1",
"version": "3.0.2",
"description": "MySQL adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 0 additions & 4 deletions packages/adapter-postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# @lucia-auth/adapter-postgresql

## 3.1.2

- PlanetScale adapter accepts both `Client` and `Connection` ([#1459](https://github.com/lucia-auth/lucia/pull/1459)).

## 3.1.1

- Update dependencies.
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-postgresql",
"version": "3.1.2",
"version": "3.1.1",
"description": "PostgreSQL adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 85373d0

Please sign in to comment.