Version Packages (alpha) (#1780)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-04-01 12:00:00 +08:00
committed by GitHub
parent e75ba06572
commit 3d05380752
39 changed files with 199 additions and 61 deletions

View File

@@ -1,5 +1,13 @@
# @rrweb/web-extension
## 2.0.0-alpha.20
### Patch Changes
- Updated dependencies [[`6388fb5`](https://github.com/rrweb-io/rrweb/commit/6388fb5a468e1a860ab8bb5c6826c811dcc3100c)]:
- rrweb@2.0.0-alpha.20
- rrweb-player@2.0.0-alpha.20
## 2.0.0-alpha.19
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@rrweb/web-extension",
"private": true,
"version": "2.0.0-alpha.19",
"version": "2.0.0-alpha.20",
"description": "The web extension of rrweb which helps to run rrweb on any website out of box",
"author": "rrweb-io",
"license": "MIT",
@@ -18,7 +18,7 @@
"prepublish": "yarn build"
},
"devDependencies": {
"@rrweb/types": "^2.0.0-alpha.19",
"@rrweb/types": "^2.0.0-alpha.20",
"@types/chrome": "^0.0.287",
"@types/react-dom": "^18.0.6",
"@types/semver": "^7.5.8",
@@ -44,7 +44,7 @@
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.1",
"rrweb": "^2.0.0-alpha.19",
"rrweb-player": "^2.0.0-alpha.19"
"rrweb": "^2.0.0-alpha.20",
"rrweb-player": "^2.0.0-alpha.20"
}
}