@itwin/core-mobile 4.5.0-dev.36 → 4.5.0-dev.38

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 +6 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/core-mobile
2
2
 
3
- This log was last generated on Fri, 15 Mar 2024 19:16:22 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 22 Mar 2024 13:32:57 GMT and should not be manually modified.
4
4
 
5
5
  ## 4.4.7
6
6
  Fri, 15 Mar 2024 19:15:14 GMT
@@ -44,6 +44,11 @@ Mon, 12 Feb 2024 18:15:58 GMT
44
44
 
45
45
  - Add onConnected event to MobileHost.
46
46
 
47
+ ## 4.3.4
48
+ Fri, 22 Mar 2024 13:30:31 GMT
49
+
50
+ _Version update only_
51
+
47
52
  ## 4.3.3
48
53
  Wed, 03 Jan 2024 19:28:38 GMT
49
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-mobile",
3
- "version": "4.5.0-dev.36",
3
+ "version": "4.5.0-dev.38",
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": "^4.5.0-dev.36",
26
- "@itwin/core-bentley": "^4.5.0-dev.36",
27
- "@itwin/core-common": "^4.5.0-dev.36",
28
- "@itwin/core-frontend": "^4.5.0-dev.36"
25
+ "@itwin/core-backend": "^4.5.0-dev.38",
26
+ "@itwin/core-bentley": "^4.5.0-dev.38",
27
+ "@itwin/core-common": "^4.5.0-dev.38",
28
+ "@itwin/core-frontend": "^4.5.0-dev.38"
29
29
  },
30
30
  "dependencies": {
31
31
  "lodash": "^4.17.21",
@@ -49,11 +49,11 @@
49
49
  "mocha": "^10.2.0",
50
50
  "rimraf": "^3.0.2",
51
51
  "typescript": "~5.0.2",
52
- "@itwin/core-backend": "4.5.0-dev.36",
53
- "@itwin/build-tools": "4.5.0-dev.36",
54
- "@itwin/core-bentley": "4.5.0-dev.36",
55
- "@itwin/core-common": "4.5.0-dev.36",
56
- "@itwin/core-frontend": "4.5.0-dev.36"
52
+ "@itwin/core-backend": "4.5.0-dev.38",
53
+ "@itwin/core-frontend": "4.5.0-dev.38",
54
+ "@itwin/build-tools": "4.5.0-dev.38",
55
+ "@itwin/core-bentley": "4.5.0-dev.38",
56
+ "@itwin/core-common": "4.5.0-dev.38"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "npm run -s build:cjs",