Skip to content

Commit

Permalink
CI: Release (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucythecat authored Jun 21, 2023
1 parent 7fb6319 commit bb54061
Show file tree
Hide file tree
Showing 33 changed files with 84 additions and 678 deletions.
6 changes: 0 additions & 6 deletions .auri/$5781xgg9.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

## 3.0.0-beta.1

### Patch changes

- [#756](https://github.com/pilcrowOnPaper/lucia/pull/756) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix peer dependency version

## 3.0.0-beta.0

### Major changes

- [#682](https://github.com/pilcrowOnPaper/lucia/pull/682) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Require `lucia@^2.0.0`

- Export adapter as named exports (`mongoose()`)

- Update adapter params

## 2.0.0
Expand Down
50 changes: 1 addition & 49 deletions packages/adapter-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1 @@
{
"name": "@lucia-auth/adapter-mongoose",
"version": "3.0.0-beta.0",
"description": "Mongoose (MongoDB) adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"type": "module",
"files": [
"/dist/",
"CHANGELOG.md"
],
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"test": "tsx test/index.ts",
"auri.build": "pnpm build"
},
"keywords": [
"lucia",
"lucia",
"auth",
"authentication",
"adapter",
"mongodb",
"mongo",
"mongoose"
],
"repository": {
"type": "git",
"url": "https://github.com/pilcrowOnPaper/lucia",
"directory": "packages/adapter-mongoose"
},
"author": "pilcrowonpaper",
"license": "MIT",
"exports": {
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "^2.0.0@beta",
"mongoose": "6.x - 7.x"
},
"devDependencies": {
"@lucia-auth/adapter-test": "latest",
"dotenv": "^16.0.3",
"tsx": "^3.12.6",
"mongoose": "^6.6.1",
"lucia": "latest"
}
}
{"name":"@lucia-auth/adapter-mongoose","version":"3.0.0-beta.1","description":"Mongoose (MongoDB) adapter for Lucia","main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.js","type":"module","files":["/dist/","CHANGELOG.md"],"scripts":{"build":"shx rm -rf ./dist/* && tsc","test":"tsx test/index.ts","auri.build":"pnpm build"},"keywords":["lucia","lucia","auth","authentication","adapter","mongodb","mongo","mongoose"],"repository":{"type":"git","url":"https://github.com/pilcrowOnPaper/lucia","directory":"packages/adapter-mongoose"},"author":"pilcrowonpaper","license":"MIT","exports":{".":"./dist/index.js"},"peerDependencies":{"lucia":"^2.0.0@beta","mongoose":"6.x - 7.x"},"devDependencies":{"@lucia-auth/adapter-test":"latest","dotenv":"^16.0.3","tsx":"^3.12.6","mongoose":"^6.6.1","lucia":"latest"}}
6 changes: 6 additions & 0 deletions packages/adapter-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lucia-auth/adapter-mysql

## 2.0.0-beta.2

### Patch changes

- [#756](https://github.com/pilcrowOnPaper/lucia/pull/756) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix peer dependency version

## 2.0.0-beta.1

- [#731](https://github.com/pilcrowOnPaper/lucia/pull/731) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix internal imports
Expand Down
63 changes: 1 addition & 62 deletions packages/adapter-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1 @@
{
"name": "@lucia-auth/adapter-mysql",
"version": "2.0.0-beta.1",
"description": "MySQL adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"type": "module",
"files": [
"/dist/",
"CHANGELOG.md"
],
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"test.mysql2": "tsx test/mysql2/index.ts",
"test.planetscale": "tsx test/planetscale/index.ts",
"test-setup.planetscale": "tsx test/planetscale/setup.ts",
"test-setup.mysql2": "tsx test/mysql2/setup.ts",
"auri.build": "pnpm build"
},
"keywords": [
"lucia",
"auth",
"mysql2",
"mysql",
"planetscale",
"authentication",
"adapter",
"sql"
],
"repository": {
"type": "git",
"url": "https://github.com/pilcrowOnPaper/lucia",
"directory": "packages/adapter-mysql"
},
"author": "pilcrowonpaper",
"license": "MIT",
"exports": {
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "^2.0.0@beta",
"mysql2": "^3.0.0",
"@planetscale/database": "^1.0.0"
},
"peerDependenciesMeta": {
"mysql2": {
"optional": true
},
"@planetscale/database": {
"optional": true
}
},
"devDependencies": {
"@lucia-auth/adapter-test": "latest",
"@planetscale/database": "^1.7.0",
"dotenv": "^16.0.3",
"lucia": "latest",
"mysql2": "^3.2.3",
"tsx": "^3.12.6"
}
}
{"name":"@lucia-auth/adapter-mysql","version":"2.0.0-beta.2","description":"MySQL adapter for Lucia","main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.js","type":"module","files":["/dist/","CHANGELOG.md"],"scripts":{"build":"shx rm -rf ./dist/* && tsc","test.mysql2":"tsx test/mysql2/index.ts","test.planetscale":"tsx test/planetscale/index.ts","test-setup.planetscale":"tsx test/planetscale/setup.ts","test-setup.mysql2":"tsx test/mysql2/setup.ts","auri.build":"pnpm build"},"keywords":["lucia","auth","mysql2","mysql","planetscale","authentication","adapter","sql"],"repository":{"type":"git","url":"https://github.com/pilcrowOnPaper/lucia","directory":"packages/adapter-mysql"},"author":"pilcrowonpaper","license":"MIT","exports":{".":"./dist/index.js"},"peerDependencies":{"lucia":"^2.0.0@beta","mysql2":"^3.0.0","@planetscale/database":"^1.0.0"},"peerDependenciesMeta":{"mysql2":{"optional":true},"@planetscale/database":{"optional":true}},"devDependencies":{"@lucia-auth/adapter-test":"latest","@planetscale/database":"^1.7.0","dotenv":"^16.0.3","lucia":"latest","mysql2":"^3.2.3","tsx":"^3.12.6"}}
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.0-beta.1

### Patch changes

- [#756](https://github.com/pilcrowOnPaper/lucia/pull/756) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix peer dependency version

## 2.0.0-beta.0

### Major changes
Expand Down
61 changes: 1 addition & 60 deletions packages/adapter-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,60 +1 @@
{
"name": "@lucia-auth/adapter-postgresql",
"version": "2.0.0-beta.0",
"description": "PostgreSQL adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"type": "module",
"files": [
"/dist/",
"CHANGELOG.md"
],
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"test.pg": "tsx test/pg/index.ts",
"test-setup.pg": "tsx test/pg/setup.ts",
"auri.build": "pnpm build"
},
"keywords": [
"lucia",
"lucia",
"auth",
"pg",
"postgresql",
"authentication",
"adapter",
"sql",
"kysely",
"drizzle"
],
"repository": {
"type": "git",
"url": "https://github.com/pilcrowOnPaper/lucia",
"directory": "packages/adapter-postgresql"
},
"author": "pilcrowonpaper",
"license": "MIT",
"exports": {
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "^2.0.0@beta",
"pg": "^8.0.0"
},
"peerDependenciesMeta": {
"pg": {
"optional": true
}
},
"devDependencies": {
"@lucia-auth/adapter-test": "latest",
"@types/pg": "^8.6.5",
"dotenv": "^16.0.3",
"lucia": "latest",
"tsx": "^3.12.6"
},
"dependencies": {
"pg": "^8.8.0"
}
}
{"name":"@lucia-auth/adapter-postgresql","version":"2.0.0-beta.1","description":"PostgreSQL adapter for Lucia","main":"dist/index.js","types":"dist/index.d.ts","module":"dist/index.js","type":"module","files":["/dist/","CHANGELOG.md"],"scripts":{"build":"shx rm -rf ./dist/* && tsc","test.pg":"tsx test/pg/index.ts","test-setup.pg":"tsx test/pg/setup.ts","auri.build":"pnpm build"},"keywords":["lucia","lucia","auth","pg","postgresql","authentication","adapter","sql","kysely","drizzle"],"repository":{"type":"git","url":"https://github.com/pilcrowOnPaper/lucia","directory":"packages/adapter-postgresql"},"author":"pilcrowonpaper","license":"MIT","exports":{".":"./dist/index.js"},"peerDependencies":{"lucia":"^2.0.0@beta","pg":"^8.0.0"},"peerDependenciesMeta":{"pg":{"optional":true}},"devDependencies":{"@lucia-auth/adapter-test":"latest","@types/pg":"^8.6.5","dotenv":"^16.0.3","lucia":"latest","tsx":"^3.12.6"},"dependencies":{"pg":"^8.8.0"}}
12 changes: 12 additions & 0 deletions packages/adapter-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
# @lucia-auth/adapter-prisma

## 3.0.0-beta.1

### Major changes

- [#755](https://github.com/pilcrowOnPaper/lucia/pull/755) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update `prisma()` parameters

### Patch changes

- [#756](https://github.com/pilcrowOnPaper/lucia/pull/756) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix peer dependency version

## 3.0.0-beta.0

### Major changes

- [#682](https://github.com/pilcrowOnPaper/lucia/pull/682) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Require `lucia@^2.0.0`

- Export adapter as named exports (`prisma()`)

- Update adapter params

## 2.0.0
Expand Down
Loading

0 comments on commit bb54061

Please sign in to comment.