@itwin/core-electron 5.7.0-dev.9 → 5.7.0

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 +18 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @itwin/core-electron
2
2
 
3
- This log was last generated on Thu, 05 Feb 2026 16:14:10 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 03 Mar 2026 18:21:20 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
+ - Add support for Electron 40
11
+
12
+ ## 5.6.2
13
+ Thu, 26 Feb 2026 22:14:46 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 5.6.1
18
+ Fri, 13 Feb 2026 17:11:47 GMT
19
+
20
+ _Version update only_
4
21
 
5
22
  ## 5.6.0
6
23
  Thu, 05 Feb 2026 16:12:37 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-electron",
3
- "version": "5.7.0-dev.9",
3
+ "version": "5.7.0",
4
4
  "description": "iTwin.js ElectronHost and ElectronApp",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -19,10 +19,10 @@
19
19
  },
20
20
  "peerDependencies": {
21
21
  "electron": "^35.0.0 || ^36.0.0 || ^37.0.0 || ^38.0.0 || ^39.0.0 || ^40.0.0",
22
- "@itwin/core-backend": "5.7.0-dev.9",
23
- "@itwin/core-bentley": "5.7.0-dev.9",
24
- "@itwin/core-common": "5.7.0-dev.9",
25
- "@itwin/core-frontend": "5.7.0-dev.9"
22
+ "@itwin/core-bentley": "5.7.0",
23
+ "@itwin/core-common": "5.7.0",
24
+ "@itwin/core-backend": "5.7.0",
25
+ "@itwin/core-frontend": "5.7.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@itwin/eslint-plugin": "^6.0.0",
@@ -40,12 +40,12 @@
40
40
  "typescript": "~5.6.2",
41
41
  "webpack": "^5.97.1",
42
42
  "webpack-cli": "^5.0.1",
43
- "@itwin/build-tools": "5.7.0-dev.9",
44
- "@itwin/certa": "5.7.0-dev.9",
45
- "@itwin/core-bentley": "5.7.0-dev.9",
46
- "@itwin/core-backend": "5.7.0-dev.9",
47
- "@itwin/core-frontend": "5.7.0-dev.9",
48
- "@itwin/core-common": "5.7.0-dev.9"
43
+ "@itwin/build-tools": "5.7.0",
44
+ "@itwin/core-backend": "5.7.0",
45
+ "@itwin/certa": "5.7.0",
46
+ "@itwin/core-bentley": "5.7.0",
47
+ "@itwin/core-common": "5.7.0",
48
+ "@itwin/core-frontend": "5.7.0"
49
49
  },
50
50
  "dependencies": {
51
51
  "@openid/appauth": "^1.3.2",