@itwin/core-electron 5.3.0-dev.8 → 5.3.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 +28 -1
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,33 @@
1
1
  # Change Log - @itwin/core-electron
2
2
 
3
- This log was last generated on Thu, 02 Oct 2025 14:56:13 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 03 Nov 2025 19:02:35 GMT and should not be manually modified.
4
+
5
+ ## 5.3.0
6
+ Mon, 03 Nov 2025 19:02:35 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add support for Electron 39
11
+
12
+ ## 5.2.4
13
+ Fri, 24 Oct 2025 16:20:38 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 5.2.3
18
+ Thu, 16 Oct 2025 23:00:31 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 5.2.2
23
+ Fri, 10 Oct 2025 14:49:15 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 5.2.1
28
+ Thu, 09 Oct 2025 17:10:26 GMT
29
+
30
+ _Version update only_
4
31
 
5
32
  ## 5.2.0
6
33
  Wed, 01 Oct 2025 20:22:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-electron",
3
- "version": "5.3.0-dev.8",
3
+ "version": "5.3.0",
4
4
  "description": "iTwin.js ElectronHost and ElectronApp",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -21,11 +21,11 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "electron": "^35.0.0 || ^36.0.0 || ^37.0.0 || ^38.0.0",
25
- "@itwin/core-backend": "5.3.0-dev.8",
26
- "@itwin/core-frontend": "5.3.0-dev.8",
27
- "@itwin/core-bentley": "5.3.0-dev.8",
28
- "@itwin/core-common": "5.3.0-dev.8"
24
+ "electron": "^35.0.0 || ^36.0.0 || ^37.0.0 || ^38.0.0 || ^39.0.0",
25
+ "@itwin/core-backend": "5.3.0",
26
+ "@itwin/core-common": "5.3.0",
27
+ "@itwin/core-bentley": "5.3.0",
28
+ "@itwin/core-frontend": "5.3.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@itwin/eslint-plugin": "5.2.2-dev.2",
@@ -34,7 +34,7 @@
34
34
  "@types/node": "~20.17.0",
35
35
  "chai": "^4.3.10",
36
36
  "cpx2": "^8.0.0",
37
- "electron": "^38.1.2",
37
+ "electron": "^39.0.0",
38
38
  "eslint": "^9.31.0",
39
39
  "glob": "^10.3.12",
40
40
  "mocha": "^11.1.0",
@@ -43,12 +43,12 @@
43
43
  "typescript": "~5.6.2",
44
44
  "webpack": "^5.97.1",
45
45
  "webpack-cli": "^5.0.1",
46
- "@itwin/build-tools": "5.3.0-dev.8",
47
- "@itwin/certa": "5.3.0-dev.8",
48
- "@itwin/core-bentley": "5.3.0-dev.8",
49
- "@itwin/core-backend": "5.3.0-dev.8",
50
- "@itwin/core-common": "5.3.0-dev.8",
51
- "@itwin/core-frontend": "5.3.0-dev.8"
46
+ "@itwin/certa": "5.3.0",
47
+ "@itwin/build-tools": "5.3.0",
48
+ "@itwin/core-backend": "5.3.0",
49
+ "@itwin/core-common": "5.3.0",
50
+ "@itwin/core-bentley": "5.3.0",
51
+ "@itwin/core-frontend": "5.3.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "@openid/appauth": "^1.3.2",