From 17656436e63ba98e1d413acd251676f18caf4002 Mon Sep 17 00:00:00 2001 From: Grigas <35135765+grigasp@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:12:57 +0300 Subject: [PATCH] @bentley/imodeljs-native 4.5.32 [release/4.5.x] (#6578) --- .../imodeljs-native-4.5.32_2024-04-03-13-34.json | 10 ++++++++++ common/config/rush/pnpm-lock.yaml | 8 ++++---- core/backend/package.json | 2 +- .../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, 18 insertions(+), 8 deletions(-) create mode 100644 common/changes/@itwin/core-backend/imodeljs-native-4.5.32_2024-04-03-13-34.json diff --git a/common/changes/@itwin/core-backend/imodeljs-native-4.5.32_2024-04-03-13-34.json b/common/changes/@itwin/core-backend/imodeljs-native-4.5.32_2024-04-03-13-34.json new file mode 100644 index 000000000000..99b35bb89b62 --- /dev/null +++ b/common/changes/@itwin/core-backend/imodeljs-native-4.5.32_2024-04-03-13-34.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 957c9bf32f1a..605003776963 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.5.26 + '@bentley/imodeljs-native': 4.5.32 '@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.5.26 + '@bentley/imodeljs-native': 4.5.32 '@itwin/cloud-agnostic-core': 2.1.0_scz6qrwecfbbxg4vskopkl3a7u '@itwin/core-telemetry': link:../telemetry '@itwin/object-storage-azure': 2.2.2_scz6qrwecfbbxg4vskopkl3a7u @@ -3773,8 +3773,8 @@ packages: resolution: {integrity: sha512-IIs1wDcY2oZ8tJ3EZRw0U51M+0ZL3MvwoDYYmhUXaa9/UZqpFoOyLBGaxjirQteWXqTIMm3mFvmC+Nbn1ok4Iw==} dev: false - /@bentley/imodeljs-native/4.5.26: - resolution: {integrity: sha512-prd+PP1ut3csEi+8dUiqboWQPxGYLHMzPksz9p1ReMhK6SOWu+vnuYLAAxQUzs5lpGtx+DscCRG6j0MxJSorFw==} + /@bentley/imodeljs-native/4.5.32: + resolution: {integrity: sha512-DyqvT/V36RkjCzQjB8YdNc/11A9DnF9wtufg0P1a20LSaL8+kzgtFM5oTwXJIlpSbuDzLO4OSMfJ55ois4tZFg==} requiresBuild: true dev: false diff --git a/core/backend/package.json b/core/backend/package.json index f11286b80e55..a3223c275388 100644 --- a/core/backend/package.json +++ b/core/backend/package.json @@ -98,7 +98,7 @@ "webpack": "^5.76.0" }, "dependencies": { - "@bentley/imodeljs-native": "4.5.26", + "@bentley/imodeljs-native": "4.5.32", "@itwin/cloud-agnostic-core": "^2.1.0", "@itwin/core-telemetry": "workspace:*", "@itwin/object-storage-azure": "^2.2.2", 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 800d3dfdc059..65be242076c8 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.5.26' + implementation 'com.github.itwin:mobile-native-android:4.5.32' 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 065cadefcd82..66ba5b8a3033 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.5.26; + version = 4.5.32; }; }; /* 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 0a8c95af7c02..b23b4915c43e 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.5.26; + version = 4.5.32; }; }; /* End XCRemoteSwiftPackageReference section */