Skip to content

Commit

Permalink
Release auth helper libraries (#1001)
Browse files Browse the repository at this point in the history
- `@edgedb/auth-express` 0.2.1
- `@edgedb/auth-nextjs` 0.3.1
- `@edgedb/auth-remix` 0.2.1
- `@edgedb/auth-sveltekit` 0.2.1
  • Loading branch information
scotttrinh committed May 4, 2024
1 parent d4a041f commit c46ea2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/auth-express/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edgedb/auth-express",
"description": "Helper library to integrate the EdgeDB Auth extension with Express",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"author": "EdgeDB <info@edgedb.com>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edgedb/auth-nextjs",
"description": "Helper library to integrate the EdgeDB Auth extension with Next.js",
"version": "0.3.0",
"version": "0.3.1",
"author": "EdgeDB <info@edgedb.com>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edgedb/auth-remix",
"description": "Helper library to integrate the EdgeDB Auth extension with Remix",
"version": "0.2.0",
"version": "0.2.1",
"author": "EdgeDB <info@edgedb.com>",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@edgedb/auth-sveltekit",
"description": "Helper library to integrate the EdgeDB Auth extension with Sveltekit.",
"version": "0.2.0",
"version": "0.2.1",
"author": "EdgeDB <info@edgedb.com>",
"type": "module",
"repository": {
Expand Down

0 comments on commit c46ea2c

Please sign in to comment.