@itwin/core-quantity 5.7.0-dev.6 → 5.7.0-dev.7

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 +8 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @itwin/core-quantity
2
2
 
3
- This log was last generated on Thu, 22 Jan 2026 16:18:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 05 Feb 2026 16:14:10 GMT and should not be manually modified.
4
+
5
+ ## 5.6.0
6
+ Thu, 05 Feb 2026 16:12:37 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add scale factors support for ratio formatting
4
11
 
5
12
  ## 5.5.2
6
13
  Thu, 22 Jan 2026 16:16:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-quantity",
3
- "version": "5.7.0-dev.6",
3
+ "version": "5.7.0-dev.7",
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.7.0-dev.6",
31
- "@itwin/core-bentley": "5.7.0-dev.6"
30
+ "@itwin/build-tools": "5.7.0-dev.7",
31
+ "@itwin/core-bentley": "5.7.0-dev.7"
32
32
  },
33
33
  "peerDependencies": {
34
- "@itwin/core-bentley": "5.7.0-dev.6"
34
+ "@itwin/core-bentley": "5.7.0-dev.7"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run -s build:cjs && npm run -s build:esm",