From ee7dd23ba446f6e4c37ee71e042af96eb99250d2 Mon Sep 17 00:00:00 2001 From: "Lucy (bot)" <126932300+lucythecat@users.noreply.github.com> Date: Sun, 7 Jan 2024 11:24:24 +0900 Subject: [PATCH] CI: Release (#1328) --- .auri/$skstsn5z.md | 7 ------- packages/oauth/CHANGELOG.md | 6 ++++++ packages/oauth/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .auri/$skstsn5z.md diff --git a/.auri/$skstsn5z.md b/.auri/$skstsn5z.md deleted file mode 100644 index b4debc59e..000000000 --- a/.auri/$skstsn5z.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -package: "@lucia-auth/oauth" # package name -type: "patch" # "major", "minor", "patch" -pull: "1323" ---- - -Fix Dropbox provider \ No newline at end of file diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 3967ba311..6c2aa7edc 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/oauth +## 3.5.1 + +### Patch changes + +- [#1323](https://github.com/lucia-auth/lucia/pull/1323) by [@NuttyShrimp](https://github.com/NuttyShrimp) : Fix Dropbox provider + ## 3.5.0 ### Minor changes diff --git a/packages/oauth/package.json b/packages/oauth/package.json index 773ea313f..83ed630fc 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/oauth", - "version": "3.5.0", + "version": "3.5.1", "description": "OAuth integration for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts",