@itwin/frontend-devtools 4.8.0-dev.23 → 4.8.0-dev.25

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, 28 Jun 2024 17:05:11 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 11 Jul 2024 15:26:20 GMT and should not be manually modified.
4
+
5
+ ## 4.7.5
6
+ Thu, 11 Jul 2024 15:24:55 GMT
7
+
8
+ ### Updates
9
+
10
+ - Added command for displaying planar mask frustum
11
+
12
+ ## 4.7.4
13
+ Mon, 01 Jul 2024 14:06:24 GMT
14
+
15
+ _Version update only_
4
16
 
5
17
  ## 4.7.3
6
18
  Thu, 27 Jun 2024 21:09:02 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/frontend-devtools",
3
- "version": "4.8.0-dev.23",
3
+ "version": "4.8.0-dev.25",
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": "4.8.0-dev.23",
28
- "@itwin/core-frontend": "4.8.0-dev.23",
29
- "@itwin/core-common": "4.8.0-dev.23",
30
- "@itwin/core-geometry": "4.8.0-dev.23"
27
+ "@itwin/core-bentley": "4.8.0-dev.25",
28
+ "@itwin/core-frontend": "4.8.0-dev.25",
29
+ "@itwin/core-common": "4.8.0-dev.25",
30
+ "@itwin/core-geometry": "4.8.0-dev.25"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@itwin/eslint-plugin": "^4.0.2",
@@ -36,7 +36,7 @@
36
36
  "eslint": "^8.56.0",
37
37
  "rimraf": "^3.0.2",
38
38
  "typescript": "~5.3.3",
39
- "@itwin/build-tools": "4.8.0-dev.23"
39
+ "@itwin/build-tools": "4.8.0-dev.25"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm",