Skip to content

Commit

Permalink
Cleanup after publishing v1.0.1 of @itwin/service-authorization (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: Arun George <[email protected]>
  • Loading branch information
MindaugasButkus and aruniverse authored Jul 25, 2023
1 parent 8f8790d commit de5c9e6
Show file tree
Hide file tree
Showing 36 changed files with 185 additions and 185 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@itwin/browser-authorization"
}
],
"packageName": "@itwin/browser-authorization",
"email": "[email protected]"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"changes": [
{
"comment": "fix dependency version ranges",
"type": "patch",
"comment": "",
"type": "none",
"packageName": "@itwin/electron-authorization"
}
],
"packageName": "@itwin/electron-authorization",
"email": "66480813+paulius-valiunas@users.noreply.github.com"
"email": "aruniverse@users.noreply.github.com"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"changes": [
{
"comment": "fix dependency version ranges",
"type": "patch",
"comment": "",
"type": "none",
"packageName": "@itwin/node-cli-authorization"
}
],
"packageName": "@itwin/node-cli-authorization",
"email": "66480813+paulius-valiunas@users.noreply.github.com"
"email": "aruniverse@users.noreply.github.com"
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@itwin/oidc-signin-tool"
}
],
"packageName": "@itwin/oidc-signin-tool",
"email": "[email protected]"
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"changes": [
{
"comment": "fix dependency version ranges",
"comment": "",
"type": "patch",
"packageName": "@itwin/service-authorization"
}
],
"packageName": "@itwin/service-authorization",
"email": "66480813+paulius-valiunas@users.noreply.github.com"
}
"email": "aruniverse@users.noreply.github.com"
}

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": [
{
"version": "1.0.1",
"tag": "@itwin/browser-authorization_v1.0.1",
"date": "Tue, 25 Jul 2023 14:33:09 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade @playwright/test to 1.35.1"
},
{
"comment": "fix dependency version ranges"
}
]
}
},
{
"version": "1.0.0",
"tag": "@itwin/browser-authorization_v1.0.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @itwin/browser-authorization

This log was last generated on Fri, 05 May 2023 18:56:53 GMT and should not be manually modified.
This log was last generated on Tue, 25 Jul 2023 14:33:09 GMT and should not be manually modified.

## 1.0.1
Tue, 25 Jul 2023 14:33:09 GMT

### Patches

- Upgrade @playwright/test to 1.35.1
- fix dependency version ranges

## 1.0.0
Fri, 05 May 2023 18:56:53 GMT
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "1.0.1",
"description": "Browser authorization client for iTwin platform",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -68,4 +68,4 @@
"@typescript-eslint/consistent-type-imports": "error"
}
}
}
}
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": [
{
"version": "0.14.1",
"tag": "@itwin/electron-authorization_v0.14.1",
"date": "Tue, 25 Jul 2023 14:33:09 GMT",
"comments": {
"patch": [
{
"comment": "Upgrade @playwright/test to 1.35.1 and remove playwright as dependency"
},
{
"comment": "fix dependency version ranges"
}
]
}
},
{
"version": "0.14.0",
"tag": "@itwin/electron-authorization_v0.14.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @itwin/electron-authorization

This log was last generated on Wed, 17 May 2023 20:26:35 GMT and should not be manually modified.
This log was last generated on Tue, 25 Jul 2023 14:33:09 GMT and should not be manually modified.

## 0.14.1
Tue, 25 Jul 2023 14:33:09 GMT

### Patches

- Upgrade @playwright/test to 1.35.1 and remove playwright as dependency
- fix dependency version ranges

## 0.14.0
Wed, 17 May 2023 20:26:35 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/electron-authorization",
"version": "0.14.0",
"version": "0.14.1",
"description": "Electron authorization client for iTwin platform",
"scripts": {
"build": "npm run -s build:cjs",
Expand Down Expand Up @@ -73,4 +73,4 @@
"@typescript-eslint/consistent-type-imports": "error"
}
}
}
}
12 changes: 12 additions & 0 deletions packages/node-cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@itwin/node-cli-authorization",
"entries": [
{
"version": "1.0.1",
"tag": "@itwin/node-cli-authorization_v1.0.1",
"date": "Tue, 25 Jul 2023 14:33:09 GMT",
"comments": {
"patch": [
{
"comment": "fix dependency version ranges"
}
]
}
},
{
"version": "1.0.0",
"tag": "@itwin/node-cli-authorization_v1.0.0",
Expand Down
Loading

0 comments on commit de5c9e6

Please sign in to comment.