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 Dec 16, 2024
1 parent f39647a commit 031e67e
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 25 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/electron/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@itwin/electron-authorization",
"entries": [
{
"date": "Mon, 16 Dec 2024 21:41:11 GMT",
"version": "0.19.8",
"tag": "@itwin/electron-authorization_v0.19.8",
"comments": {
"patch": [
{
"author": "ben-polinsky@users.noreply.github.com",
"package": "@itwin/electron-authorization",
"commit": "f39647a2d8e7326ef0bef7594ce4baad35da03b8",
"comment": "Delete stored token if application scopes change"
}
]
}
},
{
"date": "Wed, 20 Nov 2024 18:34:06 GMT",
"version": "0.19.7",
Expand Down
10 changes: 9 additions & 1 deletion packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @itwin/electron-authorization

This log was last generated on Wed, 20 Nov 2024 18:34:06 GMT and should not be manually modified.
<!-- This log was last generated on Mon, 16 Dec 2024 21:41:11 GMT and should not be manually modified. -->

<!-- Start content -->

## 0.19.8

Mon, 16 Dec 2024 21:41:11 GMT

### Patches

- Delete stored token if application scopes change (ben-polinsky@users.noreply.github.com)

## 0.19.7

Wed, 20 Nov 2024 18:34:06 GMT
Expand Down
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.19.7",
"version": "0.19.8",
"description": "Electron authorization client for iTwin platform",
"exports": {
"./Main": {
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, 16 Dec 2024 21:41:11 GMT",
"version": "4.4.0",
"tag": "@itwin/oidc-signin-tool_v4.4.0",
"comments": {
"none": [
{
"author": "ben-polinsky@users.noreply.github.com",
"package": "@itwin/oidc-signin-tool",
"commit": "f39647a2d8e7326ef0bef7594ce4baad35da03b8",
"comment": ""
}
]
}
},
{
"date": "Thu, 21 Nov 2024 16:05:10 GMT",
"version": "4.4.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/service/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@itwin/service-authorization",
"entries": [
{
"date": "Mon, 16 Dec 2024 21:41:11 GMT",
"version": "1.2.3",
"tag": "@itwin/service-authorization_v1.2.3",
"comments": {
"patch": [
{
"author": "GytisCepk@users.noreply.github.com",
"package": "@itwin/service-authorization",
"commit": "f39647a2d8e7326ef0bef7594ce4baad35da03b8",
"comment": "Add email property to introspection response"
}
]
}
},
{
"date": "Tue, 18 Jun 2024 19:11:49 GMT",
"version": "1.2.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @itwin/service-authorization

This log was last generated on Tue, 18 Jun 2024 19:11:49 GMT and should not be manually modified.
<!-- This log was last generated on Mon, 16 Dec 2024 21:41:11 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.2.3

Mon, 16 Dec 2024 21:41:11 GMT

### Patches

- Add email property to introspection response (GytisCepk@users.noreply.github.com)

## 1.2.2

Tue, 18 Jun 2024 19:11:49 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/service-authorization",
"version": "1.2.2",
"version": "1.2.3",
"description": "Service authorization client for iTwin platform",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index",
Expand Down

0 comments on commit 031e67e

Please sign in to comment.