Skip to content

Commit

Permalink
v0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Feb 15, 2023
1 parent 3253fca commit 937feee
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.12 (2023-02-15)

**Note:** Version bump only for package oauth2-server-redwood





## 0.3.11 (2023-02-13)

**Note:** Version bump only for package oauth2-server-redwood
Expand Down
8 changes: 8 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.12 (2023-02-15)

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





## 0.3.11 (2023-02-13)

**Note:** Version bump only for package api
Expand Down
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.3.11",
"version": "0.3.12",
"private": true,
"dependencies": {
"@babel/preset-typescript": "^7.18.6",
Expand All @@ -10,7 +10,7 @@
"@sentry/node": "^7.24.2",
"@sentry/tracing": "^7.24.2",
"express": "^4.18.2",
"oauth2-server-redwood": "^0.3.11",
"oauth2-server-redwood": "^0.3.12",
"pkce-challenge": "^3.0.0",
"serverless-http": "^3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.3.11"
"version": "0.3.12"
}
8 changes: 8 additions & 0 deletions packages/oauth2-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.12 (2023-02-15)

**Note:** Version bump only for package oauth2-server-redwood





## 0.3.11 (2023-02-13)

**Note:** Version bump only for package oauth2-server-redwood
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth2-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oauth2-server-redwood",
"version": "0.3.11",
"version": "0.3.12",
"description": "",
"module": "dist/index.js",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.3.12 (2023-02-15)

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





## 0.3.11 (2023-02-13)

**Note:** Version bump only for package web
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.3.11",
"version": "0.3.12",
"private": true,
"browserslist": {
"development": [
Expand Down

0 comments on commit 937feee

Please sign in to comment.