@itwin/frontend-devtools 5.12.4 → 5.12.5

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 +11 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/frontend-devtools
2
2
 
3
- This log was last generated on Tue, 18 Aug 2026 15:45:35 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Aug 2026 21:22:08 GMT and should not be manually modified.
4
+
5
+ ## 5.12.5
6
+ Tue, 25 Aug 2026 21:22:08 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 5.12.4
6
11
  Tue, 18 Aug 2026 15:45:35 GMT
@@ -29,6 +34,11 @@ Mon, 03 Aug 2026 12:25:50 GMT
29
34
 
30
35
  - Stopped using deprecated QueryRowFormat.UseJsPropertyNames in SourceAspectIdTools ECSQL queries.
31
36
 
37
+ ## 5.11.4
38
+ Tue, 25 Aug 2026 19:54:22 GMT
39
+
40
+ _Version update only_
41
+
32
42
  ## 5.11.3
33
43
  Wed, 15 Jul 2026 19:40:44 GMT
34
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-devtools",
3
- "version": "5.12.4",
3
+ "version": "5.12.5",
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-common": "5.12.4",
28
- "@itwin/core-bentley": "5.12.4",
29
- "@itwin/core-frontend": "5.12.4",
30
- "@itwin/core-geometry": "5.12.4"
27
+ "@itwin/core-bentley": "5.12.5",
28
+ "@itwin/core-geometry": "5.12.5",
29
+ "@itwin/core-common": "5.12.5",
30
+ "@itwin/core-frontend": "5.12.5"
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.12.4"
39
+ "@itwin/build-tools": "5.12.5"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm",