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 Oct 29, 2024
1 parent 1934666 commit 0f6b25c
Show file tree
Hide file tree
Showing 17 changed files with 5,146 additions and 4,066 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.

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": "Tue, 29 Oct 2024 21:49:00 GMT",
"version": "1.1.3",
"tag": "@itwin/browser-authorization_v1.1.3",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@itwin/browser-authorization",
"commit": "1934666d29263673fe8002d4f852d1f7a258f218",
"comment": "Fix method name in README.md"
}
],
"none": [
{
"author": "[email protected]",
"package": "@itwin/browser-authorization",
"commit": "1934666d29263673fe8002d4f852d1f7a258f218",
"comment": ""
}
]
}
},
{
"date": "Tue, 18 Jun 2024 19:11:49 GMT",
"version": "1.1.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @itwin/browser-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 Tue, 29 Oct 2024 21:49:00 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.3

Tue, 29 Oct 2024 21:49:00 GMT

### Patches

- Fix method name in README.md ([email protected])

## 1.1.2

Tue, 18 Jun 2024 19:11:49 GMT
Expand Down
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.1.2",
"version": "1.1.3",
"description": "Browser authorization client for iTwin platform",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
29 changes: 29 additions & 0 deletions packages/electron/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@itwin/electron-authorization",
"entries": [
{
"date": "Tue, 29 Oct 2024 21:49:00 GMT",
"version": "0.19.6",
"tag": "@itwin/electron-authorization_v0.19.6",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "1934666d29263673fe8002d4f852d1f7a258f218",
"comment": "Add support for Electron 33"
},
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "1934666d29263673fe8002d4f852d1f7a258f218",
"comment": "Add support for Electron 32"
}
],
"none": [
{
"author": "[email protected]",
"package": "@itwin/electron-authorization",
"commit": "1934666d29263673fe8002d4f852d1f7a258f218",
"comment": ""
}
]
}
},
{
"date": "Tue, 02 Jul 2024 22:24:53 GMT",
"version": "0.19.5",
Expand Down
11 changes: 10 additions & 1 deletion packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @itwin/electron-authorization

This log was last generated on Tue, 02 Jul 2024 22:24:53 GMT and should not be manually modified.
This log was last generated on Tue, 29 Oct 2024 21:49:00 GMT and should not be manually modified.

<!-- Start content -->

## 0.19.6

Tue, 29 Oct 2024 21:49:00 GMT

### Patches

- Add support for Electron 33 ([email protected])
- Add support for Electron 32 ([email protected])

## 0.19.5

Tue, 02 Jul 2024 22:24:53 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.5",
"version": "0.19.6",
"description": "Electron authorization client for iTwin platform",
"exports": {
"./Main": {
Expand Down
23 changes: 23 additions & 0 deletions packages/oidc-signin-tool/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@itwin/oidc-signin-tool",
"entries": [
{
"date": "Tue, 29 Oct 2024 21:49:00 GMT",
"version": "4.3.7",
"tag": "@itwin/oidc-signin-tool_v4.3.7",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@itwin/oidc-signin-tool",
"commit": "1934666d29263673fe8002d4f852d1f7a258f218",
"comment": "Remove discouraged 'networkidle'"
}
],
"none": [
{
"author": "[email protected]",
"package": "@itwin/oidc-signin-tool",
"commit": "1934666d29263673fe8002d4f852d1f7a258f218",
"comment": ""
}
]
}
},
{
"date": "Tue, 18 Jun 2024 19:11:49 GMT",
"version": "4.3.6",
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 Tue, 18 Jun 2024 19:11:49 GMT and should not be manually modified.
This log was last generated on Tue, 29 Oct 2024 21:49:00 GMT and should not be manually modified.

<!-- Start content -->

## 4.3.7

Tue, 29 Oct 2024 21:49:00 GMT

### Patches

- Remove discouraged 'networkidle' ([email protected])

## 4.3.6

Tue, 18 Jun 2024 19:11:49 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.6",
"version": "4.3.7",
"description": "OIDC Signin Helper",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index",
Expand Down
Loading

0 comments on commit 0f6b25c

Please sign in to comment.