From aba44f9bbf4323a574719dcc18cd7c4de37994ec Mon Sep 17 00:00:00 2001 From: "Lucy (bot)" <126932300+lucythecat@users.noreply.github.com> Date: Sat, 28 Oct 2023 19:07:03 +0900 Subject: [PATCH] CI: Release (#1218) --- .auri/$10bcw0d7.md | 5 ----- .auri/$15w731jp.md | 6 ------ .auri/$d2qojx1e.md | 6 ------ packages/lucia/CHANGELOG.md | 8 ++++++++ packages/lucia/package.json | 2 +- packages/oauth/CHANGELOG.md | 6 ++++++ packages/oauth/package.json | 2 +- 7 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 .auri/$10bcw0d7.md delete mode 100644 .auri/$15w731jp.md delete mode 100644 .auri/$d2qojx1e.md diff --git a/.auri/$10bcw0d7.md b/.auri/$10bcw0d7.md deleted file mode 100644 index d46eeb030..000000000 --- a/.auri/$10bcw0d7.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -package: "@lucia-auth/oauth" -type: "patch" ---- -Fix `DiscordUser` \ No newline at end of file diff --git a/.auri/$15w731jp.md b/.auri/$15w731jp.md deleted file mode 100644 index ae7c033d2..000000000 --- a/.auri/$15w731jp.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "lucia" # package name -type: "patch" # "major", "minor", "patch" ---- - -Fix `express()` middleware setting incorrect `Max-Age` cookie attribute \ No newline at end of file diff --git a/.auri/$d2qojx1e.md b/.auri/$d2qojx1e.md deleted file mode 100644 index 91dd5ee21..000000000 --- a/.auri/$d2qojx1e.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "lucia" # package name -type: "patch" # "major", "minor", "patch" ---- - -Update dependencies \ No newline at end of file diff --git a/packages/lucia/CHANGELOG.md b/packages/lucia/CHANGELOG.md index e20adf765..16b710b3f 100644 --- a/packages/lucia/CHANGELOG.md +++ b/packages/lucia/CHANGELOG.md @@ -1,5 +1,13 @@ # lucia +## 2.7.3 + +### Patch changes + +- [#1217](https://github.com/lucia-auth/lucia/pull/1217) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix `express()` middleware setting incorrect `Max-Age` cookie attribute + +- [#1158](https://github.com/lucia-auth/lucia/pull/1158) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update dependencies + ## 2.7.2 ### Patch changes diff --git a/packages/lucia/package.json b/packages/lucia/package.json index 0874d6bdc..e36c45082 100644 --- a/packages/lucia/package.json +++ b/packages/lucia/package.json @@ -1,6 +1,6 @@ { "name": "lucia", - "version": "2.7.2", + "version": "2.7.3", "description": "A simple and flexible authentication library", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index 0a5128c15..d2a3131a6 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/oauth +## 3.3.2 + +### Patch changes + +- [#1226](https://github.com/lucia-auth/lucia/pull/1226) by [@nlfmt](https://github.com/nlfmt) : Fix `DiscordUser` + ## 3.3.1 ### Patch changes diff --git a/packages/oauth/package.json b/packages/oauth/package.json index c8feaa5af..afb5a8e38 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/oauth", - "version": "3.3.1", + "version": "3.3.2", "description": "OAuth integration for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts",