Skip to content

Commit

Permalink
Merge 3c5a611 into 94aa319
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2023
2 parents 94aa319 + 3c5a611 commit b5d860e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
- Bump JavaScript SDK from v7.37.2 to v7.39.0 ([#2836](https://github.com/getsentry/sentry-react-native/pull/2836))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7390)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.37.2...7.39.0)
- Bump CLI from v2.10.0 to v2.13.0 ([#2848](https://github.com/getsentry/sentry-react-native/pull/2848))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2130)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.10.0...2.13.0)

## 5.0.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@sentry/browser": "7.39.0",
"@sentry/cli": "2.10.0",
"@sentry/cli": "2.13.0",
"@sentry/core": "7.39.0",
"@sentry/hub": "7.39.0",
"@sentry/integrations": "7.39.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1731,10 +1731,10 @@
"@sentry/utils" "7.39.0"
tslib "^1.9.3"

"@sentry/cli@2.10.0":
version "2.10.0"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.10.0.tgz#ff89ae60724742dfafab93006ec2056cc2d74e9b"
integrity sha512-VQnGXPQCqJyxirmUWkNznq3YYklDwDfbogok3lPHaL3r0bhgcNwt/bZxeycpaqk5I7myKNUYW8RG+F1YERODSw==
"@sentry/cli@2.13.0":
version "2.13.0"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.13.0.tgz#ce04989f488a02e51a1920939b2ed67a9bbe43db"
integrity sha512-F0WmiMmVjn6zZyD89MF8B1zGgcrJTi5yxPmd+sqpRKOfGCtucdRdM/BL1aU27BApaseCCfI1bgwtJSB2fUQqlw==
dependencies:
https-proxy-agent "^5.0.0"
node-fetch "^2.6.7"
Expand Down

0 comments on commit b5d860e

Please sign in to comment.