Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
- Bump JavaScript SDK from v10.65.0 to v10.67.0 ([#6471](https://github.com/getsentry/sentry-react-native/pull/6471), [#6494](https://github.com/getsentry/sentry-react-native/pull/6494))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#10670)
- [diff](https://github.com/getsentry/sentry-javascript/compare/10.65.0...10.67.0)
- Bump CLI from v3.6.0 to v3.6.1 ([#6493](https://github.com/getsentry/sentry-react-native/pull/6493))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#361)
- [diff](https://github.com/getsentry/sentry-cli/compare/3.6.0...3.6.1)

## 8.19.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@naturalcycles/ktlint": "^1.13.0",
"@sentry/cli": "3.6.0",
"@sentry/cli": "3.6.1",
"downlevel-dts": "^0.11.0",
"google-java-format": "^1.4.0",
"lerna": "^8.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"dependencies": {
"@sentry/babel-plugin-component-annotate": "5.3.0",
"@sentry/browser": "10.67.0",
"@sentry/cli": "3.6.0",
"@sentry/cli": "3.6.1",
"@sentry/core": "10.67.0",
"@sentry/expo-upload-sourcemaps": "workspace:*",
"@sentry/react": "10.67.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-upload-sourcemaps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"README.md"
],
"dependencies": {
"@sentry/cli": "3.6.0"
"@sentry/cli": "3.6.1"
},
"peerDependencies": {
"@expo/env": "*",
Expand Down
80 changes: 40 additions & 40 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9735,74 +9735,74 @@ __metadata:
languageName: node
linkType: hard

"@sentry/cli-darwin@npm:3.6.0":
version: 3.6.0
resolution: "@sentry/cli-darwin@npm:3.6.0"
"@sentry/cli-darwin@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-darwin@npm:3.6.1"
conditions: os=darwin
languageName: node
linkType: hard

"@sentry/cli-linux-arm64@npm:3.6.0":
version: 3.6.0
resolution: "@sentry/cli-linux-arm64@npm:3.6.0"
"@sentry/cli-linux-arm64@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-linux-arm64@npm:3.6.1"
conditions: (os=linux | os=freebsd | os=android) & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-linux-arm@npm:3.6.0":
version: 3.6.0
resolution: "@sentry/cli-linux-arm@npm:3.6.0"
"@sentry/cli-linux-arm@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-linux-arm@npm:3.6.1"
conditions: (os=linux | os=freebsd | os=android) & cpu=arm
languageName: node
linkType: hard

"@sentry/cli-linux-i686@npm:3.6.0":
version: 3.6.0
resolution: "@sentry/cli-linux-i686@npm:3.6.0"
"@sentry/cli-linux-i686@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-linux-i686@npm:3.6.1"
conditions: (os=linux | os=freebsd | os=android) & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-linux-x64@npm:3.6.0":
version: 3.6.0
resolution: "@sentry/cli-linux-x64@npm:3.6.0"
"@sentry/cli-linux-x64@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-linux-x64@npm:3.6.1"
conditions: (os=linux | os=freebsd | os=android) & cpu=x64
languageName: node
linkType: hard

"@sentry/cli-win32-arm64@npm:3.6.0":
version: 3.6.0
resolution: "@sentry/cli-win32-arm64@npm:3.6.0"
"@sentry/cli-win32-arm64@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-win32-arm64@npm:3.6.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@sentry/cli-win32-i686@npm:3.6.0":
version: 3.6.0
resolution: "@sentry/cli-win32-i686@npm:3.6.0"
"@sentry/cli-win32-i686@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-win32-i686@npm:3.6.1"
conditions: os=win32 & (cpu=x86 | cpu=ia32)
languageName: node
linkType: hard

"@sentry/cli-win32-x64@npm:3.6.0":
version: 3.6.0
resolution: "@sentry/cli-win32-x64@npm:3.6.0"
"@sentry/cli-win32-x64@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli-win32-x64@npm:3.6.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@sentry/cli@npm:3.6.0":
version: 3.6.0
resolution: "@sentry/cli@npm:3.6.0"
dependencies:
"@sentry/cli-darwin": "npm:3.6.0"
"@sentry/cli-linux-arm": "npm:3.6.0"
"@sentry/cli-linux-arm64": "npm:3.6.0"
"@sentry/cli-linux-i686": "npm:3.6.0"
"@sentry/cli-linux-x64": "npm:3.6.0"
"@sentry/cli-win32-arm64": "npm:3.6.0"
"@sentry/cli-win32-i686": "npm:3.6.0"
"@sentry/cli-win32-x64": "npm:3.6.0"
"@sentry/cli@npm:3.6.1":
version: 3.6.1
resolution: "@sentry/cli@npm:3.6.1"
dependencies:
"@sentry/cli-darwin": "npm:3.6.1"
"@sentry/cli-linux-arm": "npm:3.6.1"
"@sentry/cli-linux-arm64": "npm:3.6.1"
"@sentry/cli-linux-i686": "npm:3.6.1"
"@sentry/cli-linux-x64": "npm:3.6.1"
"@sentry/cli-win32-arm64": "npm:3.6.1"
"@sentry/cli-win32-i686": "npm:3.6.1"
"@sentry/cli-win32-x64": "npm:3.6.1"
progress: "npm:^2.0.3"
proxy-from-env: "npm:^1.1.0"
undici: "npm:^6.22.0"
Expand All @@ -9826,7 +9826,7 @@ __metadata:
optional: true
bin:
sentry-cli: bin/sentry-cli
checksum: 10c0/d7b70b300f480c01d0fdc0d4308195ae6b36e34632a22807b07fd212013d2dcdbd6e73bebacc45e3c32d187144e33d93df1727609ee270cfdb4c6147ee479d1a
checksum: 10c0/60a4702955b96c9ea7219093cc12bfd69bf68d164d7a5d89bff3dce2123e195b46f5b65da51b3ec00c66dd73fe168b0bf32bacce2c49ab1ad287e8ea38c904a4
languageName: node
linkType: hard

Expand Down Expand Up @@ -9864,7 +9864,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@sentry/expo-upload-sourcemaps@workspace:packages/expo-upload-sourcemaps"
dependencies:
"@sentry/cli": "npm:3.6.0"
"@sentry/cli": "npm:3.6.1"
peerDependencies:
"@expo/env": "*"
dotenv: "*"
Expand Down Expand Up @@ -9977,7 +9977,7 @@ __metadata:
"@react-native/jest-preset": "npm:0.86.0"
"@sentry/babel-plugin-component-annotate": "npm:5.3.0"
"@sentry/browser": "npm:10.67.0"
"@sentry/cli": "npm:3.6.0"
"@sentry/cli": "npm:3.6.1"
"@sentry/core": "npm:10.67.0"
"@sentry/eslint-plugin-sdk": "npm:10.67.0"
"@sentry/expo-upload-sourcemaps": "workspace:*"
Expand Down Expand Up @@ -27462,7 +27462,7 @@ __metadata:
resolution: "sentry-react-native@workspace:."
dependencies:
"@naturalcycles/ktlint": "npm:^1.13.0"
"@sentry/cli": "npm:3.6.0"
"@sentry/cli": "npm:3.6.1"
downlevel-dts: "npm:^0.11.0"
google-java-format: "npm:^1.4.0"
lerna: "npm:^8.1.8"
Expand Down
Loading