Skip to content

Commit

Permalink
@bentley/imodeljs-native 5.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Jan 13, 2025
1 parent 9b56173 commit d791adc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions common/changes/@itwin/core-backend/2025-01-13-20-00.json
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"
}
10 changes: 5 additions & 5 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 @@ -99,7 +99,7 @@
"webpack": "^5.97.1"
},
"dependencies": {
"@bentley/imodeljs-native": "5.0.35",
"@bentley/imodeljs-native": "5.0.36",
"@itwin/cloud-agnostic-core": "^2.2.4",
"@itwin/core-telemetry": "workspace:*",
"@itwin/object-storage-azure": "^2.2.5",
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:5.0.35'
implementation 'com.github.itwin:mobile-native-android:5.0.36'
implementation 'androidx.webkit:webkit:1.5.0'
}

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

0 comments on commit d791adc

Please sign in to comment.