Skip to content

Commit 852816a

Browse files
@bentley/imodeljs-native 5.3.17
1 parent cd4c739 commit 852816a

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@itwin/core-backend",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@itwin/core-backend"
10+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"webpack": "^5.97.1"
114114
},
115115
"dependencies": {
116-
"@bentley/imodeljs-native": "5.3.16",
116+
"@bentley/imodeljs-native": "5.3.17",
117117
"@itwin/object-storage-azure": "^3.0.4",
118118
"@azure/storage-blob": "^12.28.0",
119119
"form-data": "^4.0.4",

test-apps/display-test-app/android/imodeljs-test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'com.google.android.material:material:1.7.0'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4444
implementation 'androidx.navigation:navigation-ui:2.5.3'
45-
implementation 'com.github.itwin:mobile-native-android:5.3.16'
45+
implementation 'com.github.itwin:mobile-native-android:5.3.17'
4646
implementation 'androidx.webkit:webkit:1.5.0'
4747
}
4848

test-apps/display-test-app/ios/imodeljs-test-app/imodeljs-test-app.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
repositoryURL = "https://github.com/iTwin/mobile-native-ios";
456456
requirement = {
457457
kind = exactVersion;
458-
version = 5.3.16;
458+
version = 5.3.17;
459459
};
460460
};
461461
/* End XCRemoteSwiftPackageReference section */

tools/internal/ios/core-test-runner/core-test-runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@
554554
repositoryURL = "https://github.com/iTwin/mobile-native-ios";
555555
requirement = {
556556
kind = exactVersion;
557-
version = 5.3.16;
557+
version = 5.3.17;
558558
};
559559
};
560560
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)