Skip to content

Commit 6f06c70

Browse files
5.6.1
1 parent aa75201 commit 6f06c70

File tree

135 files changed

+576
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+576
-137
lines changed

common/changes/@itwin/core-backend/2026-02-12-02-32.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@itwin/core-backend/2026-02-13-09-55.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@itwin/core-backend/mike-fix-pragma_2026-02-02-17-58.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@itwin/core-backend/mike-fix-pragma_2026-02-06-16-41.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

common/changes/@itwin/core-common/bugfix-black-text-color-is-falsy_2026-02-12-14-39.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

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.6.0",
5+
"version": "5.6.1",
66
"nextBump": "prerelease"
77
}
88
]

core/backend/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@itwin/core-backend",
33
"entries": [
4+
{
5+
"version": "5.6.1",
6+
"tag": "@itwin/core-backend_v5.6.1",
7+
"date": "Fri, 13 Feb 2026 17:11:47 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Add iModelDb.integrityCheck function that checks imodel database for corruption and reports results"
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "5.6.0",
618
"tag": "@itwin/core-backend_v5.6.0",

core/backend/CHANGELOG.md

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

3-
This log was last generated on Thu, 05 Feb 2026 16:12:37 GMT and should not be manually modified.
3+
This log was last generated on Fri, 13 Feb 2026 17:11:47 GMT and should not be manually modified.
4+
5+
## 5.6.1
6+
Fri, 13 Feb 2026 17:11:47 GMT
7+
8+
### Updates
9+
10+
- Add iModelDb.integrityCheck function that checks imodel database for corruption and reports results
411

512
## 5.6.0
613
Thu, 05 Feb 2026 16:12:37 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.6.0",
3+
"version": "5.6.1",
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.6.1",
6+
"tag": "@itwin/core-bentley_v5.6.1",
7+
"date": "Fri, 13 Feb 2026 17:11:47 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "5.6.0",
612
"tag": "@itwin/core-bentley_v5.6.0",

0 commit comments

Comments
 (0)