Skip to content

Commit

Permalink
Version bump: Interop packages 5.1.4, Client packages 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Jun 20, 2024
1 parent 5931aa3 commit 172adc6
Show file tree
Hide file tree
Showing 19 changed files with 91 additions and 47 deletions.
12 changes: 12 additions & 0 deletions clients/imodels-client-authoring/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@itwin/imodels-client-authoring",
"entries": [
{
"version": "5.8.0",
"tag": "@itwin/imodels-client-authoring_v5.8.0",
"date": "Thu, 20 Jun 2024 14:12:38 GMT",
"comments": {
"minor": [
{
"comment": "Add failed HTTP request retry policy."
}
]
}
},
{
"version": "5.7.0",
"tag": "@itwin/imodels-client-authoring_v5.7.0",
Expand Down
9 changes: 8 additions & 1 deletion clients/imodels-client-authoring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @itwin/imodels-client-authoring

This log was last generated on Tue, 18 Jun 2024 11:18:40 GMT and should not be manually modified.
This log was last generated on Thu, 20 Jun 2024 14:12:38 GMT and should not be manually modified.

## 5.8.0
Thu, 20 Jun 2024 14:12:38 GMT

### Minor changes

- Add failed HTTP request retry policy.

## 5.7.0
Tue, 18 Jun 2024 11:18:40 GMT
Expand Down
2 changes: 1 addition & 1 deletion clients/imodels-client-authoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/imodels-client-authoring",
"version": "5.7.0",
"version": "5.8.0",
"description": "iModels API client wrapper for applications that author iModels.",
"keywords": [
"Bentley",
Expand Down
18 changes: 18 additions & 0 deletions clients/imodels-client-management/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@itwin/imodels-client-management",
"entries": [
{
"version": "5.8.0",
"tag": "@itwin/imodels-client-management_v5.8.0",
"date": "Thu, 20 Jun 2024 14:12:38 GMT",
"comments": {
"minor": [
{
"comment": "Add failed HTTP request retry policy."
},
{
"comment": "Add ordering by multiple properties."
},
{
"comment": "Add ordering for User by GivenName and Surname."
}
]
}
},
{
"version": "5.7.0",
"tag": "@itwin/imodels-client-management_v5.7.0",
Expand Down
11 changes: 10 additions & 1 deletion clients/imodels-client-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log - @itwin/imodels-client-management

This log was last generated on Tue, 18 Jun 2024 11:18:40 GMT and should not be manually modified.
This log was last generated on Thu, 20 Jun 2024 14:12:38 GMT and should not be manually modified.

## 5.8.0
Thu, 20 Jun 2024 14:12:38 GMT

### Minor changes

- Add failed HTTP request retry policy.
- Add ordering by multiple properties.
- Add ordering for User by GivenName and Surname.

## 5.7.0
Tue, 18 Jun 2024 11:18:40 GMT
Expand Down
2 changes: 1 addition & 1 deletion clients/imodels-client-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/imodels-client-management",
"version": "5.7.0",
"version": "5.8.0",
"description": "iModels API client wrapper for applications that manage iModels.",
"keywords": [
"Bentley",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
{
"policyName": "clientPackagesLockStep",
"definitionName": "lockStepVersion",
"version": "5.7.0",
"version": "5.8.0",
"nextBump": "patch"
},
{
"policyName": "interopPackagesLockStep",
"definitionName": "lockStepVersion",
"version": "5.1.3",
"version": "5.1.4",
"nextBump": "patch"
}
]
6 changes: 6 additions & 0 deletions itwin-platform-access/imodels-access-backend/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@itwin/imodels-access-backend",
"entries": [
{
"version": "5.1.4",
"tag": "@itwin/imodels-access-backend_v5.1.4",
"date": "Thu, 20 Jun 2024 14:12:40 GMT",
"comments": {}
},
{
"version": "5.1.3",
"tag": "@itwin/imodels-access-backend_v5.1.3",
Expand Down
7 changes: 6 additions & 1 deletion itwin-platform-access/imodels-access-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @itwin/imodels-access-backend

This log was last generated on Tue, 18 Jun 2024 11:18:41 GMT and should not be manually modified.
This log was last generated on Thu, 20 Jun 2024 14:12:40 GMT and should not be manually modified.

## 5.1.4
Thu, 20 Jun 2024 14:12:40 GMT

_Version update only_

## 5.1.3
Tue, 18 Jun 2024 11:18:41 GMT
Expand Down
2 changes: 1 addition & 1 deletion itwin-platform-access/imodels-access-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/imodels-access-backend",
"version": "5.1.3",
"version": "5.1.4",
"description": "Interoperability package between iModels API and iTwin.js library for backend.",
"keywords": [
"Bentley",
Expand Down
6 changes: 6 additions & 0 deletions itwin-platform-access/imodels-access-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@itwin/imodels-access-common",
"entries": [
{
"version": "5.1.4",
"tag": "@itwin/imodels-access-common_v5.1.4",
"date": "Thu, 20 Jun 2024 14:12:40 GMT",
"comments": {}
},
{
"version": "5.1.3",
"tag": "@itwin/imodels-access-common_v5.1.3",
Expand Down
7 changes: 6 additions & 1 deletion itwin-platform-access/imodels-access-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @itwin/imodels-access-common

This log was last generated on Tue, 18 Jun 2024 11:18:41 GMT and should not be manually modified.
This log was last generated on Thu, 20 Jun 2024 14:12:40 GMT and should not be manually modified.

## 5.1.4
Thu, 20 Jun 2024 14:12:40 GMT

_Version update only_

## 5.1.3
Tue, 18 Jun 2024 11:18:41 GMT
Expand Down
2 changes: 1 addition & 1 deletion itwin-platform-access/imodels-access-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/imodels-access-common",
"version": "5.1.3",
"version": "5.1.4",
"description": "Common code package for @itwin/imodels-access-frontend and @itwin/imodels-access-backend.",
"keywords": [
"Bentley",
Expand Down
6 changes: 6 additions & 0 deletions itwin-platform-access/imodels-access-frontend/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@itwin/imodels-access-frontend",
"entries": [
{
"version": "5.1.4",
"tag": "@itwin/imodels-access-frontend_v5.1.4",
"date": "Thu, 20 Jun 2024 14:12:40 GMT",
"comments": {}
},
{
"version": "5.1.3",
"tag": "@itwin/imodels-access-frontend_v5.1.3",
Expand Down
7 changes: 6 additions & 1 deletion itwin-platform-access/imodels-access-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @itwin/imodels-access-frontend

This log was last generated on Tue, 18 Jun 2024 11:18:41 GMT and should not be manually modified.
This log was last generated on Thu, 20 Jun 2024 14:12:40 GMT and should not be manually modified.

## 5.1.4
Thu, 20 Jun 2024 14:12:40 GMT

_Version update only_

## 5.1.3
Tue, 18 Jun 2024 11:18:41 GMT
Expand Down
2 changes: 1 addition & 1 deletion itwin-platform-access/imodels-access-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/imodels-access-frontend",
"version": "5.1.3",
"version": "5.1.4",
"description": "Interoperability package between iModels API and iTwin.js library for frontend.",
"keywords": [
"Bentley",
Expand Down

0 comments on commit 172adc6

Please sign in to comment.