Skip to content

Commit 4930615

Browse files
authored
ref(feedback): Refactor to better support multiple dialogs (#9305)
- refactor to support multiple widgets - add `attachTo` and `createWidget` public methods to create respective components.
1 parent 21454dc commit 4930615

15 files changed

+501
-346
lines changed

packages/feedback/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/feedback",
3-
"version": "7.75.1",
3+
"version": "0.0.1-alpha.4",
44
"description": "Sentry SDK integration for user feedback",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/feedback",
@@ -23,10 +23,10 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@sentry/browser": "7.70.0",
27-
"@sentry/core": "7.70.0",
28-
"@sentry/types": "7.70.0",
29-
"@sentry/utils": "7.70.0"
26+
"@sentry/browser": "7.75.1",
27+
"@sentry/core": "7.75.1",
28+
"@sentry/types": "7.75.1",
29+
"@sentry/utils": "7.75.1"
3030
},
3131
"scripts": {
3232
"build": "run-p build:transpile build:types build:bundle",

0 commit comments

Comments
 (0)