Skip to content

Commit

Permalink
Release auth-core and auth-remix v0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Mar 25, 2024
1 parent 8ea7932 commit 5da118a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/auth-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@edgedb/auth-core",
"description": "Core helper library for the EdgeDB Auth extension",
"version": "0.1.0",
"version": "0.2.0-beta.1",
"author": "EdgeDB <info@edgedb.com>",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-remix/package.json
@@ -1,7 +1,7 @@
{
"name": "@edgedb/auth-remix",
"description": "Helper library to integrate the EdgeDB Auth extension with Remix",
"version": "0.1.0",
"version": "0.2.0-beta.1",
"author": "EdgeDB <info@edgedb.com>",
"type": "module",
"repository": {
Expand All @@ -27,7 +27,7 @@
"edgedb": "^1.3.6"
},
"dependencies": {
"@edgedb/auth-core": "^0.1.0",
"@edgedb/auth-core": "^0.2.0-beta.1",
"@remix-run/server-runtime": "^2.3.1",
"cookie": "^0.6.0"
},
Expand Down

0 comments on commit 5da118a

Please sign in to comment.