Skip to content

Commit dd88c21

Browse files
5.3.1
1 parent b881ba9 commit dd88c21

File tree

135 files changed

+588
-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

+588
-137
lines changed

common/changes/@itwin/core-backend/2025-11-06-13-43.json

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

common/changes/@itwin/core-backend/affank-add-rebase-events_2025-11-05-21-49.json

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

common/changes/@itwin/core-backend/affank-discardChanges_2025-10-29-19-01.json

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

common/changes/@itwin/core-common/pmc-fix-black-background-map-base_2025-11-03-11-20.json

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

common/changes/@itwin/core-frontend/pmc-fix-stale-subcategory-cache_2025-11-05-16-07.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.3.0",
5+
"version": "5.3.1",
66
"nextBump": "prerelease"
77
}
88
]

core/backend/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@itwin/core-backend",
33
"entries": [
4+
{
5+
"version": "5.3.1",
6+
"tag": "@itwin/core-backend_v5.3.1",
7+
"date": "Thu, 06 Nov 2025 20:29:06 GMT",
8+
"comments": {
9+
"none": [
10+
{
11+
"comment": "Enhance rebase event handling in TxnManager "
12+
},
13+
{
14+
"comment": "Make discardChanges() public preview"
15+
}
16+
]
17+
}
18+
},
419
{
520
"version": "5.3.0",
621
"tag": "@itwin/core-backend_v5.3.0",

core/backend/CHANGELOG.md

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

3-
This log was last generated on Mon, 03 Nov 2025 19:02:35 GMT and should not be manually modified.
3+
This log was last generated on Thu, 06 Nov 2025 20:29:06 GMT and should not be manually modified.
4+
5+
## 5.3.1
6+
Thu, 06 Nov 2025 20:29:06 GMT
7+
8+
### Updates
9+
10+
- Enhance rebase event handling in TxnManager
11+
- Make discardChanges() public preview
412

513
## 5.3.0
614
Mon, 03 Nov 2025 19:02:35 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.3.0",
3+
"version": "5.3.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.3.1",
6+
"tag": "@itwin/core-bentley_v5.3.1",
7+
"date": "Thu, 06 Nov 2025 20:29:06 GMT",
8+
"comments": {}
9+
},
410
{
511
"version": "5.3.0",
612
"tag": "@itwin/core-bentley_v5.3.0",

0 commit comments

Comments
 (0)