@itwin/presentation-common 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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/presentation-common
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
  - Content traversal (`createContentTraverser`, `traverseContent`, `traverseContentItem`) now supports content retrieved with `omitFormattedValues: true`, correctly traversing array and struct properties even when display values are not present.
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-common",
3
- "version": "5.13.0-dev.18",
3
+ "version": "5.13.0-dev.20",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -46,10 +46,10 @@
46
46
  "@itwin/presentation-shared": "^1.2.2"
47
47
  },
48
48
  "peerDependencies": {
49
- "@itwin/core-bentley": "5.13.0-dev.18",
50
- "@itwin/core-quantity": "5.13.0-dev.18",
51
- "@itwin/core-common": "5.13.0-dev.18",
52
- "@itwin/ecschema-metadata": "5.13.0-dev.18"
49
+ "@itwin/core-bentley": "5.13.0-dev.20",
50
+ "@itwin/core-common": "5.13.0-dev.20",
51
+ "@itwin/core-quantity": "5.13.0-dev.20",
52
+ "@itwin/ecschema-metadata": "5.13.0-dev.20"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@itwin/eslint-plugin": "^6.0.0",
@@ -80,12 +80,12 @@
80
80
  "typescript": "~5.6.2",
81
81
  "typescript-json-schema": "^0.67.4",
82
82
  "yargs": "^17.4.0",
83
- "@itwin/build-tools": "5.13.0-dev.18",
84
- "@itwin/core-quantity": "5.13.0-dev.18",
83
+ "@itwin/build-tools": "5.13.0-dev.20",
84
+ "@itwin/core-common": "5.13.0-dev.20",
85
+ "@itwin/core-bentley": "5.13.0-dev.20",
85
86
  "internal-tools": "3.0.0-dev.69",
86
- "@itwin/core-bentley": "5.13.0-dev.18",
87
- "@itwin/core-common": "5.13.0-dev.18",
88
- "@itwin/ecschema-metadata": "5.13.0-dev.18"
87
+ "@itwin/core-quantity": "5.13.0-dev.20",
88
+ "@itwin/ecschema-metadata": "5.13.0-dev.20"
89
89
  },
90
90
  "scripts": {
91
91
  "build": "npm run -s ruleset-json-schema && npm run -s build:assets && npm run -s build:public && npm run -s build:cjs && npm run -s build:esm",