@itwin/frontend-devtools 3.2.0-dev.8 → 3.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +44 -1
  2. package/package.json +8 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,49 @@
1
1
  # Change Log - @itwin/frontend-devtools
2
2
 
3
- This log was last generated on Thu, 24 Feb 2022 15:26:55 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 07 Jun 2022 15:02:56 GMT and should not be manually modified.
4
+
5
+ ## 3.2.1
6
+ Tue, 07 Jun 2022 15:02:56 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.2.0
11
+ Fri, 20 May 2022 13:10:54 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.1.3
16
+ Fri, 15 Apr 2022 13:49:25 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.1.2
21
+ Wed, 06 Apr 2022 22:27:56 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.1.1
26
+ Thu, 31 Mar 2022 15:55:48 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.1.0
31
+ Tue, 29 Mar 2022 20:53:47 GMT
32
+
33
+ ### Updates
34
+
35
+ - Added `fdt attach model maplayer` keyin.
36
+ - Add an option to InspectElementTool to also summarize the geometry of each part reference.
37
+
38
+ ## 3.0.3
39
+ Fri, 25 Mar 2022 15:10:02 GMT
40
+
41
+ _Version update only_
42
+
43
+ ## 3.0.2
44
+ Thu, 10 Mar 2022 21:18:13 GMT
45
+
46
+ _Version update only_
4
47
 
5
48
  ## 3.0.1
6
49
  Thu, 24 Feb 2022 15:26:55 GMT
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@itwin/frontend-devtools",
3
- "version": "3.2.0-dev.8",
3
+ "version": "3.2.1",
4
4
  "description": "Debug menu and supporting UI widgets",
5
5
  "main": "lib/cjs/frontend-devtools.js",
6
6
  "module": "lib/esm/frontend-devtools.js",
7
7
  "typings": "lib/cjs/frontend-devtools",
8
- "imodeljsSharedLibrary": true,
9
8
  "license": "MIT",
10
9
  "repository": {
11
10
  "type": "git",
@@ -23,17 +22,17 @@
23
22
  "url": "http://www.bentley.com"
24
23
  },
25
24
  "dependencies": {
26
- "@itwin/core-bentley": "3.2.0-dev.8",
27
- "@itwin/core-common": "3.2.0-dev.8",
28
- "@itwin/core-frontend": "3.2.0-dev.8",
29
- "@itwin/core-geometry": "3.2.0-dev.8",
25
+ "@itwin/core-bentley": "3.2.1",
26
+ "@itwin/core-common": "3.2.1",
27
+ "@itwin/core-frontend": "3.2.1",
28
+ "@itwin/core-geometry": "3.2.1",
30
29
  "file-saver": "^2.0.2"
31
30
  },
32
31
  "devDependencies": {
33
- "@itwin/build-tools": "3.2.0-dev.8",
34
- "@itwin/eslint-plugin": "3.2.0-dev.8",
32
+ "@itwin/build-tools": "3.2.1",
33
+ "@itwin/eslint-plugin": "3.2.1",
35
34
  "@types/file-saver": "^2.0.1",
36
- "@types/node": "14.14.31",
35
+ "@types/node": "16.11.7",
37
36
  "cpx2": "^3.0.0",
38
37
  "eslint": "^7.11.0",
39
38
  "rimraf": "^3.0.2",