@itwin/core-quantity 3.0.0 → 3.1.0-dev.12

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 +1 -12
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,6 @@
1
1
  # Change Log - @itwin/core-quantity
2
2
 
3
- This log was last generated on Mon, 24 Jan 2022 14:00:52 GMT and should not be manually modified.
4
-
5
- ## 3.0.0
6
- Mon, 24 Jan 2022 14:00:52 GMT
7
-
8
- ### Updates
9
-
10
- - Remove alternateLabels from UnitProps and require them to be provided via AlternateUnitLabelsProvider
11
- - Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
12
- - use new @itwin package names
13
- - rename to @itwin/core-quantity
14
- - Added `UnitSystemKey` to identify different unit systems.
3
+ This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
15
4
 
16
5
  ## 2.19.28
17
6
  Wed, 12 Jan 2022 14:52:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-quantity",
3
- "version": "3.0.0",
3
+ "version": "3.1.0-dev.12",
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": "3.0.0",
25
- "@itwin/core-bentley": "3.0.0",
26
- "@itwin/eslint-plugin": "3.0.0",
24
+ "@itwin/build-tools": "3.1.0-dev.12",
25
+ "@itwin/core-bentley": "3.1.0-dev.12",
26
+ "@itwin/eslint-plugin": "3.1.0-dev.12",
27
27
  "@types/chai": "^4.1.4",
28
28
  "@types/chai-as-promised": "^7",
29
29
  "@types/glob": "^5.0.35",
@@ -40,7 +40,7 @@
40
40
  "typescript": "~4.4.0"
41
41
  },
42
42
  "peerDependencies": {
43
- "@itwin/core-bentley": "^3.0.0"
43
+ "@itwin/core-bentley": "^3.1.0-dev.12"
44
44
  },
45
45
  "nyc": {
46
46
  "extends": "./node_modules/@itwin/build-tools/.nycrc"