@itwin/core-mobile 3.7.0-dev.1 → 3.7.0-dev.2

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 +5 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -11,6 +11,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
11
11
  - Fix for mobile app lifcycle crash
12
12
  - React to RPC deprecations.
13
13
 
14
+ ## 3.5.6
15
+ Fri, 24 Feb 2023 16:02:47 GMT
16
+
17
+ _Version update only_
18
+
14
19
  ## 3.5.5
15
20
  Thu, 26 Jan 2023 22:53:27 GMT
16
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-mobile",
3
- "version": "3.7.0-dev.1",
3
+ "version": "3.7.0-dev.2",
4
4
  "description": "iTwin.js MobileHost and MobileApp",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -21,11 +21,11 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/core-backend": "^3.7.0-dev.1",
25
- "@itwin/core-bentley": "^3.7.0-dev.1",
26
- "@itwin/core-common": "^3.7.0-dev.1",
27
- "@itwin/core-frontend": "^3.7.0-dev.1",
28
- "@itwin/presentation-common": "^3.7.0-dev.1"
24
+ "@itwin/core-backend": "^3.7.0-dev.2",
25
+ "@itwin/core-bentley": "^3.7.0-dev.2",
26
+ "@itwin/core-common": "^3.7.0-dev.2",
27
+ "@itwin/core-frontend": "^3.7.0-dev.2",
28
+ "@itwin/presentation-common": "^3.7.0-dev.2"
29
29
  },
30
30
  "dependencies": {
31
31
  "deep-assign": "^2.0.0",
@@ -36,13 +36,13 @@
36
36
  "ws": "^7.5.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@itwin/build-tools": "3.7.0-dev.1",
40
- "@itwin/core-backend": "3.7.0-dev.1",
41
- "@itwin/core-bentley": "3.7.0-dev.1",
42
- "@itwin/core-common": "3.7.0-dev.1",
43
- "@itwin/core-frontend": "3.7.0-dev.1",
44
- "@itwin/eslint-plugin": "3.7.0-dev.1",
45
- "@itwin/presentation-common": "3.7.0-dev.1",
39
+ "@itwin/build-tools": "3.7.0-dev.2",
40
+ "@itwin/core-backend": "3.7.0-dev.2",
41
+ "@itwin/core-bentley": "3.7.0-dev.2",
42
+ "@itwin/core-common": "3.7.0-dev.2",
43
+ "@itwin/core-frontend": "3.7.0-dev.2",
44
+ "@itwin/eslint-plugin": "3.7.0-dev.2",
45
+ "@itwin/presentation-common": "3.7.0-dev.2",
46
46
  "@types/chai": "4.3.1",
47
47
  "@types/deep-assign": "^0.1.0",
48
48
  "@types/fs-extra": "^4.0.7",