Skip to content

Commit

Permalink
@itwin/oidc-signin-tool_v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-polinsky committed Jun 9, 2023
1 parent 252cd1e commit 6186f7b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions packages/oidc-signin-tool/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@itwin/oidc-signin-tool",
"entries": [
{
"version": "4.0.1",
"tag": "@itwin/oidc-signin-tool_v4.0.1",
"date": "Fri, 09 Jun 2023 17:20:04 GMT",
"comments": {
"patch": [
{
"comment": "Fix issue with OIDC signin tool not working without fetch API"
}
]
}
},
{
"version": "4.0.0",
"tag": "@itwin/oidc-signin-tool_v4.0.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/oidc-signin-tool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @itwin/oidc-signin-tool

This log was last generated on Wed, 17 May 2023 20:26:35 GMT and should not be manually modified.
This log was last generated on Fri, 09 Jun 2023 17:20:04 GMT and should not be manually modified.

## 4.0.1
Fri, 09 Jun 2023 17:20:04 GMT

### Patches

- Fix issue with OIDC signin tool not working without fetch API

## 4.0.0
Wed, 17 May 2023 20:26:35 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/oidc-signin-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/oidc-signin-tool",
"version": "4.0.0",
"version": "4.0.1",
"description": "OIDC Signin Helper",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index",
Expand Down Expand Up @@ -73,4 +73,4 @@
"@typescript-eslint/consistent-type-imports": "error"
}
}
}
}

0 comments on commit 6186f7b

Please sign in to comment.