Skip to content

Commit

Permalink
Merge 5de2d68 into e44fe2d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 27, 2023
2 parents e44fe2d + 5de2d68 commit 7bf2a82
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 @@ -11,6 +11,9 @@
- Bump JavaScript SDK from v7.54.0 to v7.56.0 ([#3119](https://github.com/getsentry/sentry-react-native/pull/3119))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7560)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.54.0...7.56.0)
- Bump CLI from v2.18.1 to v2.19.2 ([#3124](https://github.com/getsentry/sentry-react-native/pull/3124))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2192)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.18.1...2.19.2)

## 5.6.0

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

"@sentry/cli@2.18.1":
version "2.18.1"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.18.1.tgz#c44f189a1a72a83087a297c5fcc7668f86dd4308"
integrity sha512-lc/dX/cvcmznWNbLzDbzxn224vwY5zLIDBe3yOO6Usg3CDgkZZ3xfjN4AIUZwkiTEPIOELodrOfdoMxqpXyYDw==
"@sentry/cli@2.19.2":
version "2.19.2"
resolved "https://registry.yarnpkg.com/@sentry/cli/-/cli-2.19.2.tgz#408ae2b6d5a46c6cbb19531969e6bc8f131f4dfb"
integrity sha512-i0g54+T1w0bVOIkKnD8FO8AdXqnbmzvVaacU74Avyew3Imh1fyHut9Pa7BFpExsyQdOAAlQZnwfh6yngXVQzzw==
dependencies:
https-proxy-agent "^5.0.0"
node-fetch "^2.6.7"
Expand Down

0 comments on commit 7bf2a82

Please sign in to comment.