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 20, 2024
1 parent 6aea6cc commit bec9c17
Show file tree
Hide file tree
Showing 16 changed files with 100 additions and 36 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@itwin/browser-authorization",
"entries": [
{
"date": "Wed, 20 Nov 2024 18:34:06 GMT",
"version": "1.1.4",
"tag": "@itwin/browser-authorization_v1.1.4",
"comments": {
"patch": [
{
"author": "33036725+wgoehrig@users.noreply.github.com",
"package": "@itwin/browser-authorization",
"commit": "6aea6cc2225668d77e30e0902cdfca62e0ebb8d4",
"comment": "Update to @playwright/test 1.48.2"
}
]
}
},
{
"date": "Tue, 29 Oct 2024 21:49:00 GMT",
"version": "1.1.3",
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, 29 Oct 2024 21:49:00 GMT and should not be manually modified.
This log was last generated on Wed, 20 Nov 2024 18:34:06 GMT and should not be manually modified.

<!-- Start content -->

## 1.1.4

Wed, 20 Nov 2024 18:34:06 GMT

### Patches

- Update to @playwright/test 1.48.2 (33036725+wgoehrig@users.noreply.github.com)

## 1.1.3

Tue, 29 Oct 2024 21:49:00 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.3",
"version": "1.1.4",
"description": "Browser authorization client for iTwin platform",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
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": "Wed, 20 Nov 2024 18:34:06 GMT",
"version": "0.19.7",
"tag": "@itwin/electron-authorization_v0.19.7",
"comments": {
"patch": [
{
"author": "33036725+wgoehrig@users.noreply.github.com",
"package": "@itwin/electron-authorization",
"commit": "6aea6cc2225668d77e30e0902cdfca62e0ebb8d4",
"comment": "Update to username v7.0.0"
}
]
}
},
{
"date": "Tue, 29 Oct 2024 21:49:00 GMT",
"version": "0.19.6",
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 Tue, 29 Oct 2024 21:49:00 GMT and should not be manually modified.
This log was last generated on Wed, 20 Nov 2024 18:34:06 GMT and should not be manually modified.

<!-- Start content -->

## 0.19.7

Wed, 20 Nov 2024 18:34:06 GMT

### Patches

- Update to username v7.0.0 (33036725+wgoehrig@users.noreply.github.com)

## 0.19.6

Tue, 29 Oct 2024 21:49:00 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.6",
"version": "0.19.7",
"description": "Electron authorization client for iTwin platform",
"exports": {
"./Main": {
Expand Down
15 changes: 15 additions & 0 deletions packages/node-cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@itwin/node-cli-authorization",
"entries": [
{
"date": "Wed, 20 Nov 2024 18:34:06 GMT",
"version": "2.0.4",
"tag": "@itwin/node-cli-authorization_v2.0.4",
"comments": {
"patch": [
{
"author": "33036725+wgoehrig@users.noreply.github.com",
"package": "@itwin/node-cli-authorization",
"commit": "6aea6cc2225668d77e30e0902cdfca62e0ebb8d4",
"comment": "Update to username v7.0.0"
}
]
}
},
{
"date": "Tue, 18 Jun 2024 19:11:49 GMT",
"version": "2.0.3",
Expand Down
10 changes: 9 additions & 1 deletion packages/node-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @itwin/node-cli-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 Wed, 20 Nov 2024 18:34:06 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.4

Wed, 20 Nov 2024 18:34:06 GMT

### Patches

- Update to username v7.0.0 (33036725+wgoehrig@users.noreply.github.com)

## 2.0.3

Tue, 18 Jun 2024 19:11:49 GMT
Expand Down
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": "2.0.3",
"version": "2.0.4",
"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": "Wed, 20 Nov 2024 18:34:06 GMT",
"version": "4.3.8",
"tag": "@itwin/oidc-signin-tool_v4.3.8",
"comments": {
"patch": [
{
"author": "33036725+wgoehrig@users.noreply.github.com",
"package": "@itwin/oidc-signin-tool",
"commit": "6aea6cc2225668d77e30e0902cdfca62e0ebb8d4",
"comment": "Update to @playwright/test 1.48.2"
}
]
}
},
{
"date": "Tue, 29 Oct 2024 21:49:00 GMT",
"version": "4.3.7",
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, 29 Oct 2024 21:49:00 GMT and should not be manually modified.
This log was last generated on Wed, 20 Nov 2024 18:34:06 GMT and should not be manually modified.

<!-- Start content -->

## 4.3.8

Wed, 20 Nov 2024 18:34:06 GMT

### Patches

- Update to @playwright/test 1.48.2 (33036725+wgoehrig@users.noreply.github.com)

## 4.3.7

Tue, 29 Oct 2024 21:49:00 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.7",
"version": "4.3.8",
"description": "OIDC Signin Helper",
"main": "lib/cjs/index.js",
"typings": "lib/cjs/index",
Expand Down

0 comments on commit bec9c17

Please sign in to comment.