Skip to content

Commit

Permalink
Merge branch 'release/1.107.0' into sentry-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 31, 2023
2 parents 1ea4206 + cc26b55 commit 78dcb80
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/rrdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/rrdom",
"version": "1.106.0",
"version": "1.107.0",
"scripts": {
"dev": "rollup -c -w",
"bundle": "rollup --config",
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@sentry-internal/rrweb-snapshot": "1.106.0",
"@sentry-internal/rrweb-snapshot": "1.107.0",
"@types/cssom": "^0.4.1",
"@types/jest": "^29.4.0",
"@types/nwsapi": "^2.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/rrweb-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/rrweb-player",
"version": "1.106.0",
"version": "1.107.0",
"publishConfig": {
"access": "public"
},
Expand All @@ -27,7 +27,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@sentry-internal/rrweb": "1.106.0",
"@sentry-internal/rrweb": "1.107.0",
"@tsconfig/svelte": "^3.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/rrweb-snapshot",
"version": "1.106.0",
"version": "1.107.0",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/rrweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry-internal/rrweb",
"version": "1.106.0",
"version": "1.107.0",
"description": "record and replay the web",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -78,7 +78,7 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@sentry-internal/rrweb-snapshot": "1.106.0",
"@sentry-internal/rrweb-snapshot": "1.107.0",
"@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1",
Expand Down

0 comments on commit 78dcb80

Please sign in to comment.