Skip to content

Commit

Permalink
CI: Release (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucythecat authored Jun 23, 2023
1 parent 0f885b7 commit 606a596
Show file tree
Hide file tree
Showing 24 changed files with 64 additions and 480 deletions.
6 changes: 0 additions & 6 deletions .auri/$0qvh9c97.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

8 changes: 7 additions & 1 deletion 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.0-beta.2

### Patch changes

- [#768](https://github.com/pilcrowOnPaper/lucia/pull/768) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 3.0.0-beta.1

### Patch changes
Expand Down Expand Up @@ -116,4 +122,4 @@

## 0.1.2

- Update peer dependency
- Update peer dependency
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.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.2",
"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.2","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.2","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"}}
8 changes: 7 additions & 1 deletion 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.3

### Patch changes

- [#768](https://github.com/pilcrowOnPaper/lucia/pull/768) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.2

### Patch changes
Expand Down Expand Up @@ -34,4 +40,4 @@

### Minor changes

- [#562](https://github.com/pilcrowOnPaper/lucia/pull/562) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Add PlanetScale serverless adapter
- [#562](https://github.com/pilcrowOnPaper/lucia/pull/562) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Add PlanetScale serverless adapter
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.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.2",
"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.3","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.2","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"}}
8 changes: 7 additions & 1 deletion 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.2

### Patch changes

- [#768](https://github.com/pilcrowOnPaper/lucia/pull/768) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.1

### Patch changes
Expand All @@ -20,4 +26,4 @@

### Patch changes

- [#626](https://github.com/pilcrowOnPaper/lucia/pull/626) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Clean up adapter internals and remove rogue `console.log()`
- [#626](https://github.com/pilcrowOnPaper/lucia/pull/626) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Clean up adapter internals and remove rogue `console.log()`
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.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.2",
"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.2","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.2","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"}}
8 changes: 7 additions & 1 deletion packages/adapter-prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lucia-auth/adapter-prisma

## 3.0.0-beta.2

### Patch changes

- [#768](https://github.com/pilcrowOnPaper/lucia/pull/768) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 3.0.0-beta.1

### Major changes
Expand Down Expand Up @@ -114,4 +120,4 @@

## 0.1.2

- Update peer dependency
- Update peer dependency
54 changes: 1 addition & 53 deletions packages/adapter-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1 @@
{
"name": "@lucia-auth/adapter-prisma",
"version": "3.0.0-beta.1",
"description": "Prisma 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",
"test-setup": "prisma db push",
"auri.build": "pnpm build"
},
"keywords": [
"lucia",
"prisma",
"lucia",
"auth",
"postgres",
"mysql",
"sqlite",
"authentication",
"adapter",
"sql",
"postgresql"
],
"repository": {
"type": "git",
"url": "https://github.com/pilcrowOnPaper/lucia",
"directory": "packages/adapter-prisma"
},
"author": "pilcrowonpaper",
"license": "MIT",
"exports": {
".": "./dist/index.js"
},
"peerDependencies": {
"@prisma/client": "^4.2.0",
"lucia": "2.0.0-beta.2"
},
"devDependencies": {
"lucia": "latest",
"@lucia-auth/adapter-test": "latest",
"@prisma/client": "^4.9.0",
"prisma": "^4.9.0",
"tsx": "^3.12.6"
}
}
{"name":"@lucia-auth/adapter-prisma","version":"3.0.0-beta.2","description":"Prisma 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","test-setup":"prisma db push","auri.build":"pnpm build"},"keywords":["lucia","prisma","lucia","auth","postgres","mysql","sqlite","authentication","adapter","sql","postgresql"],"repository":{"type":"git","url":"https://github.com/pilcrowOnPaper/lucia","directory":"packages/adapter-prisma"},"author":"pilcrowonpaper","license":"MIT","exports":{".":"./dist/index.js"},"peerDependencies":{"@prisma/client":"^4.2.0","lucia":"2.0.0-beta.2"},"devDependencies":{"lucia":"latest","@lucia-auth/adapter-test":"latest","@prisma/client":"^4.9.0","prisma":"^4.9.0","tsx":"^3.12.6"}}
8 changes: 7 additions & 1 deletion packages/adapter-session-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lucia-auth/adapter-session-redis

## 2.0.0-beta.2

### Patch changes

- [#768](https://github.com/pilcrowOnPaper/lucia/pull/768) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.1

### Patch changes
Expand Down Expand Up @@ -54,4 +60,4 @@

### Patch changes

- [#381](https://github.com/pilcrowOnPaper/lucia/pull/381) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update links in README and package.json
- [#381](https://github.com/pilcrowOnPaper/lucia/pull/381) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update links in README and package.json
Loading

1 comment on commit 606a596

@vercel
Copy link

@vercel vercel bot commented on 606a596 Jun 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.