Skip to content

Commit 580567a

Browse files
committed
v0.2.0
1 parent 57942f7 commit 580567a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "0.1.2-0.1.2-alpha.3.0",
3+
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
66
"@babel/preset-typescript": "^7.18.6",
@@ -9,7 +9,7 @@
99
"@sentry/node": "^7.24.2",
1010
"@sentry/tracing": "^7.24.2",
1111
"express": "^4.18.2",
12-
"oauth2-server-redwood": "^0.1.2-0.1.2-alpha.3.0",
12+
"oauth2-server-redwood": "^0.2.0",
1313
"pkce-challenge": "^3.0.0",
1414
"serverless-http": "^3.1.0"
1515
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useWorkspaces": true,
4-
"version": "0.1.2-0.1.2-alpha.3.0"
4+
"version": "0.2.0"
55
}

packages/oauth2-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth2-server-redwood",
3-
"version": "0.1.2-0.1.2-alpha.3.0",
3+
"version": "0.2.0",
44
"description": "",
55
"module": "dist/index.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)