From 7777d18c901f9b3c40c914bb3cdc4039d7534361 Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez <44824788+DanRod1999@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:42:30 -0400 Subject: [PATCH] imodeljs-native@4.1.14 (#6062) Co-authored-by: Daniel Rodriguez --- .../imodeljs-native-4.1.14_2023-10-04-21-46.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.1.14_2023-10-04-21-46.json diff --git a/common/changes/@itwin/core-backend/imodeljs-native-4.1.14_2023-10-04-21-46.json b/common/changes/@itwin/core-backend/imodeljs-native-4.1.14_2023-10-04-21-46.json new file mode 100644 index 000000000000..99b35bb89b62 --- /dev/null +++ b/common/changes/@itwin/core-backend/imodeljs-native-4.1.14_2023-10-04-21-46.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 a503e9d04154..dd98f009990e 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.1.13 + '@bentley/imodeljs-native': 4.1.14 '@itwin/build-tools': workspace:* '@itwin/cloud-agnostic-core': ^2.1.0 '@itwin/core-bentley': workspace:* @@ -52,7 +52,7 @@ importers: webpack: ^5.76.0 ws: ^7.5.3 dependencies: - '@bentley/imodeljs-native': 4.1.13 + '@bentley/imodeljs-native': 4.1.14 '@itwin/cloud-agnostic-core': 2.1.0_scz6qrwecfbbxg4vskopkl3a7u '@itwin/core-telemetry': link:../telemetry '@itwin/object-storage-azure': 2.1.0_scz6qrwecfbbxg4vskopkl3a7u @@ -3726,8 +3726,8 @@ packages: resolution: {integrity: sha512-IIs1wDcY2oZ8tJ3EZRw0U51M+0ZL3MvwoDYYmhUXaa9/UZqpFoOyLBGaxjirQteWXqTIMm3mFvmC+Nbn1ok4Iw==} dev: false - /@bentley/imodeljs-native/4.1.13: - resolution: {integrity: sha512-q7YXKJWA5A88/RC6gOy3g2wNg81QIjaLnF9zvXSLjRQJ3/ICPh2HI2mHCu7VtVf/4dzwcWbunWwtKh/wGRIatA==} + /@bentley/imodeljs-native/4.1.14: + resolution: {integrity: sha512-Yyr2sRWQ4AcLxX18yp6FFkAecNnKejgrxQhw/hv4bxSPaWsZj34sEfQEYlLCS0cDU3HqqjjyQre7FDv+L342uw==} requiresBuild: true dev: false diff --git a/core/backend/package.json b/core/backend/package.json index 29513453c865..14500f403689 100644 --- a/core/backend/package.json +++ b/core/backend/package.json @@ -90,7 +90,7 @@ "webpack": "^5.76.0" }, "dependencies": { - "@bentley/imodeljs-native": "4.1.13", + "@bentley/imodeljs-native": "4.1.14", "@itwin/cloud-agnostic-core": "^2.1.0", "@itwin/core-telemetry": "workspace:*", "@itwin/object-storage-azure": "^2.1.0", @@ -107,4 +107,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 63c3e329b28f..fcef6830bdd0 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.1.13' + implementation 'com.github.itwin:mobile-native-android:4.1.14' 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 3d7baadf3b7d..462319696c3c 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 @@ -452,7 +452,7 @@ repositoryURL = "https://github.com/iTwin/mobile-native-ios"; requirement = { kind = exactVersion; - version = 4.1.13; + version = 4.1.14; }; }; /* 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 5b8c1c95cb92..4593ac5468df 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 @@ -548,7 +548,7 @@ repositoryURL = "https://github.com/iTwin/mobile-native-ios"; requirement = { kind = exactVersion; - version = 4.1.13; + version = 4.1.14; }; }; /* End XCRemoteSwiftPackageReference section */