Skip to content

Commit 5831f81

Browse files
committed
merge master
2 parents 865aa4b + 7af82e0 commit 5831f81

134 files changed

Lines changed: 1032 additions & 382 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@itwin/presentation-common",
5+
"comment": "Fix content traverser (`createContentTraverser`) creating invalid fields hierarchy when array properties are nested under `NestedContentField`.",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@itwin/presentation-common"
10+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 287 additions & 275 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"policyName": "prerelease-monorepo-lockStep",
44
"definitionName": "lockStepVersion",
5-
"version": "5.9.0-dev.5",
5+
"version": "5.9.0-dev.6",
66
"nextBump": "prerelease"
77
}
88
]

core/backend/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@itwin/core-backend",
33
"entries": [
4+
{
5+
"version": "5.8.1",
6+
"tag": "@itwin/core-backend_v5.8.1",
7+
"date": "Fri, 10 Apr 2026 13:02:00 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "5.8.0",
612
"tag": "@itwin/core-backend_v5.8.0",

core/backend/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @itwin/core-backend
22

3-
This log was last generated on Thu, 02 Apr 2026 18:28:44 GMT and should not be manually modified.
3+
This log was last generated on Fri, 10 Apr 2026 13:03:16 GMT and should not be manually modified.
4+
5+
## 5.8.1
6+
Fri, 10 Apr 2026 13:02:00 GMT
7+
8+
_Version update only_
49

510
## 5.8.0
611
Thu, 02 Apr 2026 18:19:33 GMT

core/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/core-backend",
3-
"version": "5.9.0-dev.5",
3+
"version": "5.9.0-dev.6",
44
"description": "iTwin.js backend components",
55
"main": "lib/cjs/core-backend.js",
66
"module": "lib/esm/core-backend.js",

core/bentley/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@itwin/core-bentley",
33
"entries": [
4+
{
5+
"version": "5.8.1",
6+
"tag": "@itwin/core-bentley_v5.8.1",
7+
"date": "Fri, 10 Apr 2026 13:02:00 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "5.8.0",
612
"tag": "@itwin/core-bentley_v5.8.0",

core/bentley/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log - @itwin/core-bentley
22

3-
This log was last generated on Thu, 02 Apr 2026 18:28:44 GMT and should not be manually modified.
3+
This log was last generated on Fri, 10 Apr 2026 13:03:16 GMT and should not be manually modified.
4+
5+
## 5.8.1
6+
Fri, 10 Apr 2026 13:02:00 GMT
7+
8+
_Version update only_
49

510
## 5.8.0
611
Thu, 02 Apr 2026 18:19:33 GMT

core/bentley/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itwin/core-bentley",
3-
"version": "5.9.0-dev.5",
3+
"version": "5.9.0-dev.6",
44
"description": "Bentley JavaScript core components",
55
"main": "lib/cjs/core-bentley.js",
66
"module": "lib/esm/core-bentley.js",

core/common/CHANGELOG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "@itwin/core-common",
33
"entries": [
4+
{
5+
"version": "5.8.1",
6+
"tag": "@itwin/core-common_v5.8.1",
7+
"date": "Fri, 10 Apr 2026 13:02:00 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "5.8.0",
612
"tag": "@itwin/core-common_v5.8.0",

0 commit comments

Comments
 (0)