Skip to content

Commit

Permalink
@bentley/imodeljs-native 4.3.6 (#6301)
Browse files Browse the repository at this point in the history
Co-authored-by: anmolshres98 <[email protected]>
  • Loading branch information
anmolshres98 and anmolshres98 authored Dec 14, 2023
1 parent 5650fc7 commit 1c9e473
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 44 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@itwin/core-backend",
"comment": "",
"type": "none"
}
],
"packageName": "@itwin/core-backend"
}
88 changes: 48 additions & 40 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"webpack": "^5.76.0"
},
"dependencies": {
"@bentley/imodeljs-native": "4.3.5",
"@bentley/imodeljs-native": "4.3.6",
"@itwin/cloud-agnostic-core": "^2.1.0",
"@itwin/core-telemetry": "workspace:*",
"@itwin/object-storage-azure": "^2.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-ui:2.5.3'
implementation 'com.github.itwin:mobile-native-android:4.3.5'
implementation 'com.github.itwin:mobile-native-android:4.3.6'
implementation 'androidx.webkit:webkit:1.5.0'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
repositoryURL = "https://github.com/iTwin/mobile-native-ios";
requirement = {
kind = exactVersion;
version = 4.3.5;
version = 4.3.6;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
repositoryURL = "https://github.com/iTwin/mobile-native-ios";
requirement = {
kind = exactVersion;
version = 4.3.5;
version = 4.3.6;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 1c9e473

Please sign in to comment.