From 172d8ecda670c4f5b5f6f74ddafe7988993be1ba Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez Date: Mon, 25 Mar 2024 15:51:02 -0400 Subject: [PATCH] @bentley/imodeljs-native 4.4.8 --- .../imodeljs-native-4.4.8_2024-03-25-19-53.json | 10 ++++++++++ common/config/rush/pnpm-lock.yaml | 8 ++++---- core/backend/package.json | 4 ++-- .../android/imodeljs-test-app/app/build.gradle | 2 +- .../imodeljs-test-app.xcodeproj/project.pbxproj | 2 +- .../core-test-runner.xcodeproj/project.pbxproj | 2 +- 6 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 common/changes/@itwin/core-backend/imodeljs-native-4.4.8_2024-03-25-19-53.json diff --git a/common/changes/@itwin/core-backend/imodeljs-native-4.4.8_2024-03-25-19-53.json b/common/changes/@itwin/core-backend/imodeljs-native-4.4.8_2024-03-25-19-53.json new file mode 100644 index 000000000000..99b35bb89b62 --- /dev/null +++ b/common/changes/@itwin/core-backend/imodeljs-native-4.4.8_2024-03-25-19-53.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@itwin/core-backend", + "comment": "", + "type": "none" + } + ], + "packageName": "@itwin/core-backend" +} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index efb66e1ed563..3790c7b6c150 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -7,7 +7,7 @@ importers: ../../core/backend: specifiers: - '@bentley/imodeljs-native': 4.4.7 + '@bentley/imodeljs-native': 4.4.8 '@itwin/build-tools': workspace:* '@itwin/cloud-agnostic-core': ^2.1.0 '@itwin/core-bentley': workspace:* @@ -57,7 +57,7 @@ importers: webpack: ^5.76.0 ws: ^7.5.3 dependencies: - '@bentley/imodeljs-native': 4.4.7 + '@bentley/imodeljs-native': 4.4.8 '@itwin/cloud-agnostic-core': 2.1.0_scz6qrwecfbbxg4vskopkl3a7u '@itwin/core-telemetry': link:../telemetry '@itwin/object-storage-azure': 2.2.2_scz6qrwecfbbxg4vskopkl3a7u @@ -3740,8 +3740,8 @@ packages: resolution: {integrity: sha512-IIs1wDcY2oZ8tJ3EZRw0U51M+0ZL3MvwoDYYmhUXaa9/UZqpFoOyLBGaxjirQteWXqTIMm3mFvmC+Nbn1ok4Iw==} dev: false - /@bentley/imodeljs-native/4.4.7: - resolution: {integrity: sha512-IOJ4oBC9YRGzHi3rxrjgJ9Ymj043pMvBUUPl/+fUaAvvSrCCMB3DYTHSt2y/JnOsvGHl5Wk8e47TYpOudj2PBQ==} + /@bentley/imodeljs-native/4.4.8: + resolution: {integrity: sha512-ZSPS+53JIYzpWHL4TeUdz2oAJcEaov4yWYM75/XHF137TMQynxeD2iZjkNNS0gfYE5Itc76ypofp4r7sm3m8iw==} requiresBuild: true dev: false diff --git a/core/backend/package.json b/core/backend/package.json index ceabb3811311..e5c14d70f658 100644 --- a/core/backend/package.json +++ b/core/backend/package.json @@ -97,7 +97,7 @@ "webpack": "^5.76.0" }, "dependencies": { - "@bentley/imodeljs-native": "4.4.7", + "@bentley/imodeljs-native": "4.4.8", "@itwin/cloud-agnostic-core": "^2.1.0", "@itwin/core-telemetry": "workspace:*", "@itwin/object-storage-azure": "^2.2.2", @@ -115,4 +115,4 @@ "nyc": { "extends": "./node_modules/@itwin/build-tools/.nycrc" } -} +} \ No newline at end of file diff --git a/test-apps/display-test-app/android/imodeljs-test-app/app/build.gradle b/test-apps/display-test-app/android/imodeljs-test-app/app/build.gradle index 002c96cc24ff..53c086e8fe18 100644 --- a/test-apps/display-test-app/android/imodeljs-test-app/app/build.gradle +++ b/test-apps/display-test-app/android/imodeljs-test-app/app/build.gradle @@ -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.4.7' + implementation 'com.github.itwin:mobile-native-android:4.4.8' implementation 'androidx.webkit:webkit:1.5.0' } diff --git a/test-apps/display-test-app/ios/imodeljs-test-app/imodeljs-test-app.xcodeproj/project.pbxproj b/test-apps/display-test-app/ios/imodeljs-test-app/imodeljs-test-app.xcodeproj/project.pbxproj index 1cfff105fea8..5ded42ff6fba 100644 --- a/test-apps/display-test-app/ios/imodeljs-test-app/imodeljs-test-app.xcodeproj/project.pbxproj +++ b/test-apps/display-test-app/ios/imodeljs-test-app/imodeljs-test-app.xcodeproj/project.pbxproj @@ -453,7 +453,7 @@ repositoryURL = "/~https://github.com/iTwin/mobile-native-ios"; requirement = { kind = exactVersion; - version = 4.4.7; + version = 4.4.8; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/tools/internal/ios/core-test-runner/core-test-runner.xcodeproj/project.pbxproj b/tools/internal/ios/core-test-runner/core-test-runner.xcodeproj/project.pbxproj index 18325ff4429d..b88126c20763 100644 --- a/tools/internal/ios/core-test-runner/core-test-runner.xcodeproj/project.pbxproj +++ b/tools/internal/ios/core-test-runner/core-test-runner.xcodeproj/project.pbxproj @@ -552,7 +552,7 @@ repositoryURL = "/~https://github.com/iTwin/mobile-native-ios"; requirement = { kind = exactVersion; - version = 4.4.7; + version = 4.4.8; }; }; /* End XCRemoteSwiftPackageReference section */