Skip to content

Commit

Permalink
Version bump [skip actions][publish docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Nov 13, 2023
1 parent 022b04c commit 8cd25ac
Show file tree
Hide file tree
Showing 30 changed files with 225 additions and 120 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 23 additions & 0 deletions packages/browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@itwin/browser-authorization",
"entries": [
{
"date": "Mon, 13 Nov 2023 15:21:13 GMT",
"version": "1.1.0",
"tag": "@itwin/browser-authorization_v1.1.0",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@itwin/browser-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "Update oidc-client-ts to \"^2.4.0\" from \"^2.2.0\""
}
],
"minor": [
{
"author": "[email protected]",
"package": "@itwin/browser-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": ""
}
]
}
},
{
"version": "1.0.1",
"tag": "@itwin/browser-authorization_v1.0.1",
Expand Down
17 changes: 15 additions & 2 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Change Log - @itwin/browser-authorization

This log was last generated on Tue, 25 Jul 2023 14:33:09 GMT and should not be manually modified.
This log was last generated on Mon, 13 Nov 2023 15:21:13 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.0

Mon, 13 Nov 2023 15:21:13 GMT

### Minor changes

- ([email protected])

### Patches

- Update oidc-client-ts to "^2.4.0" from "^2.2.0" ([email protected])

## 1.0.1
Tue, 25 Jul 2023 14:33:09 GMT
Expand Down Expand Up @@ -95,4 +109,3 @@ Mon, 29 Nov 2021 22:10:32 GMT
Mon, 29 Nov 2021 15:30:19 GMT

_Initial release_

2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/browser-authorization",
"version": "1.0.1",
"version": "1.1.0",
"description": "Browser authorization client for iTwin platform",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
55 changes: 55 additions & 0 deletions packages/electron/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
{
"name": "@itwin/electron-authorization",
"entries": [
{
"date": "Mon, 13 Nov 2023 15:21:13 GMT",
"version": "0.17.0",
"tag": "@itwin/electron-authorization_v0.17.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "Add support for Electron 25 & 26"
},
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "Added package.json export field and export ElectronMain cjs and ElectronRenderer esm subpath"
},
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": ""
},
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "Add support for Electron 27"
}
],
"none": [
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "ensure electron package.json version in line with latest release"
},
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "fix test file build error"
}
],
"patch": [
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "add styled html loopback pages"
}
]
}
},
{
"version": "0.15.0",
"tag": "@itwin/electron-authorization_v0.15.0",
Expand Down
20 changes: 18 additions & 2 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Change Log - @itwin/electron-authorization

This log was last generated on Wed, 16 Aug 2023 15:07:40 GMT and should not be manually modified.
This log was last generated on Mon, 13 Nov 2023 15:21:13 GMT and should not be manually modified.

<!-- Start content -->

## 0.17.0

Mon, 13 Nov 2023 15:21:13 GMT

### Minor changes

- Add support for Electron 25 & 26 ([email protected])
- Added package.json export field and export ElectronMain cjs and ElectronRenderer esm subpath ([email protected])
- ([email protected])
- Add support for Electron 27 ([email protected])

### Patches

- add styled html loopback pages ([email protected])

## 0.15.0
Wed, 16 Aug 2023 15:07:40 GMT
Expand Down Expand Up @@ -163,4 +180,3 @@ Mon, 29 Nov 2021 15:30:19 GMT
### Minor changes

- Changed ElectronAuthorizationBackend name to ElectronAuthorizationMain and ElectronAppAuthorization to ElectronAuthorizationRenderer

2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/electron-authorization",
"version": "0.16.0",
"version": "0.17.0",
"description": "Electron authorization client for iTwin platform",
"exports": {
"./Main": {
Expand Down
37 changes: 37 additions & 0 deletions packages/node-cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
{
"name": "@itwin/node-cli-authorization",
"entries": [
{
"date": "Mon, 13 Nov 2023 15:21:13 GMT",
"version": "2.0.0",
"tag": "@itwin/node-cli-authorization_v2.0.0",
"comments": {
"major": [
{
"author": "[email protected]",
"package": "@itwin/node-cli-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "Migrate from node-keytar to crypto"
}
],
"minor": [
{
"author": "[email protected]",
"package": "@itwin/node-cli-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": ""
},
{
"author": "[email protected]",
"package": "@itwin/node-cli-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "Sometime refresh token expires and user must go an manually delete setting from window network password otherwise app will not login or get new token. This PR add ability to forget refresh token if signIn() fail to refresh token. This PR also add method to explicitly signOut() and forget persisted token so new sign can take place."
}
],
"patch": [
{
"author": "[email protected]",
"package": "@itwin/node-cli-authorization",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": "add styled html loopback pages"
}
]
}
},
{
"version": "1.0.1",
"tag": "@itwin/node-cli-authorization_v1.0.1",
Expand Down
22 changes: 20 additions & 2 deletions packages/node-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Change Log - @itwin/node-cli-authorization

This log was last generated on Tue, 25 Jul 2023 14:33:09 GMT and should not be manually modified.
This log was last generated on Mon, 13 Nov 2023 15:21:13 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.0

Mon, 13 Nov 2023 15:21:13 GMT

### Major changes

- Migrate from node-keytar to crypto ([email protected])

### Minor changes

- ([email protected])
- Sometime refresh token expires and user must go an manually delete setting from window network password otherwise app will not login or get new token. This PR add ability to forget refresh token if signIn() fail to refresh token. This PR also add method to explicitly signOut() and forget persisted token so new sign can take place. ([email protected])

### Patches

- add styled html loopback pages ([email protected])

## 1.0.1
Tue, 25 Jul 2023 14:33:09 GMT
Expand Down Expand Up @@ -55,4 +74,3 @@ Wed, 06 Apr 2022 21:17:06 GMT
### Minor changes

- Initial version

2 changes: 1 addition & 1 deletion packages/node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/node-cli-authorization",
"version": "1.0.1",
"version": "2.0.0",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"description": "Node.js command-line authorization client for iTwin platform",
Expand Down
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": "Mon, 13 Nov 2023 15:21:13 GMT",
"version": "4.2.0",
"tag": "@itwin/oidc-signin-tool_v4.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@itwin/oidc-signin-tool",
"commit": "022b04c78e5370a607641603be9391c04d0b238f",
"comment": ""
}
]
}
},
{
"version": "4.1.2",
"tag": "@itwin/oidc-signin-tool_v4.1.2",
Expand Down
Loading

0 comments on commit 8cd25ac

Please sign in to comment.