Skip to content

Commit

Permalink
Release auth-core and auth-remix v0.2.0-beta.1 (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Mar 25, 2024
1 parent 8ea7932 commit 99af25e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.8.4",
"edgedb": "^1.3.6",
"edgedb": "^1.4.0",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-express/package.json
Expand Up @@ -39,6 +39,6 @@
"express": "^4.18.2"
},
"dependencies": {
"@edgedb/auth-core": "0.1.0"
"@edgedb/auth-core": "0.2.0-beta.1"
}
}
2 changes: 1 addition & 1 deletion packages/auth-nextjs/package.json
Expand Up @@ -36,6 +36,6 @@
"next": ">=13.5.6 <15.0.0"
},
"dependencies": {
"@edgedb/auth-core": "0.1.0"
"@edgedb/auth-core": "0.2.0-beta.1"
}
}
6 changes: 3 additions & 3 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 @@ -20,14 +20,14 @@
},
"devDependencies": {
"@types/node": "^20.8.4",
"edgedb": "^1.3.6",
"edgedb": "^1.4.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"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
2 changes: 1 addition & 1 deletion packages/auth-sveltekit/package.json
Expand Up @@ -30,7 +30,7 @@
"edgedb": "^1.3.6"
},
"dependencies": {
"@edgedb/auth-core": "^0.1.0"
"@edgedb/auth-core": "^0.2.0-beta.1"
},
"exports": {
"./*": "./dist/*.js"
Expand Down

0 comments on commit 99af25e

Please sign in to comment.