@itwin/frontend-devtools 5.8.0-dev.1 → 5.8.0-dev.3

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 +13 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/frontend-devtools
2
2
 
3
- This log was last generated on Fri, 13 Feb 2026 17:13:15 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 03 Mar 2026 18:22:47 GMT and should not be manually modified.
4
+
5
+ ## 5.7.0
6
+ Tue, 03 Mar 2026 18:21:20 GMT
7
+
8
+ ### Updates
9
+
10
+ - Swap deprecated calls to logException for new logError
11
+
12
+ ## 5.6.2
13
+ Thu, 26 Feb 2026 22:14:46 GMT
14
+
15
+ _Version update only_
4
16
 
5
17
  ## 5.6.1
6
18
  Fri, 13 Feb 2026 17:11:47 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-devtools",
3
- "version": "5.8.0-dev.1",
3
+ "version": "5.8.0-dev.3",
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",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "file-saver": "^2.0.2",
27
- "@itwin/core-geometry": "5.8.0-dev.1",
28
- "@itwin/core-bentley": "5.8.0-dev.1",
29
- "@itwin/core-common": "5.8.0-dev.1",
30
- "@itwin/core-frontend": "5.8.0-dev.1"
27
+ "@itwin/core-bentley": "5.8.0-dev.3",
28
+ "@itwin/core-frontend": "5.8.0-dev.3",
29
+ "@itwin/core-geometry": "5.8.0-dev.3",
30
+ "@itwin/core-common": "5.8.0-dev.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@itwin/eslint-plugin": "^6.0.0",
@@ -36,7 +36,7 @@
36
36
  "eslint": "^9.31.0",
37
37
  "rimraf": "^6.0.1",
38
38
  "typescript": "~5.6.2",
39
- "@itwin/build-tools": "5.8.0-dev.1"
39
+ "@itwin/build-tools": "5.8.0-dev.3"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm",