@itwin/frontend-devtools 3.6.0-dev.14 → 3.6.0-dev.21

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @itwin/frontend-devtools
2
2
 
3
- This log was last generated on Wed, 07 Dec 2022 19:12:37 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 15 Dec 2022 16:38:29 GMT and should not be manually modified.
4
+
5
+ ## 3.5.1
6
+ Thu, 15 Dec 2022 16:38:29 GMT
7
+
8
+ ### Updates
9
+
10
+ - slider readout
4
11
 
5
12
  ## 3.5.0
6
13
  Wed, 07 Dec 2022 19:12:37 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-devtools",
3
- "version": "3.6.0-dev.14",
3
+ "version": "3.6.0-dev.21",
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",
@@ -22,15 +22,15 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "dependencies": {
25
- "@itwin/core-bentley": "3.6.0-dev.14",
26
- "@itwin/core-common": "3.6.0-dev.14",
27
- "@itwin/core-frontend": "3.6.0-dev.14",
28
- "@itwin/core-geometry": "3.6.0-dev.14",
25
+ "@itwin/core-bentley": "3.6.0-dev.21",
26
+ "@itwin/core-common": "3.6.0-dev.21",
27
+ "@itwin/core-frontend": "3.6.0-dev.21",
28
+ "@itwin/core-geometry": "3.6.0-dev.21",
29
29
  "file-saver": "^2.0.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "3.6.0-dev.14",
33
- "@itwin/eslint-plugin": "3.6.0-dev.14",
32
+ "@itwin/build-tools": "3.6.0-dev.21",
33
+ "@itwin/eslint-plugin": "3.6.0-dev.21",
34
34
  "@types/file-saver": "^2.0.1",
35
35
  "@types/node": "18.11.5",
36
36
  "cpx2": "^3.0.0",