From d5716baab1ca3dc2d6efa4c3955ac54b6d47a9b3 Mon Sep 17 00:00:00 2001 From: Travis Cobbs <77415528+tcobbs-bentley@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:51:55 +0000 Subject: [PATCH] Update version to 0.10.39 --- package-lock.json | 18 +++++++++--------- package.json | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index cada930..96d5023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@itwin/mobile-ui-react", - "version": "0.10.38", + "version": "0.10.39", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@itwin/mobile-ui-react", - "version": "0.10.38", + "version": "0.10.39", "license": "MIT", "dependencies": { "@itwin/appui-abstract": "3.7.4", @@ -23,7 +23,7 @@ "@itwin/core-quantity": "3.7.4", "@itwin/core-react": "3.7.4", "@itwin/imodel-components-react": "3.7.4", - "@itwin/mobile-sdk-core": "0.10.38", + "@itwin/mobile-sdk-core": "0.10.39", "@itwin/presentation-common": "3.7.4", "@itwin/presentation-frontend": "3.7.4", "@itwin/webgl-compatibility": "3.7.4", @@ -1322,9 +1322,9 @@ } }, "node_modules/@itwin/mobile-sdk-core": { - "version": "0.10.38", - "resolved": "https://registry.npmjs.org/@itwin/mobile-sdk-core/-/mobile-sdk-core-0.10.38.tgz", - "integrity": "sha512-1cE6/VrjZTqzUUIVH65Yl2gEG0SSoTTxbZ5I/dzQm0g1VbOmL4JUnLQQhfMpOsHPbgGlL4HkWV8vXzKeVzOoYg==", + "version": "0.10.39", + "resolved": "https://registry.npmjs.org/@itwin/mobile-sdk-core/-/mobile-sdk-core-0.10.39.tgz", + "integrity": "sha512-1LDKoihSEOtOglrj308pqtYku8vJb3tSw/0RkPkWHHqOHXJjgllk0en7mFMfA1XpubGDSUaIyTurvdHemOetUw==", "dependencies": { "@itwin/core-bentley": "3.7.4", "@itwin/core-common": "3.7.4", @@ -8894,9 +8894,9 @@ } }, "@itwin/mobile-sdk-core": { - "version": "0.10.38", - "resolved": "https://registry.npmjs.org/@itwin/mobile-sdk-core/-/mobile-sdk-core-0.10.38.tgz", - "integrity": "sha512-1cE6/VrjZTqzUUIVH65Yl2gEG0SSoTTxbZ5I/dzQm0g1VbOmL4JUnLQQhfMpOsHPbgGlL4HkWV8vXzKeVzOoYg==", + "version": "0.10.39", + "resolved": "https://registry.npmjs.org/@itwin/mobile-sdk-core/-/mobile-sdk-core-0.10.39.tgz", + "integrity": "sha512-1LDKoihSEOtOglrj308pqtYku8vJb3tSw/0RkPkWHHqOHXJjgllk0en7mFMfA1XpubGDSUaIyTurvdHemOetUw==", "requires": { "@itwin/core-bentley": "3.7.4", "@itwin/core-common": "3.7.4", diff --git a/package.json b/package.json index 12f2ae5..3f4fc92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@itwin/mobile-ui-react", - "version": "0.10.38", + "version": "0.10.39", "description": "Bentley iTwin Mobile UI module", "repository": { "type": "git", @@ -58,7 +58,7 @@ "@itwin/core-quantity": "3.7.4", "@itwin/core-react": "3.7.4", "@itwin/imodel-components-react": "3.7.4", - "@itwin/mobile-sdk-core": "0.10.38", + "@itwin/mobile-sdk-core": "0.10.39", "@itwin/presentation-common": "3.7.4", "@itwin/presentation-frontend": "3.7.4", "@itwin/webgl-compatibility": "3.7.4", @@ -87,6 +87,6 @@ "typescript": "~4.4.0" }, "relativeDependencies": { - "@itwin/mobile-sdk-core": "0.10.38/mobile-sdk-core" + "@itwin/mobile-sdk-core": "0.10.39/mobile-sdk-core" } }