Skip to content

Commit

Permalink
Merge branch 'main' into john/catch-server-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyd710 authored Dec 13, 2023
2 parents 78344db + cd4c148 commit c67cad3
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/oidc-signin-tool/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@itwin/oidc-signin-tool",
"entries": [
{
"date": "Tue, 12 Dec 2023 20:38:56 GMT",
"version": "4.3.2",
"tag": "@itwin/oidc-signin-tool_v4.3.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@itwin/oidc-signin-tool",
"commit": "909f2ccf19a604b46a09c0c74c224f61b1232b79",
"comment": "Refactor login form handling in SignInAutomation.ts to use .fill"
}
]
}
},
{
"date": "Mon, 04 Dec 2023 15:17:25 GMT",
"version": "4.3.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/oidc-signin-tool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @itwin/oidc-signin-tool

This log was last generated on Mon, 04 Dec 2023 15:17:25 GMT and should not be manually modified.
This log was last generated on Tue, 12 Dec 2023 20:38:56 GMT and should not be manually modified.

<!-- Start content -->

## 4.3.2

Tue, 12 Dec 2023 20:38:56 GMT

### Patches

- Refactor login form handling in SignInAutomation.ts to use .fill ([email protected])

## 4.3.1

Mon, 04 Dec 2023 15:17:25 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "4.3.2",
"description": "OIDC Signin Helper",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index",
Expand Down

0 comments on commit c67cad3

Please sign in to comment.