From e3181284ae89c8fa8a1a4315aec4c484e8ed2033 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 21 Feb 2023 15:11:18 +0000 Subject: [PATCH 1/2] chore: update scripts/update-wizard.sh to v2.6.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fef15e6d..823b47c22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Wizard from v2.2.0 to v2.6.0 ([#2849](https://github.com/getsentry/sentry-react-native/pull/2849)) + - [changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md#v260) + - [diff](https://github.com/getsentry/sentry-wizard/compare/v2.2.0...v2.6.0) + ## 5.0.0 The React Native SDK version 5 supports both Legacy (from RN 0.65 and above) and New Architecture (from RN 0.69 and above) as well as the new React Native Gradle Plugin (introduced in RN 0.71). For detailed [migration guide visit our docs](https://docs.sentry.io/platforms/react-native/migration/#from-4x-to-5x). diff --git a/package.json b/package.json index b98aca64eb..05f47254d5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@sentry-internal/eslint-config-sdk": "7.37.2", "@sentry-internal/eslint-plugin-sdk": "7.37.2", "@sentry/typescript": "^5.20.1", - "@sentry/wizard": "2.2.0", + "@sentry/wizard": "2.6.0", "@types/jest": "^29.2.5", "@types/react": "^18.0.25", "babel-jest": "^29.3.1", diff --git a/yarn.lock b/yarn.lock index aa2a1d46a3..f76894dc1c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1835,10 +1835,10 @@ "@sentry/types" "7.37.2" tslib "^1.9.3" -"@sentry/wizard@2.2.0": - version "2.2.0" - resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-2.2.0.tgz#89a68b3d340631885bda7018b5761ea60acde026" - integrity sha512-o0KdRlOFqI/LryB+/rHghf0WfVKby8Io1SnRDU5MRG9BXEffLLrHLBAZAv1p9ohbL2j5u4lx7YbBVB/OiY1KGg== +"@sentry/wizard@2.6.0": + version "2.6.0" + resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-2.6.0.tgz#8a52265748979439196ff0bfb59ad0b056da3f61" + integrity sha512-YH0LbhZttGaX3Cd/c+BIUXIWPopaRTajQlr+VaUlr6U5r8e9uXDL6R47jE1zzZvhLag6LGpniHgydyGwepwdFg== dependencies: "@sentry/cli" "^1.72.0" chalk "^2.4.1" From 7caa850de47db06806cea117e868c6f54ed20662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Tue, 21 Feb 2023 17:20:30 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 823b47c22e..a7fef15e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,5 @@ # Changelog -## Unreleased - -### Dependencies - -- Bump Wizard from v2.2.0 to v2.6.0 ([#2849](https://github.com/getsentry/sentry-react-native/pull/2849)) - - [changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md#v260) - - [diff](https://github.com/getsentry/sentry-wizard/compare/v2.2.0...v2.6.0) - ## 5.0.0 The React Native SDK version 5 supports both Legacy (from RN 0.65 and above) and New Architecture (from RN 0.69 and above) as well as the new React Native Gradle Plugin (introduced in RN 0.71). For detailed [migration guide visit our docs](https://docs.sentry.io/platforms/react-native/migration/#from-4x-to-5x).