Skip to content

Commit a06ea0b

Browse files
committed
1.0.0 on both packages!
1 parent 5b6b67b commit a06ea0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spoonjoy/redwoodjs-dbauth-oauth-api",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "Server-side OAuth communication and database management for RedwoodJS projects using dbAuth. Follows the dbAuth integration pattern and reuses some of its functionality and configurations.",
55
"author": "Ari Mendelow <ari@spoonjoy.app>",
66
"homepage": "https://github.com/spoonjoy/redwoodjs-dbauth-oauth/tree/main/api",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spoonjoy/redwoodjs-dbauth-oauth-web",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Client-side OAuth integration for RedwoodJS projects using dbAuth. Also includes ready-to-use buttons for signup/login/link/unlink operations.",
55
"author": "Ari Mendelow <ari@spoonjoy.app>",
66
"homepage": "https://github.com/spoonjoy/redwoodjs-dbauth-oauth/tree/main/web",

0 commit comments

Comments
 (0)