@itwin/presentation-common 5.0.0-dev.0 → 5.0.0-dev.2

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 +13 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/presentation-common
2
2
 
3
- This log was last generated on Tue, 22 Oct 2024 20:03:09 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 06 Nov 2024 19:24:30 GMT and should not be manually modified.
4
+
5
+ ## 4.9.7
6
+ Wed, 06 Nov 2024 19:23:04 GMT
7
+
8
+ ### Updates
9
+
10
+ - ContentFormatter does not throw when formatting properties with 'undefined' value
11
+
12
+ ## 4.9.6
13
+ Tue, 05 Nov 2024 15:22:46 GMT
14
+
15
+ _Version update only_
4
16
 
5
17
  ## 4.9.5
6
18
  Tue, 22 Oct 2024 20:01:40 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-common",
3
- "version": "5.0.0-dev.0",
3
+ "version": "5.0.0-dev.2",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,10 +22,10 @@
22
22
  "module": "lib/esm/presentation-common.js",
23
23
  "typings": "lib/cjs/presentation-common",
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^5.0.0-dev.0",
26
- "@itwin/core-common": "^5.0.0-dev.0",
27
- "@itwin/core-quantity": "^5.0.0-dev.0",
28
- "@itwin/ecschema-metadata": "^5.0.0-dev.0"
25
+ "@itwin/core-bentley": "^5.0.0-dev.2",
26
+ "@itwin/core-common": "^5.0.0-dev.2",
27
+ "@itwin/core-quantity": "^5.0.0-dev.2",
28
+ "@itwin/ecschema-metadata": "^5.0.0-dev.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@itwin/eslint-plugin": "5.0.0-dev.1",
@@ -61,11 +61,11 @@
61
61
  "typescript": "~5.6.2",
62
62
  "typescript-json-schema": "^0.55.0",
63
63
  "yargs": "^17.4.0",
64
- "@itwin/build-tools": "5.0.0-dev.0",
65
- "@itwin/core-bentley": "5.0.0-dev.0",
66
- "@itwin/core-quantity": "5.0.0-dev.0",
67
- "@itwin/core-common": "5.0.0-dev.0",
68
- "@itwin/ecschema-metadata": "5.0.0-dev.0"
64
+ "@itwin/build-tools": "5.0.0-dev.2",
65
+ "@itwin/core-bentley": "5.0.0-dev.2",
66
+ "@itwin/core-common": "5.0.0-dev.2",
67
+ "@itwin/core-quantity": "5.0.0-dev.2",
68
+ "@itwin/ecschema-metadata": "5.0.0-dev.2"
69
69
  },
70
70
  "nyc": {
71
71
  "extends": "./node_modules/@itwin/build-tools/.nycrc"