Skip to content

Commit 15c8c74

Browse files
committed
v0.3.11
1 parent 9aed4a8 commit 15c8c74

File tree

8 files changed

+37
-5
lines changed

8 files changed

+37
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.11 (2023-02-13)
7+
8+
**Note:** Version bump only for package oauth2-server-redwood
9+
10+
11+
12+
13+
614
## 0.0.1 (2022-12-21)
715

816
**Note:** Version bump only for package keyp-oauth2-server

api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.11 (2023-02-13)
7+
8+
**Note:** Version bump only for package api
9+
10+
11+
12+
13+
614
## 0.0.1 (2022-12-21)
715

816
**Note:** Version bump only for package api

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.3.10",
3+
"version": "0.3.11",
44
"private": true,
55
"dependencies": {
66
"@babel/preset-typescript": "^7.18.6",
@@ -10,7 +10,7 @@
1010
"@sentry/node": "^7.24.2",
1111
"@sentry/tracing": "^7.24.2",
1212
"express": "^4.18.2",
13-
"oauth2-server-redwood": "^0.3.10",
13+
"oauth2-server-redwood": "^0.3.11",
1414
"pkce-challenge": "^3.0.0",
1515
"serverless-http": "^3.1.0"
1616
},

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.3.10"
4+
"version": "0.3.11"
55
}

packages/oauth2-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.11 (2023-02-13)
7+
8+
**Note:** Version bump only for package oauth2-server-redwood
9+
10+
11+
12+
13+
614
## 0.0.1 (2022-12-21)
715

816
**Note:** Version bump only for package @usekeyp/oauth2-server

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.3.10",
3+
"version": "0.3.11",
44
"description": "",
55
"module": "dist/index.js",
66
"main": "dist/index.js",

web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 0.3.11 (2023-02-13)
7+
8+
**Note:** Version bump only for package web
9+
10+
11+
12+
13+
614
## 0.0.1 (2022-12-21)
715

816
**Note:** Version bump only for package web

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"private": true,
55
"browserslist": {
66
"development": [

0 commit comments

Comments
 (0)