From 60dc6b74b9387058c5e1c73d25309a6bfeafb149 Mon Sep 17 00:00:00 2001 From: "Lucy (bot)" <126932300+lucythecat@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:59:28 +0900 Subject: [PATCH] CI: Release (#1232) --- .auri/$9ry8sulh.md | 6 ------ .auri/$avmnsr2u.md | 6 ------ packages/adapter-postgresql/CHANGELOG.md | 6 ++++++ packages/adapter-postgresql/package.json | 2 +- packages/oauth/CHANGELOG.md | 6 ++++++ packages/oauth/package.json | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 .auri/$9ry8sulh.md delete mode 100644 .auri/$avmnsr2u.md diff --git a/.auri/$9ry8sulh.md b/.auri/$9ry8sulh.md deleted file mode 100644 index 15a4f06b1..000000000 --- a/.auri/$9ry8sulh.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "@lucia-auth/adapter-postgresql" # package name -type: "patch" # "major", "minor", "patch" ---- - -Stop escaping table names with a schema defined \ No newline at end of file diff --git a/.auri/$avmnsr2u.md b/.auri/$avmnsr2u.md deleted file mode 100644 index cfa1bba70..000000000 --- a/.auri/$avmnsr2u.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -package: "@lucia-auth/oauth" -type: "minor" ---- - -Add `serverUrl` param to `GitlabAuth` config diff --git a/packages/adapter-postgresql/CHANGELOG.md b/packages/adapter-postgresql/CHANGELOG.md index 8d58aa620..36a2228cb 100644 --- a/packages/adapter-postgresql/CHANGELOG.md +++ b/packages/adapter-postgresql/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/adapter-postgresql +## 2.0.2 + +### Patch changes + +- [#1237](https://github.com/lucia-auth/lucia/pull/1237) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Stop escaping table names with a schema defined + ## 2.0.1 ### Patch changes diff --git a/packages/adapter-postgresql/package.json b/packages/adapter-postgresql/package.json index 2bac7e385..2851e1616 100644 --- a/packages/adapter-postgresql/package.json +++ b/packages/adapter-postgresql/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/adapter-postgresql", - "version": "2.0.1", + "version": "2.0.2", "description": "PostgreSQL adapter for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/oauth/CHANGELOG.md b/packages/oauth/CHANGELOG.md index d2a3131a6..4833e2766 100644 --- a/packages/oauth/CHANGELOG.md +++ b/packages/oauth/CHANGELOG.md @@ -1,5 +1,11 @@ # @lucia-auth/oauth +## 3.4.0 + +### Minor changes + +- [#1230](https://github.com/lucia-auth/lucia/pull/1230) by [@andr35](https://github.com/andr35) : Add `serverUrl` param to `GitlabAuth` config + ## 3.3.2 ### Patch changes diff --git a/packages/oauth/package.json b/packages/oauth/package.json index afb5a8e38..81a5dcd9b 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@lucia-auth/oauth", - "version": "3.3.2", + "version": "3.4.0", "description": "OAuth integration for Lucia", "main": "dist/index.js", "types": "dist/index.d.ts",