@itwin/presentation-frontend 5.7.1 → 5.7.3

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 +16 -1
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/presentation-frontend
2
2
 
3
- This log was last generated on Mon, 09 Mar 2026 14:41:48 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 24 Mar 2026 14:29:17 GMT and should not be manually modified.
4
+
5
+ ## 5.7.3
6
+ Tue, 24 Mar 2026 14:29:17 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.7.2
11
+ Thu, 12 Mar 2026 14:12:44 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 5.7.1
6
16
  Mon, 09 Mar 2026 14:41:48 GMT
@@ -12,6 +22,11 @@ Tue, 03 Mar 2026 18:21:20 GMT
12
22
 
13
23
  _Version update only_
14
24
 
25
+ ## 5.6.3
26
+ Mon, 09 Mar 2026 22:09:12 GMT
27
+
28
+ _Version update only_
29
+
15
30
  ## 5.6.2
16
31
  Thu, 26 Feb 2026 22:14:46 GMT
17
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "5.7.1",
3
+ "version": "5.7.3",
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.7.1",
40
- "@itwin/core-common": "5.7.1",
41
- "@itwin/core-frontend": "5.7.1",
42
- "@itwin/ecschema-metadata": "5.7.1",
43
- "@itwin/core-quantity": "5.7.1",
44
- "@itwin/presentation-common": "5.7.1"
39
+ "@itwin/core-bentley": "5.7.3",
40
+ "@itwin/core-frontend": "5.7.3",
41
+ "@itwin/core-quantity": "5.7.3",
42
+ "@itwin/core-common": "5.7.3",
43
+ "@itwin/ecschema-metadata": "5.7.3",
44
+ "@itwin/presentation-common": "5.7.3"
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.7.1",
74
- "@itwin/core-common": "5.7.1",
75
- "@itwin/core-frontend": "5.7.1",
76
- "@itwin/core-bentley": "5.7.1",
77
- "@itwin/core-quantity": "5.7.1",
78
- "@itwin/core-i18n": "5.7.1",
79
- "@itwin/ecschema-metadata": "5.7.1",
80
- "@itwin/presentation-common": "5.7.1",
81
- "internal-tools": "3.0.0-dev.69"
73
+ "@itwin/build-tools": "5.7.3",
74
+ "@itwin/core-common": "5.7.3",
75
+ "@itwin/core-bentley": "5.7.3",
76
+ "@itwin/ecschema-metadata": "5.7.3",
77
+ "@itwin/core-frontend": "5.7.3",
78
+ "internal-tools": "3.0.0-dev.69",
79
+ "@itwin/core-i18n": "5.7.3",
80
+ "@itwin/presentation-common": "5.7.3",
81
+ "@itwin/core-quantity": "5.7.3"
82
82
  },
83
83
  "scripts": {
84
84
  "build": "npm run -s build:cjs && npm run -s build:esm",