@itwin/core-quantity 4.0.0-dev.70 → 4.0.0-dev.73

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 +33 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,38 @@
1
1
  # Change Log - @itwin/core-quantity
2
2
 
3
- This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
4
+
5
+ ## 3.7.2
6
+ Wed, 12 Apr 2023 13:12:42 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.7.1
11
+ Mon, 03 Apr 2023 15:15:37 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.7.0
16
+ Wed, 29 Mar 2023 15:02:27 GMT
17
+
18
+ ### Updates
19
+
20
+ - Fixed KeepSingleZero format trait where zero wasn't being retained when fractional part was all zeroes.
21
+
22
+ ## 3.6.3
23
+ Mon, 27 Mar 2023 16:26:47 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 3.6.2
28
+ Fri, 17 Mar 2023 17:52:32 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 3.6.1
33
+ Fri, 24 Feb 2023 22:00:48 GMT
34
+
35
+ _Version update only_
4
36
 
5
37
  ## 3.6.0
6
38
  Wed, 08 Feb 2023 14:58:40 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-quantity",
3
- "version": "4.0.0-dev.70",
3
+ "version": "4.0.0-dev.73",
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",
@@ -21,9 +21,9 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "devDependencies": {
24
- "@itwin/build-tools": "4.0.0-dev.70",
25
- "@itwin/core-bentley": "4.0.0-dev.70",
26
- "@itwin/eslint-plugin": "^4.0.0-dev.32",
24
+ "@itwin/build-tools": "4.0.0-dev.73",
25
+ "@itwin/core-bentley": "4.0.0-dev.73",
26
+ "@itwin/eslint-plugin": "^4.0.0-dev.33",
27
27
  "@types/chai": "4.3.1",
28
28
  "@types/chai-as-promised": "^7",
29
29
  "@types/glob": "^5.0.35",
@@ -32,7 +32,7 @@
32
32
  "@types/sinon": "^9.0.0",
33
33
  "chai": "^4.1.2",
34
34
  "chai-as-promised": "^7",
35
- "eslint": "^7.11.0",
35
+ "eslint": "^8.36.0",
36
36
  "mocha": "^10.0.0",
37
37
  "nyc": "^15.1.0",
38
38
  "rimraf": "^3.0.2",
@@ -40,7 +40,7 @@
40
40
  "typescript": "~5.0.2"
41
41
  },
42
42
  "peerDependencies": {
43
- "@itwin/core-bentley": "^4.0.0-dev.70"
43
+ "@itwin/core-bentley": "^4.0.0-dev.73"
44
44
  },
45
45
  "nyc": {
46
46
  "extends": "./node_modules/@itwin/build-tools/.nycrc"