From f56f46102fd03410e88f1d3a912f9bc16d674749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= Date: Wed, 7 Sep 2022 11:26:30 +0200 Subject: [PATCH 1/2] Update wizard to 2.2.0, add ts template support --- CHANGELOG.md | 6 ++++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1048513811..e1871520d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - Latest changes from 4.3.x +### Dependencies + +- Bump Wizard from v2.0.0 to v2.2.0 ([#2458](https://github.com/getsentry/sentry-react-native/pull/2458)) + - [changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md#v220) + - [diff](https://github.com/getsentry/sentry-wizard/compare/v2.0.0...v2.2.0) + ## 4.3.0 ### Features diff --git a/package.json b/package.json index f4d66f0d7f..79f07347be 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@sentry-internal/eslint-config-sdk": "7.12.1", "@sentry-internal/eslint-plugin-sdk": "7.12.1", "@sentry/typescript": "^5.20.1", - "@sentry/wizard": "2.0.0", + "@sentry/wizard": "2.2.0", "@types/jest": "^26.0.15", "@types/react": "^16.9.49", "@types/react-native": "^0.66.11", diff --git a/yarn.lock b/yarn.lock index 95a6473044..12faa6c5de 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1257,10 +1257,10 @@ "@sentry/types" "7.12.1" tslib "^1.9.3" -"@sentry/wizard@2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@sentry/wizard/-/wizard-2.0.0.tgz#94bd4d0eeaae67b9577bd1fe2688b2be9d1f77e9" - integrity sha512-v6rOlJE0bOGSuekd+LTitofObIXKxtrQW3pXG2mwFVPQ6wezpFpUd8D/5hLJntLSvon/vFkQu43WvU+0VNBR3Q== +"@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== dependencies: "@sentry/cli" "^1.72.0" chalk "^2.4.1" From f3135b96bc5b7a782f94deb04c2dba9c9a8acfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= Date: Wed, 7 Sep 2022 11:35:57 +0200 Subject: [PATCH 2/2] Fix pr id in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1871520d3..264b9e6f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### Dependencies -- Bump Wizard from v2.0.0 to v2.2.0 ([#2458](https://github.com/getsentry/sentry-react-native/pull/2458)) +- Bump Wizard from v2.0.0 to v2.2.0 ([#2460](https://github.com/getsentry/sentry-react-native/pull/2460)) - [changelog](https://github.com/getsentry/sentry-wizard/blob/master/CHANGELOG.md#v220) - [diff](https://github.com/getsentry/sentry-wizard/compare/v2.0.0...v2.2.0)