diff --git a/common/changes/@itwin/core-backend/2024-10-18-20-05.json b/common/changes/@itwin/core-backend/2024-10-18-20-05.json deleted file mode 100644 index 99b35bb89b62..000000000000 --- a/common/changes/@itwin/core-backend/2024-10-18-20-05.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/core-backend", - "comment": "", - "type": "none" - } - ], - "packageName": "@itwin/core-backend" -} \ No newline at end of file diff --git a/common/changes/@itwin/core-backend/2024-10-22-16-20.json b/common/changes/@itwin/core-backend/2024-10-22-16-20.json deleted file mode 100644 index 99b35bb89b62..000000000000 --- a/common/changes/@itwin/core-backend/2024-10-22-16-20.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/core-backend", - "comment": "", - "type": "none" - } - ], - "packageName": "@itwin/core-backend" -} \ No newline at end of file diff --git a/common/changes/@itwin/core-backend/affanK-regression_classid_2024-10-18-19-55.json b/common/changes/@itwin/core-backend/affanK-regression_classid_2024-10-18-19-55.json deleted file mode 100644 index 6ff350432fd5..000000000000 --- a/common/changes/@itwin/core-backend/affanK-regression_classid_2024-10-18-19-55.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/core-backend", - "comment": "Comply with 4.8.x ECSql row format", - "type": "none" - } - ], - "packageName": "@itwin/core-backend" -} \ No newline at end of file diff --git a/common/changes/@itwin/core-frontend/andremig-clipstyle-bug_2024-08-26-17-00.json b/common/changes/@itwin/core-frontend/andremig-clipstyle-bug_2024-08-26-17-00.json deleted file mode 100644 index ac11a63efe7e..000000000000 --- a/common/changes/@itwin/core-frontend/andremig-clipstyle-bug_2024-08-26-17-00.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/core-frontend", - "comment": "", - "type": "none" - } - ], - "packageName": "@itwin/core-frontend" -} \ No newline at end of file diff --git a/common/changes/@itwin/ecschema-editing/schema-editing-baseclass-validation-fix_2024-10-02-10-13.json b/common/changes/@itwin/ecschema-editing/schema-editing-baseclass-validation-fix_2024-10-02-10-13.json deleted file mode 100644 index b0e7d3b96542..000000000000 --- a/common/changes/@itwin/ecschema-editing/schema-editing-baseclass-validation-fix_2024-10-02-10-13.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@itwin/ecschema-editing", - "comment": "", - "type": "none" - } - ], - "packageName": "@itwin/ecschema-editing" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 10aac2483e1f..e292abee9833 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -2,7 +2,7 @@ { "policyName": "prerelease-monorepo-lockStep", "definitionName": "lockStepVersion", - "version": "4.9.4", + "version": "4.9.5", "nextBump": "prerelease" } ] diff --git a/core/backend/CHANGELOG.json b/core/backend/CHANGELOG.json index a77cecc146df..2f3d4dca3740 100644 --- a/core/backend/CHANGELOG.json +++ b/core/backend/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@itwin/core-backend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-backend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": { + "none": [ + { + "comment": "Comply with 4.8.x ECSql row format" + } + ] + } + }, { "version": "4.9.4", "tag": "@itwin/core-backend_v4.9.4", diff --git a/core/backend/CHANGELOG.md b/core/backend/CHANGELOG.md index 2cd5b4b90273..9d1c8e192e70 100644 --- a/core/backend/CHANGELOG.md +++ b/core/backend/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @itwin/core-backend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +### Updates + +- Comply with 4.8.x ECSql row format ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/backend/package.json b/core/backend/package.json index 1865b90c8c4e..3bfef8dcbbae 100644 --- a/core/backend/package.json +++ b/core/backend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-backend", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js backend components", "main": "lib/cjs/core-backend.js", "typings": "lib/cjs/core-backend", @@ -45,9 +45,9 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-geometry": "workspace:^4.9.4", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-geometry": "workspace:^4.9.5", "@opentelemetry/api": "^1.0.4" }, "peerDependenciesMeta": { diff --git a/core/bentley/CHANGELOG.json b/core/bentley/CHANGELOG.json index 77f993aca7e9..8f71ee6f8395 100644 --- a/core/bentley/CHANGELOG.json +++ b/core/bentley/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-bentley", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-bentley_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-bentley_v4.9.4", diff --git a/core/bentley/CHANGELOG.md b/core/bentley/CHANGELOG.md index feed6b01a6b4..d90db91d9700 100644 --- a/core/bentley/CHANGELOG.md +++ b/core/bentley/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-bentley -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/bentley/package.json b/core/bentley/package.json index 8e1c30565253..b6b6ebbfe030 100644 --- a/core/bentley/package.json +++ b/core/bentley/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-bentley", - "version": "4.9.4", + "version": "4.9.5", "description": "Bentley JavaScript core components", "main": "lib/cjs/core-bentley.js", "module": "lib/esm/core-bentley.js", diff --git a/core/common/CHANGELOG.json b/core/common/CHANGELOG.json index 97fd99ea28c0..2d754cf2a86a 100644 --- a/core/common/CHANGELOG.json +++ b/core/common/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-common", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-common_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-common_v4.9.4", diff --git a/core/common/CHANGELOG.md b/core/common/CHANGELOG.md index 206c8d41f3ab..fab2f588bb3b 100644 --- a/core/common/CHANGELOG.md +++ b/core/common/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-common -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/common/package.json b/core/common/package.json index 93a39cbdd5dc..d38b39bba552 100644 --- a/core/common/package.json +++ b/core/common/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-common", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js components common to frontend and backend", "main": "lib/cjs/core-common.js", "module": "lib/esm/core-common.js", @@ -40,8 +40,8 @@ "js-base64": "^3.6.1" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-geometry": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-geometry": "workspace:^4.9.5" }, "devDependencies": { "@itwin/build-tools": "workspace:*", diff --git a/core/ecschema-editing/CHANGELOG.json b/core/ecschema-editing/CHANGELOG.json index 3380b87ffb1e..f9bbaa23411b 100644 --- a/core/ecschema-editing/CHANGELOG.json +++ b/core/ecschema-editing/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/ecschema-editing", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/ecschema-editing_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/ecschema-editing_v4.9.4", diff --git a/core/ecschema-editing/CHANGELOG.md b/core/ecschema-editing/CHANGELOG.md index 59695dd1be3f..01238a387b82 100644 --- a/core/ecschema-editing/CHANGELOG.md +++ b/core/ecschema-editing/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/ecschema-editing -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/ecschema-editing/package.json b/core/ecschema-editing/package.json index 799c18b5128d..d161cc8a50a2 100644 --- a/core/ecschema-editing/package.json +++ b/core/ecschema-editing/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/ecschema-editing", - "version": "4.9.4", + "version": "4.9.5", "description": "ECSchema editing and validation API", "license": "MIT", "main": "lib/cjs/ecschema-editing.js", @@ -61,9 +61,9 @@ "typescript": "~5.3.3" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-quantity": "workspace:^4.9.4", - "@itwin/ecschema-metadata": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-quantity": "workspace:^4.9.5", + "@itwin/ecschema-metadata": "workspace:^4.9.5" }, "nyc": { "extends": "./node_modules/@itwin/build-tools/.nycrc" diff --git a/core/ecschema-locaters/CHANGELOG.json b/core/ecschema-locaters/CHANGELOG.json index fdd2e08d22b0..49c15f23f127 100644 --- a/core/ecschema-locaters/CHANGELOG.json +++ b/core/ecschema-locaters/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/ecschema-locaters", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/ecschema-locaters_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/ecschema-locaters_v4.9.4", diff --git a/core/ecschema-locaters/CHANGELOG.md b/core/ecschema-locaters/CHANGELOG.md index cbc0f60c5523..bcd9e5a7de91 100644 --- a/core/ecschema-locaters/CHANGELOG.md +++ b/core/ecschema-locaters/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/ecschema-locaters -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/ecschema-locaters/package.json b/core/ecschema-locaters/package.json index ac480e533062..2596726b8c98 100644 --- a/core/ecschema-locaters/package.json +++ b/core/ecschema-locaters/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/ecschema-locaters", - "version": "4.9.4", + "version": "4.9.5", "description": "EC Schema file locaters", "license": "MIT", "main": "lib/cjs/ecschema-locaters.js", @@ -75,7 +75,7 @@ "@xmldom/xmldom": "~0.8.5" }, "peerDependencies": { - "@itwin/ecschema-metadata": "workspace:^4.9.4" + "@itwin/ecschema-metadata": "workspace:^4.9.5" }, "nyc": { "extends": "./node_modules/@itwin/build-tools/.nycrc", diff --git a/core/ecschema-metadata/CHANGELOG.json b/core/ecschema-metadata/CHANGELOG.json index 41fede4a876a..bbb03a8ebd9a 100644 --- a/core/ecschema-metadata/CHANGELOG.json +++ b/core/ecschema-metadata/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/ecschema-metadata", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/ecschema-metadata_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/ecschema-metadata_v4.9.4", diff --git a/core/ecschema-metadata/CHANGELOG.md b/core/ecschema-metadata/CHANGELOG.md index 1952df55a2fe..5599c0beb1cd 100644 --- a/core/ecschema-metadata/CHANGELOG.md +++ b/core/ecschema-metadata/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/ecschema-metadata -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/ecschema-metadata/package.json b/core/ecschema-metadata/package.json index eb8a197bf1cf..0c1dcf7744ce 100644 --- a/core/ecschema-metadata/package.json +++ b/core/ecschema-metadata/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/ecschema-metadata", - "version": "4.9.4", + "version": "4.9.5", "description": "ECObjects core concepts in typescript", "license": "MIT", "main": "lib/cjs/ecschema-metadata.js", @@ -60,8 +60,8 @@ "typescript": "~5.3.3" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-quantity": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-quantity": "workspace:^4.9.5" }, "nyc": { "extends": "./node_modules/@itwin/build-tools/.nycrc" diff --git a/core/ecschema-rpc/common/CHANGELOG.json b/core/ecschema-rpc/common/CHANGELOG.json index d80c8bb8af26..327e450eafd8 100644 --- a/core/ecschema-rpc/common/CHANGELOG.json +++ b/core/ecschema-rpc/common/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/ecschema-rpcinterface-common", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/ecschema-rpcinterface-common_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/ecschema-rpcinterface-common_v4.9.4", diff --git a/core/ecschema-rpc/common/CHANGELOG.md b/core/ecschema-rpc/common/CHANGELOG.md index 5a52db02c8a0..887d53fedcbc 100644 --- a/core/ecschema-rpc/common/CHANGELOG.md +++ b/core/ecschema-rpc/common/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/ecschema-rpcinterface-common -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/ecschema-rpc/common/package.json b/core/ecschema-rpc/common/package.json index 31ca2982b052..d82875df0b4f 100644 --- a/core/ecschema-rpc/common/package.json +++ b/core/ecschema-rpc/common/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/ecschema-rpcinterface-common", - "version": "4.9.4", + "version": "4.9.5", "description": "Schema RPC Interface common interface", "main": "lib/cjs/ecschema-rpc-interface.js", "typings": "lib/cjs/ecschema-rpc-interface", diff --git a/core/ecschema-rpc/impl/CHANGELOG.json b/core/ecschema-rpc/impl/CHANGELOG.json index aabb204affe4..bdb1d4ca1143 100644 --- a/core/ecschema-rpc/impl/CHANGELOG.json +++ b/core/ecschema-rpc/impl/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/ecschema-rpcinterface-impl", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/ecschema-rpcinterface-impl_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/ecschema-rpcinterface-impl_v4.9.4", diff --git a/core/ecschema-rpc/impl/CHANGELOG.md b/core/ecschema-rpc/impl/CHANGELOG.md index b60c4f4d2aba..4108b9354a7f 100644 --- a/core/ecschema-rpc/impl/CHANGELOG.md +++ b/core/ecschema-rpc/impl/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/ecschema-rpcinterface-impl -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/ecschema-rpc/impl/package.json b/core/ecschema-rpc/impl/package.json index f83d626bccce..a4076b51777e 100644 --- a/core/ecschema-rpc/impl/package.json +++ b/core/ecschema-rpc/impl/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/ecschema-rpcinterface-impl", - "version": "4.9.4", + "version": "4.9.5", "description": "Schema RPC Interface backend implementation", "main": "lib/cjs/ecschema-rpc-impl.js", "typings": "lib/cjs/ecschema-rpc-impl", diff --git a/core/ecsql/common/CHANGELOG.json b/core/ecsql/common/CHANGELOG.json index 881a85f35618..4001293bf985 100644 --- a/core/ecsql/common/CHANGELOG.json +++ b/core/ecsql/common/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/ecsql-common", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/ecsql-common_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/ecsql-common_v4.9.4", diff --git a/core/ecsql/common/CHANGELOG.md b/core/ecsql/common/CHANGELOG.md index ce50ea106d52..59a3154cd72a 100644 --- a/core/ecsql/common/CHANGELOG.md +++ b/core/ecsql/common/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/ecsql-common -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/ecsql/common/package.json b/core/ecsql/common/package.json index edadb9731422..a1f3bd855c3b 100644 --- a/core/ecsql/common/package.json +++ b/core/ecsql/common/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/ecsql-common", - "version": "4.9.4", + "version": "4.9.5", "description": "ECSql component that can be reference on backend and frontend", "main": "lib/cjs/ecsql-common.js", "module": "lib/esm/ecsql-common.js", diff --git a/core/electron/CHANGELOG.json b/core/electron/CHANGELOG.json index be6165974ffb..1abd861f1a01 100644 --- a/core/electron/CHANGELOG.json +++ b/core/electron/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-electron", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-electron_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-electron_v4.9.4", diff --git a/core/electron/CHANGELOG.md b/core/electron/CHANGELOG.md index 882c6a1302c0..342bfc946e70 100644 --- a/core/electron/CHANGELOG.md +++ b/core/electron/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-electron -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/electron/package.json b/core/electron/package.json index 38cc6aa6400b..8711e63dba0b 100644 --- a/core/electron/package.json +++ b/core/electron/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-electron", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js ElectronHost and ElectronApp", "license": "MIT", "engines": { @@ -35,10 +35,10 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-backend": "workspace:^4.9.4", - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-frontend": "workspace:^4.9.4", + "@itwin/core-backend": "workspace:^4.9.5", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-frontend": "workspace:^4.9.5", "electron": ">=23.0.0 <33.0.0" }, "devDependencies": { diff --git a/core/express-server/CHANGELOG.json b/core/express-server/CHANGELOG.json index bc966060a162..e802d6a99141 100644 --- a/core/express-server/CHANGELOG.json +++ b/core/express-server/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/express-server", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/express-server_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/express-server_v4.9.4", diff --git a/core/express-server/CHANGELOG.md b/core/express-server/CHANGELOG.md index c66eae46154b..b0c7af033743 100644 --- a/core/express-server/CHANGELOG.md +++ b/core/express-server/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/express-server -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/express-server/package.json b/core/express-server/package.json index 33ebeeb27ce3..4843ed05c60d 100644 --- a/core/express-server/package.json +++ b/core/express-server/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/express-server", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js express utilities", "main": "lib/cjs/ExpressServer.js", "typings": "lib/cjs/ExpressServer", diff --git a/core/extension/CHANGELOG.json b/core/extension/CHANGELOG.json index 7843d071ab94..e4ac164a74ef 100644 --- a/core/extension/CHANGELOG.json +++ b/core/extension/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-extension", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-extension_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-extension_v4.9.4", diff --git a/core/extension/CHANGELOG.md b/core/extension/CHANGELOG.md index 1f1d9f6212d9..49bd24337f60 100644 --- a/core/extension/CHANGELOG.md +++ b/core/extension/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-extension -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/extension/package.json b/core/extension/package.json index c381caa51286..ce580c4e82c7 100644 --- a/core/extension/package.json +++ b/core/extension/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-extension", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js Extension API", "type": "module", "typings": "index.d.ts", diff --git a/core/frontend-devtools/CHANGELOG.json b/core/frontend-devtools/CHANGELOG.json index cad51e17a790..91a956aaf7d8 100644 --- a/core/frontend-devtools/CHANGELOG.json +++ b/core/frontend-devtools/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/frontend-devtools", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/frontend-devtools_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/frontend-devtools_v4.9.4", diff --git a/core/frontend-devtools/CHANGELOG.md b/core/frontend-devtools/CHANGELOG.md index 58b4b93d517b..e36ace99c2d2 100644 --- a/core/frontend-devtools/CHANGELOG.md +++ b/core/frontend-devtools/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/frontend-devtools -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/frontend-devtools/package.json b/core/frontend-devtools/package.json index 9b3c1336d5b3..5aa98779cd6a 100644 --- a/core/frontend-devtools/package.json +++ b/core/frontend-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/frontend-devtools", - "version": "4.9.4", + "version": "4.9.5", "description": "Debug menu and supporting UI widgets", "main": "lib/cjs/frontend-devtools.js", "module": "lib/esm/frontend-devtools.js", diff --git a/core/frontend/CHANGELOG.json b/core/frontend/CHANGELOG.json index ef77c51f4337..224fcae5e1e2 100644 --- a/core/frontend/CHANGELOG.json +++ b/core/frontend/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-frontend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-frontend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-frontend_v4.9.4", diff --git a/core/frontend/CHANGELOG.md b/core/frontend/CHANGELOG.md index a5a99d5db570..abfa9a463c8f 100644 --- a/core/frontend/CHANGELOG.md +++ b/core/frontend/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-frontend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/frontend/package.json b/core/frontend/package.json index 1e2e20c9fff7..41f6386e4ff7 100644 --- a/core/frontend/package.json +++ b/core/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-frontend", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js frontend components", "main": "lib/cjs/core-frontend.js", "module": "lib/esm/core-frontend.js", @@ -45,12 +45,12 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/appui-abstract": "workspace:^4.9.4", - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-geometry": "workspace:^4.9.4", - "@itwin/core-orbitgt": "workspace:^4.9.4", - "@itwin/core-quantity": "workspace:^4.9.4" + "@itwin/appui-abstract": "workspace:^4.9.5", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-geometry": "workspace:^4.9.5", + "@itwin/core-orbitgt": "workspace:^4.9.5", + "@itwin/core-quantity": "workspace:^4.9.5" }, "//devDependencies": [ "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install", diff --git a/core/geometry/CHANGELOG.json b/core/geometry/CHANGELOG.json index 0c4426ae313f..e1cfcf49e7f8 100644 --- a/core/geometry/CHANGELOG.json +++ b/core/geometry/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-geometry", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-geometry_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-geometry_v4.9.4", diff --git a/core/geometry/CHANGELOG.md b/core/geometry/CHANGELOG.md index 823a57cf1891..72649435c0cb 100644 --- a/core/geometry/CHANGELOG.md +++ b/core/geometry/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-geometry -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/geometry/package.json b/core/geometry/package.json index 6195aec33063..6adf0f60e430 100644 --- a/core/geometry/package.json +++ b/core/geometry/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-geometry", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js Core Geometry library", "main": "lib/cjs/core-geometry.js", "module": "lib/esm/core-geometry.js", diff --git a/core/hypermodeling/CHANGELOG.json b/core/hypermodeling/CHANGELOG.json index cc73ea7da5e1..52f0bfafd742 100644 --- a/core/hypermodeling/CHANGELOG.json +++ b/core/hypermodeling/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/hypermodeling-frontend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/hypermodeling-frontend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/hypermodeling-frontend_v4.9.4", diff --git a/core/hypermodeling/CHANGELOG.md b/core/hypermodeling/CHANGELOG.md index 9d678f24c8be..75a1a8fce535 100644 --- a/core/hypermodeling/CHANGELOG.md +++ b/core/hypermodeling/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/hypermodeling-frontend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/hypermodeling/package.json b/core/hypermodeling/package.json index 2567a6e53ddb..3e94d8c4ebd1 100644 --- a/core/hypermodeling/package.json +++ b/core/hypermodeling/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/hypermodeling-frontend", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js hypermodeling package", "main": "lib/cjs/hypermodeling-frontend.js", "module": "lib/esm/hypermodeling-frontend.js", @@ -37,10 +37,10 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-frontend": "workspace:^4.9.4", - "@itwin/core-geometry": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-frontend": "workspace:^4.9.5", + "@itwin/core-geometry": "workspace:^4.9.5" }, "devDependencies": { "@itwin/build-tools": "workspace:*", diff --git a/core/i18n/CHANGELOG.json b/core/i18n/CHANGELOG.json index 60a1730c9cc3..1953d66e103a 100644 --- a/core/i18n/CHANGELOG.json +++ b/core/i18n/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-i18n", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-i18n_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-i18n_v4.9.4", diff --git a/core/i18n/CHANGELOG.md b/core/i18n/CHANGELOG.md index b9ed61a65b25..c332a10f612e 100644 --- a/core/i18n/CHANGELOG.md +++ b/core/i18n/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-i18n -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/i18n/package.json b/core/i18n/package.json index 722805da3ea3..d6534214a7f3 100644 --- a/core/i18n/package.json +++ b/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-i18n", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js localization code", "main": "lib/cjs/core-i18n.js", "module": "lib/esm/core-i18n.js", @@ -35,7 +35,7 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5" }, "//devDependencies": [ "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install", diff --git a/core/markup/CHANGELOG.json b/core/markup/CHANGELOG.json index 7b713faf49ec..64031fa43146 100644 --- a/core/markup/CHANGELOG.json +++ b/core/markup/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-markup", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-markup_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-markup_v4.9.4", diff --git a/core/markup/CHANGELOG.md b/core/markup/CHANGELOG.md index ec7377575953..c646acae506b 100644 --- a/core/markup/CHANGELOG.md +++ b/core/markup/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-markup -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/markup/package.json b/core/markup/package.json index 40ceb7f1208b..ec30748d3f38 100644 --- a/core/markup/package.json +++ b/core/markup/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-markup", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js markup package", "main": "lib/cjs/core-markup.js", "module": "lib/esm/core-markup.js", @@ -42,10 +42,10 @@ "@svgdotjs/svg.js": "3.0.13" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-frontend": "workspace:^4.9.4", - "@itwin/core-geometry": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-frontend": "workspace:^4.9.5", + "@itwin/core-geometry": "workspace:^4.9.5" }, "devDependencies": { "@itwin/build-tools": "workspace:*", diff --git a/core/mobile/CHANGELOG.json b/core/mobile/CHANGELOG.json index 32112c5e8662..2336de2570b2 100644 --- a/core/mobile/CHANGELOG.json +++ b/core/mobile/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-mobile", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-mobile_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-mobile_v4.9.4", diff --git a/core/mobile/CHANGELOG.md b/core/mobile/CHANGELOG.md index 416b683819e6..998e94073d2c 100644 --- a/core/mobile/CHANGELOG.md +++ b/core/mobile/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-mobile -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/mobile/package.json b/core/mobile/package.json index 37a0a61c9064..f0b2e98e607e 100644 --- a/core/mobile/package.json +++ b/core/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-mobile", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js MobileHost and MobileApp", "license": "MIT", "engines": { @@ -32,10 +32,10 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-backend": "workspace:^4.9.4", - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-frontend": "workspace:^4.9.4" + "@itwin/core-backend": "workspace:^4.9.5", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-frontend": "workspace:^4.9.5" }, "dependencies": { "lodash": "^4.17.21", diff --git a/core/orbitgt/CHANGELOG.json b/core/orbitgt/CHANGELOG.json index 846b3706c733..519e9ca3d12a 100644 --- a/core/orbitgt/CHANGELOG.json +++ b/core/orbitgt/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-orbitgt", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-orbitgt_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-orbitgt_v4.9.4", diff --git a/core/orbitgt/CHANGELOG.md b/core/orbitgt/CHANGELOG.md index 8af641385aa0..55b0c4b718d7 100644 --- a/core/orbitgt/CHANGELOG.md +++ b/core/orbitgt/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-orbitgt -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/orbitgt/package.json b/core/orbitgt/package.json index 7c3437cb35ca..5a1114aff4b9 100644 --- a/core/orbitgt/package.json +++ b/core/orbitgt/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-orbitgt", - "version": "4.9.4", + "version": "4.9.5", "description": "", "main": "lib/cjs/core-orbitgt.js", "module": "lib/esm/core-orbitgt.js", diff --git a/core/quantity/CHANGELOG.json b/core/quantity/CHANGELOG.json index bd4490fb165e..5db02d167485 100644 --- a/core/quantity/CHANGELOG.json +++ b/core/quantity/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-quantity", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-quantity_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-quantity_v4.9.4", diff --git a/core/quantity/CHANGELOG.md b/core/quantity/CHANGELOG.md index 0bf6a74e352c..c1094c7aaab8 100644 --- a/core/quantity/CHANGELOG.md +++ b/core/quantity/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-quantity -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/quantity/package.json b/core/quantity/package.json index 0086c9b20c5a..3fc7eb93ef56 100644 --- a/core/quantity/package.json +++ b/core/quantity/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-quantity", - "version": "4.9.4", + "version": "4.9.5", "description": "Quantity parsing, formatting and conversions for iModel.js", "main": "lib/cjs/core-quantity.js", "module": "lib/esm/core-quantity.js", @@ -51,7 +51,7 @@ "typescript": "~5.3.3" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5" }, "nyc": { "extends": "./node_modules/@itwin/build-tools/.nycrc" diff --git a/core/telemetry/CHANGELOG.json b/core/telemetry/CHANGELOG.json index 94eadb692840..b8805eaede4d 100644 --- a/core/telemetry/CHANGELOG.json +++ b/core/telemetry/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-telemetry", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-telemetry_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-telemetry_v4.9.4", diff --git a/core/telemetry/CHANGELOG.md b/core/telemetry/CHANGELOG.md index 346d8010d824..c125d9e65607 100644 --- a/core/telemetry/CHANGELOG.md +++ b/core/telemetry/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-telemetry -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/telemetry/package.json b/core/telemetry/package.json index 99569025a14b..261c2b4c4498 100644 --- a/core/telemetry/package.json +++ b/core/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-telemetry", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js Telemetry Client", "main": "lib/cjs/core-telemetry.js", "module": "lib/esm/core-telemetry.js", diff --git a/core/webgl-compatibility/CHANGELOG.json b/core/webgl-compatibility/CHANGELOG.json index fa419c2cfadf..296b8a9d74e6 100644 --- a/core/webgl-compatibility/CHANGELOG.json +++ b/core/webgl-compatibility/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/webgl-compatibility", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/webgl-compatibility_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/webgl-compatibility_v4.9.4", diff --git a/core/webgl-compatibility/CHANGELOG.md b/core/webgl-compatibility/CHANGELOG.md index fec48d702c37..9d71878e2ee0 100644 --- a/core/webgl-compatibility/CHANGELOG.md +++ b/core/webgl-compatibility/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/webgl-compatibility -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/core/webgl-compatibility/package.json b/core/webgl-compatibility/package.json index 503154b91e2d..1dea4ec4122e 100644 --- a/core/webgl-compatibility/package.json +++ b/core/webgl-compatibility/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/webgl-compatibility", - "version": "4.9.4", + "version": "4.9.5", "description": "APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.", "license": "MIT", "main": "lib/cjs/webgl-compatibility.js", diff --git a/domains/analytical/backend/CHANGELOG.json b/domains/analytical/backend/CHANGELOG.json index aa693295d54b..cb4e2f3692a5 100644 --- a/domains/analytical/backend/CHANGELOG.json +++ b/domains/analytical/backend/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/analytical-backend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/analytical-backend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/analytical-backend_v4.9.4", diff --git a/domains/analytical/backend/CHANGELOG.md b/domains/analytical/backend/CHANGELOG.md index 6d03f3d8fc58..8a0327f9efe8 100644 --- a/domains/analytical/backend/CHANGELOG.md +++ b/domains/analytical/backend/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/analytical-backend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/domains/analytical/backend/package.json b/domains/analytical/backend/package.json index 032ad2981c6f..fcd44183b35e 100644 --- a/domains/analytical/backend/package.json +++ b/domains/analytical/backend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/analytical-backend", - "version": "4.9.4", + "version": "4.9.5", "main": "lib/cjs/analytical-backend.js", "typings": "lib/cjs/analytical-backend", "license": "MIT", @@ -32,9 +32,9 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-backend": "workspace:^4.9.4", - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4" + "@itwin/core-backend": "workspace:^4.9.5", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5" }, "//devDependencies": [ "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install", diff --git a/domains/linear-referencing/backend/CHANGELOG.json b/domains/linear-referencing/backend/CHANGELOG.json index 8da3b9e8da33..1ca6660ed37f 100644 --- a/domains/linear-referencing/backend/CHANGELOG.json +++ b/domains/linear-referencing/backend/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/linear-referencing-backend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/linear-referencing-backend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/linear-referencing-backend_v4.9.4", diff --git a/domains/linear-referencing/backend/CHANGELOG.md b/domains/linear-referencing/backend/CHANGELOG.md index 6f3793939cfb..608bfdc2cf4b 100644 --- a/domains/linear-referencing/backend/CHANGELOG.md +++ b/domains/linear-referencing/backend/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/linear-referencing-backend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/domains/linear-referencing/backend/package.json b/domains/linear-referencing/backend/package.json index 519d803ad739..d5fd75545b68 100644 --- a/domains/linear-referencing/backend/package.json +++ b/domains/linear-referencing/backend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/linear-referencing-backend", - "version": "4.9.4", + "version": "4.9.5", "main": "lib/cjs/linear-referencing-backend.js", "typings": "lib/cjs/linear-referencing-backend", "license": "MIT", @@ -32,10 +32,10 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-backend": "workspace:^4.9.4", - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/linear-referencing-common": "workspace:^4.9.4" + "@itwin/core-backend": "workspace:^4.9.5", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/linear-referencing-common": "workspace:^4.9.5" }, "//devDependencies": [ "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install", diff --git a/domains/linear-referencing/common/CHANGELOG.json b/domains/linear-referencing/common/CHANGELOG.json index c78521aa4095..68290d862758 100644 --- a/domains/linear-referencing/common/CHANGELOG.json +++ b/domains/linear-referencing/common/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/linear-referencing-common", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/linear-referencing-common_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/linear-referencing-common_v4.9.4", diff --git a/domains/linear-referencing/common/CHANGELOG.md b/domains/linear-referencing/common/CHANGELOG.md index 106063133af3..62300e3475ab 100644 --- a/domains/linear-referencing/common/CHANGELOG.md +++ b/domains/linear-referencing/common/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/linear-referencing-common -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/domains/linear-referencing/common/package.json b/domains/linear-referencing/common/package.json index 4e5c6e4811ae..9f65315c6a88 100644 --- a/domains/linear-referencing/common/package.json +++ b/domains/linear-referencing/common/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/linear-referencing-common", - "version": "4.9.4", + "version": "4.9.5", "main": "lib/cjs/linear-referencing-common.js", "typings": "lib/cjs/linear-referencing-common", "license": "MIT", @@ -29,8 +29,8 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5" }, "//devDependencies": [ "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install", diff --git a/domains/physical-material/backend/CHANGELOG.json b/domains/physical-material/backend/CHANGELOG.json index 031599e74a1a..fefc72bf84df 100644 --- a/domains/physical-material/backend/CHANGELOG.json +++ b/domains/physical-material/backend/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/physical-material-backend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/physical-material-backend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/physical-material-backend_v4.9.4", diff --git a/domains/physical-material/backend/CHANGELOG.md b/domains/physical-material/backend/CHANGELOG.md index 4c62ff965abd..1e44fb15262a 100644 --- a/domains/physical-material/backend/CHANGELOG.md +++ b/domains/physical-material/backend/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/physical-material-backend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/domains/physical-material/backend/package.json b/domains/physical-material/backend/package.json index d63654a849c1..77e572c81182 100644 --- a/domains/physical-material/backend/package.json +++ b/domains/physical-material/backend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/physical-material-backend", - "version": "4.9.4", + "version": "4.9.5", "main": "lib/cjs/physical-material-backend.js", "typings": "lib/cjs/physical-material-backend", "license": "MIT", @@ -32,9 +32,9 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-backend": "workspace:^4.9.4", - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4" + "@itwin/core-backend": "workspace:^4.9.5", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5" }, "//devDependencies": [ "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install", diff --git a/editor/backend/CHANGELOG.json b/editor/backend/CHANGELOG.json index 30db19180e25..d372314b4f76 100644 --- a/editor/backend/CHANGELOG.json +++ b/editor/backend/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/editor-backend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/editor-backend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/editor-backend_v4.9.4", diff --git a/editor/backend/CHANGELOG.md b/editor/backend/CHANGELOG.md index 1e182ccbae4e..2ef3cc0a248d 100644 --- a/editor/backend/CHANGELOG.md +++ b/editor/backend/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/editor-backend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/editor/backend/package.json b/editor/backend/package.json index 68fc7de0f8c3..40561e224ce0 100644 --- a/editor/backend/package.json +++ b/editor/backend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/editor-backend", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js editor backend", "main": "lib/cjs/editor-backend.js", "typings": "lib/cjs/editor-backend", @@ -35,10 +35,10 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-backend": "workspace:^4.9.4", - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-geometry": "workspace:^4.9.4" + "@itwin/core-backend": "workspace:^4.9.5", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-geometry": "workspace:^4.9.5" }, "//devDependencies": [ "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install", diff --git a/editor/common/CHANGELOG.json b/editor/common/CHANGELOG.json index cf99326e1caf..84a73a4336b4 100644 --- a/editor/common/CHANGELOG.json +++ b/editor/common/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/editor-common", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/editor-common_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/editor-common_v4.9.4", diff --git a/editor/common/CHANGELOG.md b/editor/common/CHANGELOG.md index 4137b3d76bad..0691dbc7a39f 100644 --- a/editor/common/CHANGELOG.md +++ b/editor/common/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/editor-common -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/editor/common/package.json b/editor/common/package.json index 878bf74eed50..7e6169441d89 100644 --- a/editor/common/package.json +++ b/editor/common/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/editor-common", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js editing properties common to frontend and backend", "main": "lib/cjs/editor-common.js", "module": "lib/esm/editor-common.js", @@ -34,9 +34,9 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-geometry": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-geometry": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5" }, "devDependencies": { "@itwin/core-bentley": "workspace:*", diff --git a/editor/frontend/CHANGELOG.json b/editor/frontend/CHANGELOG.json index 411763e91a20..43cd83e8f19b 100644 --- a/editor/frontend/CHANGELOG.json +++ b/editor/frontend/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/editor-frontend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/editor-frontend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/editor-frontend_v4.9.4", diff --git a/editor/frontend/CHANGELOG.md b/editor/frontend/CHANGELOG.md index 49db1748a54f..16a2c875d286 100644 --- a/editor/frontend/CHANGELOG.md +++ b/editor/frontend/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/editor-frontend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/editor/frontend/package.json b/editor/frontend/package.json index e5c8c6b1faf4..b058b0f1006d 100644 --- a/editor/frontend/package.json +++ b/editor/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/editor-frontend", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js frontend components", "main": "lib/cjs/editor-frontend.js", "module": "lib/esm/editor-frontend.js", @@ -36,11 +36,11 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/appui-abstract": "workspace:^4.9.4", - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-frontend": "workspace:^4.9.4", - "@itwin/core-geometry": "workspace:^4.9.4" + "@itwin/appui-abstract": "workspace:^4.9.5", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-frontend": "workspace:^4.9.5", + "@itwin/core-geometry": "workspace:^4.9.5" }, "//devDependencies": [ "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install", diff --git a/extensions/frontend-tiles/CHANGELOG.json b/extensions/frontend-tiles/CHANGELOG.json index c73b58249134..bb7292f27c0d 100644 --- a/extensions/frontend-tiles/CHANGELOG.json +++ b/extensions/frontend-tiles/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/frontend-tiles", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/frontend-tiles_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/frontend-tiles_v4.9.4", diff --git a/extensions/frontend-tiles/CHANGELOG.md b/extensions/frontend-tiles/CHANGELOG.md index e1473274dd37..73bd06fd2d41 100644 --- a/extensions/frontend-tiles/CHANGELOG.md +++ b/extensions/frontend-tiles/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/frontend-tiles -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/extensions/frontend-tiles/package.json b/extensions/frontend-tiles/package.json index 3ca984075c51..ce14397e9bae 100644 --- a/extensions/frontend-tiles/package.json +++ b/extensions/frontend-tiles/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/frontend-tiles", - "version": "4.9.4", + "version": "4.9.5", "description": "Experimental alternative technique for visualizing the contents of iModels", "main": "lib/cjs/frontend-tiles.js", "module": "lib/esm/frontend-tiles.js", diff --git a/extensions/map-layers-auth/CHANGELOG.json b/extensions/map-layers-auth/CHANGELOG.json index df018cbc9efc..6a4943eafa9b 100644 --- a/extensions/map-layers-auth/CHANGELOG.json +++ b/extensions/map-layers-auth/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/map-layers-auth", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/map-layers-auth_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/map-layers-auth_v4.9.4", diff --git a/extensions/map-layers-auth/CHANGELOG.md b/extensions/map-layers-auth/CHANGELOG.md index 820dd17d5b04..f18f781850b3 100644 --- a/extensions/map-layers-auth/CHANGELOG.md +++ b/extensions/map-layers-auth/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/map-layers-auth -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/extensions/map-layers-auth/package.json b/extensions/map-layers-auth/package.json index 593b07a1eb6f..c5e559c434af 100644 --- a/extensions/map-layers-auth/package.json +++ b/extensions/map-layers-auth/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/map-layers-auth", - "version": "4.9.4", + "version": "4.9.5", "description": "Extension that adds a Map Layers Widget", "main": "lib/cjs/map-layers-auth.js", "module": "lib/esm/map-layers-auth.js", diff --git a/extensions/map-layers-formats/CHANGELOG.json b/extensions/map-layers-formats/CHANGELOG.json index e53b3d137765..82de3cc596da 100644 --- a/extensions/map-layers-formats/CHANGELOG.json +++ b/extensions/map-layers-formats/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/map-layers-formats", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/map-layers-formats_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/map-layers-formats_v4.9.4", diff --git a/extensions/map-layers-formats/CHANGELOG.md b/extensions/map-layers-formats/CHANGELOG.md index 8e7f2c9b787a..6a430ff4011e 100644 --- a/extensions/map-layers-formats/CHANGELOG.md +++ b/extensions/map-layers-formats/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/map-layers-formats -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/extensions/map-layers-formats/package.json b/extensions/map-layers-formats/package.json index fa273a3834a6..1b34243d8b92 100644 --- a/extensions/map-layers-formats/package.json +++ b/extensions/map-layers-formats/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/map-layers-formats", - "version": "4.9.4", + "version": "4.9.5", "description": "Enables additional map-layers formats in iTwin.js", "main": "lib/cjs/map-layers-formats.js", "module": "lib/esm/map-layers-formats.js", diff --git a/full-stack-tests/ecschema-rpc-interface/CHANGELOG.json b/full-stack-tests/ecschema-rpc-interface/CHANGELOG.json index 0766a3a326aa..60a420cae007 100644 --- a/full-stack-tests/ecschema-rpc-interface/CHANGELOG.json +++ b/full-stack-tests/ecschema-rpc-interface/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/ecschema-rpcinterface-tests", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/ecschema-rpcinterface-tests_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/ecschema-rpcinterface-tests_v4.9.4", diff --git a/full-stack-tests/ecschema-rpc-interface/CHANGELOG.md b/full-stack-tests/ecschema-rpc-interface/CHANGELOG.md index 39048d2d87d1..31c616e2dd9f 100644 --- a/full-stack-tests/ecschema-rpc-interface/CHANGELOG.md +++ b/full-stack-tests/ecschema-rpc-interface/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/ecschema-rpcinterface-tests -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/full-stack-tests/ecschema-rpc-interface/package.json b/full-stack-tests/ecschema-rpc-interface/package.json index ba834df148db..db23425c2bfa 100644 --- a/full-stack-tests/ecschema-rpc-interface/package.json +++ b/full-stack-tests/ecschema-rpc-interface/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/ecschema-rpcinterface-tests", - "version": "4.9.4", + "version": "4.9.5", "description": "Integration tests for the Schema RPC Interface", "author": { "name": "Bentley Systems, Inc.", diff --git a/full-stack-tests/rpc-interface/CHANGELOG.json b/full-stack-tests/rpc-interface/CHANGELOG.json index eb761eacda7b..d29abc6bad13 100644 --- a/full-stack-tests/rpc-interface/CHANGELOG.json +++ b/full-stack-tests/rpc-interface/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/rpcinterface-full-stack-tests", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/rpcinterface-full-stack-tests_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/rpcinterface-full-stack-tests_v4.9.4", diff --git a/full-stack-tests/rpc-interface/CHANGELOG.md b/full-stack-tests/rpc-interface/CHANGELOG.md index 0f64d346cdf3..aaa5fdbf01ef 100644 --- a/full-stack-tests/rpc-interface/CHANGELOG.md +++ b/full-stack-tests/rpc-interface/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/rpcinterface-full-stack-tests -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/full-stack-tests/rpc-interface/package.json b/full-stack-tests/rpc-interface/package.json index a14e61676d66..5300efbdb4cc 100644 --- a/full-stack-tests/rpc-interface/package.json +++ b/full-stack-tests/rpc-interface/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/rpcinterface-full-stack-tests", - "version": "4.9.4", + "version": "4.9.5", "description": "Test the full iTwin.js Core stack (frontend and backend) using standard RPC interfaces", "license": "MIT", "scripts": { diff --git a/presentation/backend/CHANGELOG.json b/presentation/backend/CHANGELOG.json index a19afb4ad46c..7ba9ea9e956f 100644 --- a/presentation/backend/CHANGELOG.json +++ b/presentation/backend/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/presentation-backend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/presentation-backend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/presentation-backend_v4.9.4", diff --git a/presentation/backend/CHANGELOG.md b/presentation/backend/CHANGELOG.md index 8e5e68a96ffc..4aad510d9aab 100644 --- a/presentation/backend/CHANGELOG.md +++ b/presentation/backend/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/presentation-backend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/presentation/backend/package.json b/presentation/backend/package.json index 9c7718e596d5..412af438bf86 100644 --- a/presentation/backend/package.json +++ b/presentation/backend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/presentation-backend", - "version": "4.9.4", + "version": "4.9.5", "description": "Backend of iTwin.js Presentation library", "license": "MIT", "repository": { @@ -39,12 +39,12 @@ "prettier:fix": "prettier --write ." }, "peerDependencies": { - "@itwin/core-backend": "workspace:^4.9.4", - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-quantity": "workspace:^4.9.4", - "@itwin/ecschema-metadata": "workspace:^4.9.4", - "@itwin/presentation-common": "workspace:^4.9.4" + "@itwin/core-backend": "workspace:^4.9.5", + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-quantity": "workspace:^4.9.5", + "@itwin/ecschema-metadata": "workspace:^4.9.5", + "@itwin/presentation-common": "workspace:^4.9.5" }, "devDependencies": { "@itwin/build-tools": "workspace:*", diff --git a/presentation/common/CHANGELOG.json b/presentation/common/CHANGELOG.json index fbc5058dd363..ef15b198980d 100644 --- a/presentation/common/CHANGELOG.json +++ b/presentation/common/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/presentation-common", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/presentation-common_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/presentation-common_v4.9.4", diff --git a/presentation/common/CHANGELOG.md b/presentation/common/CHANGELOG.md index 1f9fe00e1888..3231e012b731 100644 --- a/presentation/common/CHANGELOG.md +++ b/presentation/common/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/presentation-common -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/presentation/common/package.json b/presentation/common/package.json index 2b5309b19bf5..3c6b059cad15 100644 --- a/presentation/common/package.json +++ b/presentation/common/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/presentation-common", - "version": "4.9.4", + "version": "4.9.5", "description": "Common pieces for iModel.js presentation packages", "license": "MIT", "repository": { @@ -47,10 +47,10 @@ "prettier:fix": "prettier --write ." }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-quantity": "workspace:^4.9.4", - "@itwin/ecschema-metadata": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-quantity": "workspace:^4.9.5", + "@itwin/ecschema-metadata": "workspace:^4.9.5" }, "devDependencies": { "@itwin/build-tools": "workspace:*", diff --git a/presentation/frontend/CHANGELOG.json b/presentation/frontend/CHANGELOG.json index 81bfd605b857..07f11b3110b3 100644 --- a/presentation/frontend/CHANGELOG.json +++ b/presentation/frontend/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/presentation-frontend", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/presentation-frontend_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/presentation-frontend_v4.9.4", diff --git a/presentation/frontend/CHANGELOG.md b/presentation/frontend/CHANGELOG.md index 405c95dcdc3b..8635b03e4ea4 100644 --- a/presentation/frontend/CHANGELOG.md +++ b/presentation/frontend/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/presentation-frontend -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/presentation/frontend/package.json b/presentation/frontend/package.json index 80b6c808c9d6..1801ab9b684e 100644 --- a/presentation/frontend/package.json +++ b/presentation/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/presentation-frontend", - "version": "4.9.4", + "version": "4.9.5", "description": "Frontend of iModel.js Presentation library", "main": "lib/cjs/presentation-frontend.js", "module": "lib/esm/presentation-frontend.js", @@ -47,12 +47,12 @@ "rxjs-for-await": "^1.0.0" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4", - "@itwin/core-common": "workspace:^4.9.4", - "@itwin/core-frontend": "workspace:^4.9.4", - "@itwin/core-quantity": "workspace:^4.9.4", - "@itwin/ecschema-metadata": "workspace:^4.9.4", - "@itwin/presentation-common": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5", + "@itwin/core-common": "workspace:^4.9.5", + "@itwin/core-frontend": "workspace:^4.9.5", + "@itwin/core-quantity": "workspace:^4.9.5", + "@itwin/ecschema-metadata": "workspace:^4.9.5", + "@itwin/presentation-common": "workspace:^4.9.5" }, "devDependencies": { "@itwin/build-tools": "workspace:*", diff --git a/tools/backend-webpack/CHANGELOG.json b/tools/backend-webpack/CHANGELOG.json index 1298ee2f171b..511c8c04190a 100644 --- a/tools/backend-webpack/CHANGELOG.json +++ b/tools/backend-webpack/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/backend-webpack-tools", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/backend-webpack-tools_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/backend-webpack-tools_v4.9.4", diff --git a/tools/backend-webpack/CHANGELOG.md b/tools/backend-webpack/CHANGELOG.md index 3982eb819585..eced3cf31713 100644 --- a/tools/backend-webpack/CHANGELOG.md +++ b/tools/backend-webpack/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/backend-webpack-tools -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/tools/backend-webpack/package.json b/tools/backend-webpack/package.json index ff3372ec9825..2b10f3504f05 100644 --- a/tools/backend-webpack/package.json +++ b/tools/backend-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/backend-webpack-tools", - "version": "4.9.4", + "version": "4.9.5", "description": "Configuration and scripts for iTwin.js agents and backends.", "license": "MIT", "repository": { diff --git a/tools/build/CHANGELOG.json b/tools/build/CHANGELOG.json index da3e47fb2339..31e22ea79adc 100644 --- a/tools/build/CHANGELOG.json +++ b/tools/build/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/build-tools", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/build-tools_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/build-tools_v4.9.4", diff --git a/tools/build/CHANGELOG.md b/tools/build/CHANGELOG.md index 3ebe4f925920..e63c5a1f545c 100644 --- a/tools/build/CHANGELOG.md +++ b/tools/build/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/build-tools -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/tools/build/package.json b/tools/build/package.json index 83037cda58b7..ea2784d2f3e0 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/build-tools", - "version": "4.9.4", + "version": "4.9.5", "description": "Bentley build tools", "license": "MIT", "repository": { diff --git a/tools/certa/CHANGELOG.json b/tools/certa/CHANGELOG.json index 1e6a21a56f42..078da1043f96 100644 --- a/tools/certa/CHANGELOG.json +++ b/tools/certa/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/certa", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/certa_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/certa_v4.9.4", diff --git a/tools/certa/CHANGELOG.md b/tools/certa/CHANGELOG.md index f07564552990..2e610cf1ace1 100644 --- a/tools/certa/CHANGELOG.md +++ b/tools/certa/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/certa -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/tools/certa/package.json b/tools/certa/package.json index 4cba5a5bfc81..b3f3deea46e4 100644 --- a/tools/certa/package.json +++ b/tools/certa/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/certa", - "version": "4.9.4", + "version": "4.9.5", "description": "A mocha-based integration test runner", "license": "MIT", "main": "bin/certa.js", diff --git a/tools/ecschema2ts/CHANGELOG.json b/tools/ecschema2ts/CHANGELOG.json index 9d5310ed7f0d..c38497bed30d 100644 --- a/tools/ecschema2ts/CHANGELOG.json +++ b/tools/ecschema2ts/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/ecschema2ts", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/ecschema2ts_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/ecschema2ts_v4.9.4", diff --git a/tools/ecschema2ts/CHANGELOG.md b/tools/ecschema2ts/CHANGELOG.md index 07deb31e058a..f547e4960b50 100644 --- a/tools/ecschema2ts/CHANGELOG.md +++ b/tools/ecschema2ts/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/ecschema2ts -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/tools/ecschema2ts/package.json b/tools/ecschema2ts/package.json index 9a2b860fc180..a02dcb42f4be 100644 --- a/tools/ecschema2ts/package.json +++ b/tools/ecschema2ts/package.json @@ -2,7 +2,7 @@ "name": "@itwin/ecschema2ts", "description": "Command line tools that takes an ECSchema xml file and outputs a typescript module", "license": "MIT", - "version": "4.9.4", + "version": "4.9.5", "bin": { "ecschema2ts": "./bin/index.js" }, diff --git a/tools/perf-tools/CHANGELOG.json b/tools/perf-tools/CHANGELOG.json index c7904d6e5316..0643bad18609 100644 --- a/tools/perf-tools/CHANGELOG.json +++ b/tools/perf-tools/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/perf-tools", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/perf-tools_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/perf-tools_v4.9.4", diff --git a/tools/perf-tools/CHANGELOG.md b/tools/perf-tools/CHANGELOG.md index f3f92ca34ec7..35d0c368fbe4 100644 --- a/tools/perf-tools/CHANGELOG.md +++ b/tools/perf-tools/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/perf-tools -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/tools/perf-tools/package.json b/tools/perf-tools/package.json index a07cc383eae9..48f7d70ec21a 100644 --- a/tools/perf-tools/package.json +++ b/tools/perf-tools/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/perf-tools", - "version": "4.9.4", + "version": "4.9.5", "description": "Tools for collecting and reporting performance data", "main": "lib/cjs/index.js", "typings": "lib/cjs/index", diff --git a/tools/webpack-core/CHANGELOG.json b/tools/webpack-core/CHANGELOG.json index 0bae3ab5db48..159b172da1a4 100644 --- a/tools/webpack-core/CHANGELOG.json +++ b/tools/webpack-core/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/core-webpack-tools", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/core-webpack-tools_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/core-webpack-tools_v4.9.4", diff --git a/tools/webpack-core/CHANGELOG.md b/tools/webpack-core/CHANGELOG.md index 1471e10f089d..5d39cadcf75d 100644 --- a/tools/webpack-core/CHANGELOG.md +++ b/tools/webpack-core/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/core-webpack-tools -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/tools/webpack-core/package.json b/tools/webpack-core/package.json index a30580e4425a..ce235ea24007 100644 --- a/tools/webpack-core/package.json +++ b/tools/webpack-core/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/core-webpack-tools", - "version": "4.9.4", + "version": "4.9.5", "description": "Set of Webpack Plugins and Loaders used for building iTwin.js applications", "license": "MIT", "repository": { diff --git a/ui/appui-abstract/CHANGELOG.json b/ui/appui-abstract/CHANGELOG.json index 72c192851bf5..98ee41fddd21 100644 --- a/ui/appui-abstract/CHANGELOG.json +++ b/ui/appui-abstract/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/appui-abstract", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/appui-abstract_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/appui-abstract_v4.9.4", diff --git a/ui/appui-abstract/CHANGELOG.md b/ui/appui-abstract/CHANGELOG.md index 730b2a73824c..62678415d871 100644 --- a/ui/appui-abstract/CHANGELOG.md +++ b/ui/appui-abstract/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/appui-abstract -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/ui/appui-abstract/package.json b/ui/appui-abstract/package.json index d0bdec45a93d..f95b2093faf2 100644 --- a/ui/appui-abstract/package.json +++ b/ui/appui-abstract/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/appui-abstract", - "version": "4.9.4", + "version": "4.9.5", "description": "iTwin.js UI abstractions", "main": "lib/cjs/appui-abstract.js", "module": "lib/esm/appui-abstract.js", @@ -37,7 +37,7 @@ "url": "http://www.bentley.com" }, "peerDependencies": { - "@itwin/core-bentley": "workspace:^4.9.4" + "@itwin/core-bentley": "workspace:^4.9.5" }, "//devDependencies": [ "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install", diff --git a/utils/workspace-editor/CHANGELOG.json b/utils/workspace-editor/CHANGELOG.json index 664e10d02a8d..b08741a98240 100644 --- a/utils/workspace-editor/CHANGELOG.json +++ b/utils/workspace-editor/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@itwin/workspace-editor", "entries": [ + { + "version": "4.9.5", + "tag": "@itwin/workspace-editor_v4.9.5", + "date": "Tue, 22 Oct 2024 20:01:40 GMT", + "comments": {} + }, { "version": "4.9.4", "tag": "@itwin/workspace-editor_v4.9.4", diff --git a/utils/workspace-editor/CHANGELOG.md b/utils/workspace-editor/CHANGELOG.md index 9a7acd956758..f56fdedf7ffc 100644 --- a/utils/workspace-editor/CHANGELOG.md +++ b/utils/workspace-editor/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @itwin/workspace-editor -This log was last generated on Wed, 09 Oct 2024 20:22:04 GMT and should not be manually modified. +This log was last generated on Tue, 22 Oct 2024 20:01:40 GMT and should not be manually modified. + +## 4.9.5 +Tue, 22 Oct 2024 20:01:40 GMT + +_Version update only_ ## 4.9.4 Wed, 09 Oct 2024 20:22:04 GMT diff --git a/utils/workspace-editor/package.json b/utils/workspace-editor/package.json index 51f7dde8bec3..ffc71900d6a2 100644 --- a/utils/workspace-editor/package.json +++ b/utils/workspace-editor/package.json @@ -2,7 +2,7 @@ "name": "@itwin/workspace-editor", "license": "MIT", "main": "lib/WorkspaceEditor.js", - "version": "4.9.4", + "version": "4.9.5", "bin": { "WorkspaceEditor": "./lib/WorkspaceEditor.js" },