From 0ffb7ab09c3ed4b768590976fd2a312c76f2a234 Mon Sep 17 00:00:00 2001 From: "Lucy (bot)" <126932300+lucythecat@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:11:22 +0900 Subject: [PATCH] CI: Release (#1620) --- .auri/$22fxc9cy.md | 6 ------ docs/pages/database/index.md | 4 ++-- packages/adapter-sqlite/CHANGELOG.md | 6 ++++++ packages/adapter-sqlite/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 .auri/$22fxc9cy.md diff --git a/.auri/$22fxc9cy.md b/.auri/$22fxc9cy.md deleted file mode 100644 index b99f92e40..000000000 --- a/.auri/$22fxc9cy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "@lucia-auth/adapter-sqlite" # package name -type: "patch" # "major", "minor", "patch" ---- - -Update `better-sqlite3` peer dependency \ No newline at end of file diff --git a/docs/pages/database/index.md b/docs/pages/database/index.md index 8da379845..120f36bfe 100644 --- a/docs/pages/database/index.md +++ b/docs/pages/database/index.md @@ -32,5 +32,5 @@ Refer to these guides on setting up your database, ORMs, and query builders: These adapters are not routinely checked by the maintainers of Lucia. Make sure to check the source code and use them at your own risk! -- [Astro DB adapter by Pilcrow](https://github.com/pilcrowOnPaper/lucia-adapter-astrodb) -- [DynamoDB adapter by GNK Softworks](https://github.com/gnk-softworks/lucia-dynamodb-adapter) +- [Astro DB adapter by Pilcrow](https://github.com/pilcrowOnPaper/lucia-adapter-astrodb) +- [DynamoDB adapter by GNK Softworks](https://github.com/gnk-softworks/lucia-dynamodb-adapter) diff --git a/packages/adapter-sqlite/CHANGELOG.md b/packages/adapter-sqlite/CHANGELOG.md index 1adf4c4d8..db12af0a6 100644 --- a/packages/adapter-sqlite/CHANGELOG.md +++ b/packages/adapter-sqlite/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/adapter-sqlite +## 3.0.2 + +### Patch changes + +- [#1619](https://github.com/lucia-auth/lucia/pull/1619) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update `better-sqlite3` peer dependency + ## 3.0.1 - Update dependencies diff --git a/packages/adapter-sqlite/package.json b/packages/adapter-sqlite/package.json index 47f8dc717..e4e7d3edb 100644 --- a/packages/adapter-sqlite/package.json +++ b/packages/adapter-sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/adapter-sqlite", - "version": "3.0.1", + "version": "3.0.2", "description": "SQLite adapter for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts",