Skip to content

Commit

Permalink
Merge branch 'main' into fix/react-oidc-ts2322-error
Browse files Browse the repository at this point in the history
  • Loading branch information
ShimpeiKamiguchi committed Jul 29, 2024
2 parents 4d938ef + 5b9fdcf commit 1f548b2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## 7.22.20
## 7.22.21

- [318de92](https://github.com/AxaFrance/oidc-client/commit/318de922980c167dd9fc1a743d2dedd106b9a02d) - fix(oidc): Add null as union type into arguments for login, logout, renewTokens functions (#1427) (release), 2024-07-26 by *ShimpeiKamiguchi*


## v7.22.20

- [05ace2d](https://github.com/AxaFrance/oidc-client/commit/05ace2dce4a36493b1d127d049c3ef7d5ebd90b4) - fix(oidc): record tabIds when service worker receives init event (release), 2024-07-22 by *mkrzempek*
- [6b5f6b4](https://github.com/AxaFrance/oidc-client/commit/6b5f6b428aba70b32d5264b0de89752a00b352e3) - refactor(initWorker): null coalescing, 2024-07-21 by *Jason Finch*
Expand Down Expand Up @@ -327,8 +332,3 @@
- [4b1a9a2](https://github.com/AxaFrance/oidc-client/commit/4b1a9a26eba51e24dd1c9c9fd0087ef0b3b1ce8b) - fix(oidc): crash when regex on userAgent empty result iOS (#1248) (release), 2023-12-20 by *Guillaume Chervet*


## v7.13.9

- [819962b](https://github.com/AxaFrance/oidc-client/commit/819962bae1d7c1e7fd997ede7bb42cce27ba76f3) - fix(oidc): renew with simple storage (#1246) (release), 2023-12-19 by *Guillaume Chervet*


2 changes: 1 addition & 1 deletion packages/oidc-client-service-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa-fr/oidc-client-service-worker",
"version": "7.22.20",
"version": "7.22.21",
"type": "module",
"private": false,
"main": "dist/OidcServiceWorker.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-client-service-worker/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '7.22.20';
export default '7.22.21';
2 changes: 1 addition & 1 deletion packages/oidc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa-fr/oidc-client",
"version": "7.22.20",
"version": "7.22.21",
"private": false,
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/oidc-client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '7.22.20';
export default '7.22.21';
2 changes: 1 addition & 1 deletion packages/react-oidc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axa-fr/react-oidc",
"version": "7.22.20",
"version": "7.22.21",
"private": false,
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down

0 comments on commit 1f548b2

Please sign in to comment.