@itwin/presentation-backend 5.10.0-dev.11 → 5.10.0-dev.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Fri, 08 May 2026 20:37:55 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 May 2026 19:15:25 GMT and should not be manually modified.
4
4
 
5
5
  ## 5.9.2
6
6
  Fri, 08 May 2026 20:36:41 GMT
@@ -20,6 +20,11 @@ Mon, 04 May 2026 16:32:08 GMT
20
20
  - added EditTxn apis
21
21
  - Fixes possible unhandled error caused by floating promise.
22
22
 
23
+ ## 5.8.5
24
+ Thu, 14 May 2026 19:12:21 GMT
25
+
26
+ _Version update only_
27
+
23
28
  ## 5.8.4
24
29
  Thu, 23 Apr 2026 18:05:14 GMT
25
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "5.10.0-dev.11",
3
+ "version": "5.10.0-dev.13",
4
4
  "description": "Backend of iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,12 +36,12 @@
36
36
  "./package.json": "./package.json"
37
37
  },
38
38
  "peerDependencies": {
39
- "@itwin/core-backend": "5.10.0-dev.11",
40
- "@itwin/core-bentley": "5.10.0-dev.11",
41
- "@itwin/core-common": "5.10.0-dev.11",
42
- "@itwin/ecschema-metadata": "5.10.0-dev.11",
43
- "@itwin/core-quantity": "5.10.0-dev.11",
44
- "@itwin/presentation-common": "5.10.0-dev.11"
39
+ "@itwin/core-backend": "5.10.0-dev.13",
40
+ "@itwin/core-common": "5.10.0-dev.13",
41
+ "@itwin/core-bentley": "5.10.0-dev.13",
42
+ "@itwin/core-quantity": "5.10.0-dev.13",
43
+ "@itwin/ecschema-metadata": "5.10.0-dev.13",
44
+ "@itwin/presentation-common": "5.10.0-dev.13"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@itwin/eslint-plugin": "^6.0.0",
@@ -75,14 +75,14 @@
75
75
  "sinon": "^17.0.2",
76
76
  "sinon-chai": "^3.7.0",
77
77
  "typescript": "~5.6.2",
78
- "@itwin/build-tools": "5.10.0-dev.11",
79
- "@itwin/core-common": "5.10.0-dev.11",
80
- "@itwin/ecschema-metadata": "5.10.0-dev.11",
81
- "@itwin/presentation-common": "5.10.0-dev.11",
82
- "internal-tools": "3.0.0-dev.69",
83
- "@itwin/core-backend": "5.10.0-dev.11",
84
- "@itwin/core-bentley": "5.10.0-dev.11",
85
- "@itwin/core-quantity": "5.10.0-dev.11"
78
+ "@itwin/build-tools": "5.10.0-dev.13",
79
+ "@itwin/core-quantity": "5.10.0-dev.13",
80
+ "@itwin/core-bentley": "5.10.0-dev.13",
81
+ "@itwin/ecschema-metadata": "5.10.0-dev.13",
82
+ "@itwin/presentation-common": "5.10.0-dev.13",
83
+ "@itwin/core-backend": "5.10.0-dev.13",
84
+ "@itwin/core-common": "5.10.0-dev.13",
85
+ "internal-tools": "3.0.0-dev.69"
86
86
  },
87
87
  "dependencies": {
88
88
  "@itwin/presentation-shared": "^1.2.1",