diff --git a/.auri/$rwuelhob.md b/.auri/$rwuelhob.md deleted file mode 100644 index 080e519d2..000000000 --- a/.auri/$rwuelhob.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "@lucia-auth/adapter-test" # package name -type: "patch" # "major", "minor", "patch" ---- - -Update dependencies. \ No newline at end of file diff --git a/.auri/$ymtw2zct.md b/.auri/$ymtw2zct.md deleted file mode 100644 index 5b9626f43..000000000 --- a/.auri/$ymtw2zct.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/adapter-test/CHANGELOG.md b/packages/adapter-test/CHANGELOG.md index 0941ff460..6c36f9c62 100644 --- a/packages/adapter-test/CHANGELOG.md +++ b/packages/adapter-test/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/adapter-test +## 5.0.2 + +### Patch changes + +- [#1708](https://github.com/lucia-auth/lucia/pull/1708) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update dependencies. + ## 5.0.1 - Update dependencies diff --git a/packages/adapter-test/package.json b/packages/adapter-test/package.json index 45c54e380..c21316a0a 100644 --- a/packages/adapter-test/package.json +++ b/packages/adapter-test/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/adapter-test", - "version": "5.0.1", + "version": "5.0.2", "description": "Testing module for Lucia database adapters", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/lucia/CHANGELOG.md b/packages/lucia/CHANGELOG.md index 62b4879db..f97671a29 100644 --- a/packages/lucia/CHANGELOG.md +++ b/packages/lucia/CHANGELOG.md @@ -1,5 +1,11 @@ # lucia +## 3.2.1 + +### Patch changes + +- [#1708](https://github.com/lucia-auth/lucia/pull/1708) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update dependencies. + ## 3.2.0 ### Minor changes diff --git a/packages/lucia/package.json b/packages/lucia/package.json index c94bdb466..9ed405887 100644 --- a/packages/lucia/package.json +++ b/packages/lucia/package.json @@ -1,6 +1,6 @@ { "name": "lucia", - "version": "3.2.0", + "version": "3.2.1", "description": "A simple and flexible authentication library", "main": "dist/index.js", "types": "dist/index.d.ts",