@itwin/frontend-devtools 5.12.3 → 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 +16 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/frontend-devtools
2
2
 
3
- This log was last generated on Mon, 17 Aug 2026 11:29:39 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_
9
+
10
+ ## 5.12.4
11
+ Tue, 18 Aug 2026 15:45:35 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 5.12.3
6
16
  Mon, 17 Aug 2026 11:29:39 GMT
@@ -24,6 +34,11 @@ Mon, 03 Aug 2026 12:25:50 GMT
24
34
 
25
35
  - Stopped using deprecated QueryRowFormat.UseJsPropertyNames in SourceAspectIdTools ECSQL queries.
26
36
 
37
+ ## 5.11.4
38
+ Tue, 25 Aug 2026 19:54:22 GMT
39
+
40
+ _Version update only_
41
+
27
42
  ## 5.11.3
28
43
  Wed, 15 Jul 2026 19:40:44 GMT
29
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-devtools",
3
- "version": "5.12.3",
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-bentley": "5.12.3",
28
- "@itwin/core-common": "5.12.3",
29
- "@itwin/core-frontend": "5.12.3",
30
- "@itwin/core-geometry": "5.12.3"
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.3"
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",