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

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 +23 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,28 @@
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 Mon, 09 Mar 2026 14:41:48 GMT and should not be manually modified.
4
+
5
+ ## 5.7.1
6
+ Mon, 09 Mar 2026 14:41:48 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.7.0
11
+ Tue, 03 Mar 2026 18:21:20 GMT
12
+
13
+ ### Updates
14
+
15
+ - Add support for Electron 40
16
+
17
+ ## 5.6.2
18
+ Thu, 26 Feb 2026 22:14:46 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 5.6.1
23
+ Fri, 13 Feb 2026 17:11:47 GMT
24
+
25
+ _Version update only_
4
26
 
5
27
  ## 5.6.0
6
28
  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.1",
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-backend": "5.7.1",
23
+ "@itwin/core-bentley": "5.7.1",
24
+ "@itwin/core-frontend": "5.7.1",
25
+ "@itwin/core-common": "5.7.1"
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.1",
44
+ "@itwin/core-common": "5.7.1",
45
+ "@itwin/certa": "5.7.1",
46
+ "@itwin/core-bentley": "5.7.1",
47
+ "@itwin/core-frontend": "5.7.1",
48
+ "@itwin/core-backend": "5.7.1"
49
49
  },
50
50
  "dependencies": {
51
51
  "@openid/appauth": "^1.3.2",