diff --git a/clients/imodels-client-authoring/CHANGELOG.json b/clients/imodels-client-authoring/CHANGELOG.json index aed53e4f..42b0dc33 100644 --- a/clients/imodels-client-authoring/CHANGELOG.json +++ b/clients/imodels-client-authoring/CHANGELOG.json @@ -1,18 +1,6 @@ { "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", diff --git a/clients/imodels-client-authoring/CHANGELOG.md b/clients/imodels-client-authoring/CHANGELOG.md index 9b1d6929..490888ac 100644 --- a/clients/imodels-client-authoring/CHANGELOG.md +++ b/clients/imodels-client-authoring/CHANGELOG.md @@ -1,13 +1,6 @@ # Change Log - @itwin/imodels-client-authoring -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. +This log was last generated on Tue, 18 Jun 2024 11:18:40 GMT and should not be manually modified. ## 5.7.0 Tue, 18 Jun 2024 11:18:40 GMT diff --git a/clients/imodels-client-authoring/package.json b/clients/imodels-client-authoring/package.json index 20e4b7e3..4e1e2759 100644 --- a/clients/imodels-client-authoring/package.json +++ b/clients/imodels-client-authoring/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/imodels-client-authoring", - "version": "5.8.0", + "version": "5.7.0", "description": "iModels API client wrapper for applications that author iModels.", "keywords": [ "Bentley", diff --git a/clients/imodels-client-management/CHANGELOG.json b/clients/imodels-client-management/CHANGELOG.json index e909f189..efeb02ba 100644 --- a/clients/imodels-client-management/CHANGELOG.json +++ b/clients/imodels-client-management/CHANGELOG.json @@ -1,24 +1,6 @@ { "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", diff --git a/clients/imodels-client-management/CHANGELOG.md b/clients/imodels-client-management/CHANGELOG.md index b8e091a5..d2585ea4 100644 --- a/clients/imodels-client-management/CHANGELOG.md +++ b/clients/imodels-client-management/CHANGELOG.md @@ -1,15 +1,6 @@ # Change Log - @itwin/imodels-client-management -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. +This log was last generated on Tue, 18 Jun 2024 11:18:40 GMT and should not be manually modified. ## 5.7.0 Tue, 18 Jun 2024 11:18:40 GMT diff --git a/clients/imodels-client-management/package.json b/clients/imodels-client-management/package.json index f880be9a..52f02f7d 100644 --- a/clients/imodels-client-management/package.json +++ b/clients/imodels-client-management/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/imodels-client-management", - "version": "5.8.0", + "version": "5.7.0", "description": "iModels API client wrapper for applications that manage iModels.", "keywords": [ "Bentley", diff --git a/common/changes/@itwin/imodels-client-authoring/ab-add-retry-policy_2024-06-18-06-49.json b/common/changes/@itwin/imodels-client-authoring/ab-add-retry-policy_2024-06-18-06-49.json new file mode 100644 index 00000000..a7849ed1 --- /dev/null +++ b/common/changes/@itwin/imodels-client-authoring/ab-add-retry-policy_2024-06-18-06-49.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@itwin/imodels-client-authoring", + "comment": "Add failed HTTP request retry policy.", + "type": "minor" + } + ], + "packageName": "@itwin/imodels-client-authoring" +} \ No newline at end of file diff --git a/common/changes/@itwin/imodels-client-management/ab-add-retry-policy_2024-06-18-06-49.json b/common/changes/@itwin/imodels-client-management/ab-add-retry-policy_2024-06-18-06-49.json new file mode 100644 index 00000000..ffd81ab0 --- /dev/null +++ b/common/changes/@itwin/imodels-client-management/ab-add-retry-policy_2024-06-18-06-49.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@itwin/imodels-client-management", + "comment": "Add failed HTTP request retry policy.", + "type": "minor" + } + ], + "packageName": "@itwin/imodels-client-management" +} \ No newline at end of file diff --git a/common/changes/@itwin/imodels-client-management/ab-user-orderby_2024-06-20-06-22.json b/common/changes/@itwin/imodels-client-management/ab-user-orderby_2024-06-20-06-22.json new file mode 100644 index 00000000..11441fcb --- /dev/null +++ b/common/changes/@itwin/imodels-client-management/ab-user-orderby_2024-06-20-06-22.json @@ -0,0 +1,15 @@ +{ + "changes": [ + { + "packageName": "@itwin/imodels-client-management", + "comment": "Add ordering by multiple properties.", + "type": "minor" + }, + { + "packageName": "@itwin/imodels-client-management", + "comment": "Add ordering for User by GivenName and Surname.", + "type": "minor" + } + ], + "packageName": "@itwin/imodels-client-management" +} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 3786c064..f6a17923 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -2,13 +2,13 @@ { "policyName": "clientPackagesLockStep", "definitionName": "lockStepVersion", - "version": "5.8.0", + "version": "5.7.0", "nextBump": "patch" }, { "policyName": "interopPackagesLockStep", "definitionName": "lockStepVersion", - "version": "5.1.4", + "version": "5.1.3", "nextBump": "patch" } ] diff --git a/itwin-platform-access/imodels-access-backend/CHANGELOG.json b/itwin-platform-access/imodels-access-backend/CHANGELOG.json index 28b5c9a1..4712e302 100644 --- a/itwin-platform-access/imodels-access-backend/CHANGELOG.json +++ b/itwin-platform-access/imodels-access-backend/CHANGELOG.json @@ -1,12 +1,6 @@ { "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", diff --git a/itwin-platform-access/imodels-access-backend/CHANGELOG.md b/itwin-platform-access/imodels-access-backend/CHANGELOG.md index 0189550b..3de4de7e 100644 --- a/itwin-platform-access/imodels-access-backend/CHANGELOG.md +++ b/itwin-platform-access/imodels-access-backend/CHANGELOG.md @@ -1,11 +1,6 @@ # Change Log - @itwin/imodels-access-backend -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_ +This log was last generated on Tue, 18 Jun 2024 11:18:41 GMT and should not be manually modified. ## 5.1.3 Tue, 18 Jun 2024 11:18:41 GMT diff --git a/itwin-platform-access/imodels-access-backend/package.json b/itwin-platform-access/imodels-access-backend/package.json index 56bcba5c..4a92c5c4 100644 --- a/itwin-platform-access/imodels-access-backend/package.json +++ b/itwin-platform-access/imodels-access-backend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/imodels-access-backend", - "version": "5.1.4", + "version": "5.1.3", "description": "Interoperability package between iModels API and iTwin.js library for backend.", "keywords": [ "Bentley", diff --git a/itwin-platform-access/imodels-access-common/CHANGELOG.json b/itwin-platform-access/imodels-access-common/CHANGELOG.json index 737b242e..3e257da9 100644 --- a/itwin-platform-access/imodels-access-common/CHANGELOG.json +++ b/itwin-platform-access/imodels-access-common/CHANGELOG.json @@ -1,12 +1,6 @@ { "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", diff --git a/itwin-platform-access/imodels-access-common/CHANGELOG.md b/itwin-platform-access/imodels-access-common/CHANGELOG.md index 7366557e..708182ea 100644 --- a/itwin-platform-access/imodels-access-common/CHANGELOG.md +++ b/itwin-platform-access/imodels-access-common/CHANGELOG.md @@ -1,11 +1,6 @@ # Change Log - @itwin/imodels-access-common -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_ +This log was last generated on Tue, 18 Jun 2024 11:18:41 GMT and should not be manually modified. ## 5.1.3 Tue, 18 Jun 2024 11:18:41 GMT diff --git a/itwin-platform-access/imodels-access-common/package.json b/itwin-platform-access/imodels-access-common/package.json index cc89a91a..12266bb2 100644 --- a/itwin-platform-access/imodels-access-common/package.json +++ b/itwin-platform-access/imodels-access-common/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/imodels-access-common", - "version": "5.1.4", + "version": "5.1.3", "description": "Common code package for @itwin/imodels-access-frontend and @itwin/imodels-access-backend.", "keywords": [ "Bentley", diff --git a/itwin-platform-access/imodels-access-frontend/CHANGELOG.json b/itwin-platform-access/imodels-access-frontend/CHANGELOG.json index 832f5f70..aa034087 100644 --- a/itwin-platform-access/imodels-access-frontend/CHANGELOG.json +++ b/itwin-platform-access/imodels-access-frontend/CHANGELOG.json @@ -1,12 +1,6 @@ { "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", diff --git a/itwin-platform-access/imodels-access-frontend/CHANGELOG.md b/itwin-platform-access/imodels-access-frontend/CHANGELOG.md index a1462441..664da034 100644 --- a/itwin-platform-access/imodels-access-frontend/CHANGELOG.md +++ b/itwin-platform-access/imodels-access-frontend/CHANGELOG.md @@ -1,11 +1,6 @@ # Change Log - @itwin/imodels-access-frontend -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_ +This log was last generated on Tue, 18 Jun 2024 11:18:41 GMT and should not be manually modified. ## 5.1.3 Tue, 18 Jun 2024 11:18:41 GMT diff --git a/itwin-platform-access/imodels-access-frontend/package.json b/itwin-platform-access/imodels-access-frontend/package.json index 8b451fd6..2219e312 100644 --- a/itwin-platform-access/imodels-access-frontend/package.json +++ b/itwin-platform-access/imodels-access-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/imodels-access-frontend", - "version": "5.1.4", + "version": "5.1.3", "description": "Interoperability package between iModels API and iTwin.js library for frontend.", "keywords": [ "Bentley",