@itwin/core-quantity 5.5.0-dev.8 → 5.5.0

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 +25 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
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 Mon, 05 Jan 2026 17:05:53 GMT and should not be manually modified.
4
+
5
+ ## 5.5.0
6
+ Mon, 05 Jan 2026 17:05:53 GMT
7
+
8
+ ### Updates
9
+
10
+ - Use higher precision for formatting composite units if provided
11
+
12
+ ## 5.4.2
13
+ Fri, 12 Dec 2025 14:40:14 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 5.4.1
18
+ Thu, 11 Dec 2025 21:29:31 GMT
19
+
20
+ ### Updates
21
+
22
+ - Use higher precision for formatting composite units if provided
4
23
 
5
24
  ## 5.4.0
6
25
  Tue, 02 Dec 2025 21:22:25 GMT
@@ -9,6 +28,11 @@ Tue, 02 Dec 2025 21:22:25 GMT
9
28
 
10
29
  - Fix carry over logic for fractional formatting
11
30
 
31
+ ## 5.3.4
32
+ Fri, 12 Dec 2025 20:11:41 GMT
33
+
34
+ _Version update only_
35
+
12
36
  ## 5.3.3
13
37
  Thu, 20 Nov 2025 22:30:37 GMT
14
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-quantity",
3
- "version": "5.5.0-dev.8",
3
+ "version": "5.5.0",
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.8",
31
- "@itwin/core-bentley": "5.5.0-dev.8"
30
+ "@itwin/build-tools": "5.5.0",
31
+ "@itwin/core-bentley": "5.5.0"
32
32
  },
33
33
  "peerDependencies": {
34
- "@itwin/core-bentley": "5.5.0-dev.8"
34
+ "@itwin/core-bentley": "5.5.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run -s build:cjs && npm run -s build:esm",