Skip to content

Commit

Permalink
CI: Release (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucythecat authored Nov 11, 2023
1 parent 93cb522 commit b238569
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 47 deletions.
6 changes: 0 additions & 6 deletions .auri/$4u4hf1ka.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions .auri/$qxgfzmll.md

This file was deleted.

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

This file was deleted.

6 changes: 6 additions & 0 deletions packages/adapter-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lucia-auth/adapter-mongoose

## 3.0.1

### Patch changes

- [#1248](https://github.com/lucia-auth/lucia/pull/1248) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependencies

## 3.0.0

### Major changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-mongoose",
"version": "3.0.0",
"version": "3.0.1",
"description": "Mongoose (MongoDB) adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/lucia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# lucia

## 2.7.4

### Patch changes

- [#1250](https://github.com/lucia-auth/lucia/pull/1250) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Revert #1158

- [#1256](https://github.com/lucia-auth/lucia/pull/1256) by [@FredTreg](https://github.com/FredTreg) : Allow debug message to be displayed when request origin not available

- [#1254](https://github.com/lucia-auth/lucia/pull/1254) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Remove unused `svelte` field from `package.json`

- [#1250](https://github.com/lucia-auth/lucia/pull/1250) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Remove `nanoid` dependency

## 2.7.3

### Patch changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lucia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lucia",
"version": "2.7.3",
"version": "2.7.4",
"description": "A simple and flexible authentication library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lucia-auth/oauth

## 3.5.0

### Minor changes

- [#1165](https://github.com/lucia-auth/lucia/pull/1165) by [@Ed1ks](https://github.com/Ed1ks) : Adds Keycloak Provider

- [#1207](https://github.com/lucia-auth/lucia/pull/1207) by [@sjunepark](https://github.com/sjunepark) : Add Kakao provider

## 3.4.0

### Minor 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.4.0",
"version": "3.5.0",
"description": "OAuth integration for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/oauth/src/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export type {
GoogleUserAuth
} from "./google.js";


export { kakao } from "./kakao.js";
export type {
KakaoAuth,
Expand Down

0 comments on commit b238569

Please sign in to comment.