Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Feb 11, 2024
2 parents 3973497 + a91a7bc commit 2a7031b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 14 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.17.0
## 7.17.1

- [2511648](https://github.com/AxaFrance/oidc-client/commit/251164830a9a1b976e8d6c743490795a028afa16) - refactor(oidc): remove base64.js dependency (#1292) (release), 2024-02-10 by *Guillaume Chervet*


## v7.17.0

- [a09e6fd](https://github.com/AxaFrance/oidc-client/commit/a09e6fda64aa210fe7f63d70b6c64af559012640) - feat(oidc): logout add extras parameter to avoid the page reload (release) (#1290), 2024-02-10 by *Guillaume Chervet*

Expand Down Expand Up @@ -312,8 +317,3 @@
- [790ec46](https://github.com/AxaFrance/oidc-client/commit/790ec468355967462b9bfce40196e9336efed0d7) - fix(oidc): allow service worker to chrome 70 (release), 2023-08-15 by *Guillaume Chervet*


## v7.3.1

- [c2564f9](https://github.com/AxaFrance/oidc-client/commit/c2564f9ef6de2122962cfb4a8e0f9195aa688d84) - fix(all): copy of service worker files (release), 2023-08-08 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.17.0",
"version": "7.17.1",
"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.17.0';
export default '7.17.1';
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.17.0",
"version": "7.17.1",
"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.17.0';
export default '7.17.1';
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.17.0",
"version": "7.17.1",
"private": false,
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a7031b

Please sign in to comment.