@itwin/core-quantity 3.7.0-dev.8 → 3.7.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.
- package/CHANGELOG.md +13 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# Change Log - @itwin/core-quantity
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 03 Apr 2023 15:15:37 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.7.1
|
|
6
|
+
Mon, 03 Apr 2023 15:15:37 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.7.0
|
|
11
|
+
Wed, 29 Mar 2023 15:02:27 GMT
|
|
12
|
+
|
|
13
|
+
### Updates
|
|
14
|
+
|
|
15
|
+
- Fixed KeepSingleZero format trait where zero wasn't being retained when fractional part was all zeroes.
|
|
4
16
|
|
|
5
17
|
## 3.6.3
|
|
6
18
|
Mon, 27 Mar 2023 16:26:47 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-quantity",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@itwin/build-tools": "3.7.
|
|
24
|
-
"@itwin/core-bentley": "3.7.
|
|
25
|
-
"@itwin/eslint-plugin": "3.7.
|
|
23
|
+
"@itwin/build-tools": "3.7.1",
|
|
24
|
+
"@itwin/core-bentley": "3.7.1",
|
|
25
|
+
"@itwin/eslint-plugin": "3.7.1",
|
|
26
26
|
"@types/chai": "4.3.1",
|
|
27
27
|
"@types/chai-as-promised": "^7",
|
|
28
28
|
"@types/glob": "^5.0.35",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"typescript": "~4.4.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@itwin/core-bentley": "^3.7.
|
|
42
|
+
"@itwin/core-bentley": "^3.7.1"
|
|
43
43
|
},
|
|
44
44
|
"nyc": {
|
|
45
45
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|