@itwin/core-quantity 5.5.0-dev.9 → 5.6.0-dev.1

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 +18 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/core-quantity
2
2
 
3
- This log was last generated on Tue, 02 Dec 2025 23:11:57 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 12 Dec 2025 20:14:10 GMT and should not be manually modified.
4
+
5
+ ## 5.4.2
6
+ Fri, 12 Dec 2025 14:40:14 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.4.1
11
+ Thu, 11 Dec 2025 21:29:31 GMT
12
+
13
+ ### Updates
14
+
15
+ - Use higher precision for formatting composite units if provided
4
16
 
5
17
  ## 5.4.0
6
18
  Tue, 02 Dec 2025 21:22:25 GMT
@@ -9,6 +21,11 @@ Tue, 02 Dec 2025 21:22:25 GMT
9
21
 
10
22
  - Fix carry over logic for fractional formatting
11
23
 
24
+ ## 5.3.4
25
+ Fri, 12 Dec 2025 20:11:41 GMT
26
+
27
+ _Version update only_
28
+
12
29
  ## 5.3.3
13
30
  Thu, 20 Nov 2025 22:30:37 GMT
14
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-quantity",
3
- "version": "5.5.0-dev.9",
3
+ "version": "5.6.0-dev.1",
4
4
  "description": "Quantity parsing, formatting and conversions for iModel.js",
5
5
  "main": "lib/cjs/core-quantity.js",
6
6
  "module": "lib/esm/core-quantity.js",
@@ -27,11 +27,11 @@
27
27
  "rimraf": "^6.0.1",
28
28
  "typescript": "~5.6.2",
29
29
  "vitest": "^3.0.6",
30
- "@itwin/build-tools": "5.5.0-dev.9",
31
- "@itwin/core-bentley": "5.5.0-dev.9"
30
+ "@itwin/build-tools": "5.6.0-dev.1",
31
+ "@itwin/core-bentley": "5.6.0-dev.1"
32
32
  },
33
33
  "peerDependencies": {
34
- "@itwin/core-bentley": "5.5.0-dev.9"
34
+ "@itwin/core-bentley": "5.6.0-dev.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run -s build:cjs && npm run -s build:esm",