Skip to content

Commit

Permalink
CI: Release (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucythecat authored Nov 3, 2023
1 parent 684bff1 commit 60dc6b7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .auri/$9ry8sulh.md

This file was deleted.

6 changes: 0 additions & 6 deletions .auri/$avmnsr2u.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/adapter-postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 60dc6b7

Please sign in to comment.