Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47f1710

Browse files
author
getsentry-bot
committedJun 21, 2024
Merge branch 'release/7.118.0' into v7
2 parents bdf5536 + 090af74 commit 47f1710

File tree

44 files changed

+187
-187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+187
-187
lines changed
 

‎packages/hub/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/hub",
3-
"version": "7.117.0",
3+
"version": "7.118.0",
44
"description": "Sentry hub which handles global state managment.",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/hub",
@@ -30,9 +30,9 @@
3030
"tag": "v7"
3131
},
3232
"dependencies": {
33-
"@sentry/core": "7.117.0",
34-
"@sentry/types": "7.117.0",
35-
"@sentry/utils": "7.117.0"
33+
"@sentry/core": "7.118.0",
34+
"@sentry/types": "7.118.0",
35+
"@sentry/utils": "7.118.0"
3636
},
3737
"scripts": {
3838
"build": "run-p build:transpile build:types",

‎packages/integration-shims/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/integration-shims",
3-
"version": "7.117.0",
3+
"version": "7.118.0",
44
"description": "Shims for integrations in Sentry SDK.",
55
"main": "build/cjs/index.js",
66
"module": "build/esm/index.js",
@@ -39,8 +39,8 @@
3939
"url": "https://github.com/getsentry/sentry-javascript/issues"
4040
},
4141
"dependencies": {
42-
"@sentry/types": "7.117.0",
43-
"@sentry/utils": "7.117.0"
42+
"@sentry/types": "7.118.0",
43+
"@sentry/utils": "7.118.0"
4444
},
4545
"engines": {
4646
"node": ">=12"
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Failed to load comments.