@itwin/presentation-frontend 5.13.0-dev.18 → 5.13.0-dev.20

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 +11 -1
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/presentation-frontend
2
2
 
3
- This log was last generated on Tue, 18 Aug 2026 15:47:07 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Aug 2026 21:23:35 GMT and should not be manually modified.
4
+
5
+ ## 5.12.5
6
+ Tue, 25 Aug 2026 21:22:08 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.12.4
6
11
  Tue, 18 Aug 2026 15:45:35 GMT
@@ -29,6 +34,11 @@ Mon, 03 Aug 2026 12:25:50 GMT
29
34
 
30
35
  - Deprecated `PresentationManagerProps.clientId`. It is no longer used and has no effect: the backend now keys `PresentationManager` instances by the authenticated user (web deployments) or uses a single shared manager (IPC apps) instead of by a caller-supplied `clientId`. The value is still sent to the backend for backwards compatibility with older backends.
31
36
 
37
+ ## 5.11.4
38
+ Tue, 25 Aug 2026 19:54:22 GMT
39
+
40
+ _Version update only_
41
+
32
42
  ## 5.11.3
33
43
  Wed, 15 Jul 2026 19:40:44 GMT
34
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "5.13.0-dev.18",
3
+ "version": "5.13.0-dev.20",
4
4
  "description": "Frontend of iModel.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,12 +36,12 @@
36
36
  "rxjs-for-await": "^1.0.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@itwin/core-bentley": "5.13.0-dev.18",
40
- "@itwin/core-frontend": "5.13.0-dev.18",
41
- "@itwin/core-common": "5.13.0-dev.18",
42
- "@itwin/presentation-common": "5.13.0-dev.18",
43
- "@itwin/core-quantity": "5.13.0-dev.18",
44
- "@itwin/ecschema-metadata": "5.13.0-dev.18"
39
+ "@itwin/core-quantity": "5.13.0-dev.20",
40
+ "@itwin/core-bentley": "5.13.0-dev.20",
41
+ "@itwin/core-common": "5.13.0-dev.20",
42
+ "@itwin/ecschema-metadata": "5.13.0-dev.20",
43
+ "@itwin/presentation-common": "5.13.0-dev.20",
44
+ "@itwin/core-frontend": "5.13.0-dev.20"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@itwin/eslint-plugin": "^6.0.0",
@@ -70,15 +70,15 @@
70
70
  "sinon": "^17.0.2",
71
71
  "sinon-chai": "^3.7.0",
72
72
  "typescript": "~5.6.2",
73
- "@itwin/build-tools": "5.13.0-dev.18",
74
- "@itwin/core-i18n": "5.13.0-dev.18",
75
- "@itwin/core-bentley": "5.13.0-dev.18",
76
- "@itwin/core-quantity": "5.13.0-dev.18",
77
- "@itwin/core-common": "5.13.0-dev.18",
78
- "@itwin/core-frontend": "5.13.0-dev.18",
79
- "@itwin/presentation-common": "5.13.0-dev.18",
73
+ "@itwin/core-quantity": "5.13.0-dev.20",
74
+ "@itwin/core-bentley": "5.13.0-dev.20",
75
+ "@itwin/build-tools": "5.13.0-dev.20",
76
+ "@itwin/core-frontend": "5.13.0-dev.20",
77
+ "@itwin/core-common": "5.13.0-dev.20",
78
+ "@itwin/ecschema-metadata": "5.13.0-dev.20",
79
+ "@itwin/presentation-common": "5.13.0-dev.20",
80
80
  "internal-tools": "3.0.0-dev.69",
81
- "@itwin/ecschema-metadata": "5.13.0-dev.18"
81
+ "@itwin/core-i18n": "5.13.0-dev.20"
82
82
  },
83
83
  "scripts": {
84
84
  "build": "npm run -s build:cjs && npm run -s build:esm",