Skip to content

Commit e318128

Browse files
authored
chore: update scripts/update-wizard.sh to v2.6.0
1 parent 927673a commit e318128

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Wizard from v2.2.0 to v2.6.0 ([#2849](https://github.com/getsentry/sentry-react-native/pull/2849))
8+
- [changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md#v260)
9+
- [diff](https://github.com/getsentry/sentry-wizard/compare/v2.2.0...v2.6.0)
10+
311
## 5.0.0
412

513
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).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@sentry-internal/eslint-config-sdk": "7.37.2",
5757
"@sentry-internal/eslint-plugin-sdk": "7.37.2",
5858
"@sentry/typescript": "^5.20.1",
59-
"@sentry/wizard": "2.2.0",
59+
"@sentry/wizard": "2.6.0",
6060
"@types/jest": "^29.2.5",
6161
"@types/react": "^18.0.25",
6262
"babel-jest": "^29.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,10 +1835,10 @@
18351835
"@sentry/types" "7.37.2"
18361836
tslib "^1.9.3"
18371837

1838-
"@sentry/wizard@2.2.0":
1839-
version "2.2.0"
1840-
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-2.2.0.tgz#89a68b3d340631885bda7018b5761ea60acde026"
1841-
integrity sha512-o0KdRlOFqI/LryB+/rHghf0WfVKby8Io1SnRDU5MRG9BXEffLLrHLBAZAv1p9ohbL2j5u4lx7YbBVB/OiY1KGg==
1838+
"@sentry/wizard@2.6.0":
1839+
version "2.6.0"
1840+
resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-2.6.0.tgz#8a52265748979439196ff0bfb59ad0b056da3f61"
1841+
integrity sha512-YH0LbhZttGaX3Cd/c+BIUXIWPopaRTajQlr+VaUlr6U5r8e9uXDL6R47jE1zzZvhLag6LGpniHgydyGwepwdFg==
18421842
dependencies:
18431843
"@sentry/cli" "^1.72.0"
18441844
chalk "^2.4.1"

0 commit comments

Comments
 (0)