@itwin/core-mobile 5.5.0-dev.8 → 5.5.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 +23 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
1
1
  # Change Log - @itwin/core-mobile
2
2
 
3
- This log was last generated on Tue, 02 Dec 2025 23:11:57 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 05 Jan 2026 17:05:53 GMT and should not be manually modified.
4
+
5
+ ## 5.5.0
6
+ Mon, 05 Jan 2026 17:05:53 GMT
7
+
8
+ ### Updates
9
+
10
+ - Added online and offline device events for network reachability monitoring.
11
+
12
+ ## 5.4.2
13
+ Fri, 12 Dec 2025 14:40:14 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 5.4.1
18
+ Thu, 11 Dec 2025 21:29:31 GMT
19
+
20
+ _Version update only_
4
21
 
5
22
  ## 5.4.0
6
23
  Tue, 02 Dec 2025 21:22:25 GMT
@@ -9,6 +26,11 @@ Tue, 02 Dec 2025 21:22:25 GMT
9
26
 
10
27
  - Add support for Node.js 24
11
28
 
29
+ ## 5.3.4
30
+ Fri, 12 Dec 2025 20:11:41 GMT
31
+
32
+ _Version update only_
33
+
12
34
  ## 5.3.3
13
35
  Thu, 20 Nov 2025 22:30:37 GMT
14
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-mobile",
3
- "version": "5.5.0-dev.8",
3
+ "version": "5.5.0",
4
4
  "description": "iTwin.js MobileHost and MobileApp",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -22,10 +22,10 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-backend": "5.5.0-dev.8",
26
- "@itwin/core-common": "5.5.0-dev.8",
27
- "@itwin/core-bentley": "5.5.0-dev.8",
28
- "@itwin/core-frontend": "5.5.0-dev.8"
25
+ "@itwin/core-backend": "5.5.0",
26
+ "@itwin/core-bentley": "5.5.0",
27
+ "@itwin/core-common": "5.5.0",
28
+ "@itwin/core-frontend": "5.5.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "lodash": "^4.17.21",
@@ -49,11 +49,11 @@
49
49
  "mocha": "^11.1.0",
50
50
  "rimraf": "^6.0.1",
51
51
  "typescript": "~5.6.2",
52
- "@itwin/build-tools": "5.5.0-dev.8",
53
- "@itwin/core-common": "5.5.0-dev.8",
54
- "@itwin/core-backend": "5.5.0-dev.8",
55
- "@itwin/core-bentley": "5.5.0-dev.8",
56
- "@itwin/core-frontend": "5.5.0-dev.8"
52
+ "@itwin/core-backend": "5.5.0",
53
+ "@itwin/build-tools": "5.5.0",
54
+ "@itwin/core-bentley": "5.5.0",
55
+ "@itwin/core-frontend": "5.5.0",
56
+ "@itwin/core-common": "5.5.0"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "npm run -s build:cjs",