Version Packages (alpha) (#1513)

Co-authored-by: github-actions[bot] <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 5bb69155c5
commit ccd81e7914
17 changed files with 87 additions and 22 deletions

View File

@@ -1,5 +1,13 @@
# @rrweb/web-extension
## 2.0.0-alpha.16
### Patch Changes
- Updated dependencies [[`a2c8a1a`](https://github.com/rrweb-io/rrweb/commit/a2c8a1a37bfcf8389b280af792262c8263a979a3), [`d08624c`](https://github.com/rrweb-io/rrweb/commit/d08624cb28add386c3618a0e6607424c3f1884d8)]:
- rrweb@2.0.0-alpha.16
- rrweb-player@2.0.0-alpha.16
## 2.0.0-alpha.15
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@rrweb/web-extension",
"private": true,
"version": "2.0.0-alpha.15",
"version": "2.0.0-alpha.16",
"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.15",
"@rrweb/types": "^2.0.0-alpha.16",
"@types/react-dom": "^18.0.6",
"@types/webextension-polyfill": "^0.9.1",
"@vitejs/plugin-react": "^4.2.1",
@@ -41,7 +41,7 @@
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.1",
"rrweb": "^2.0.0-alpha.15",
"rrweb-player": "^2.0.0-alpha.15"
"rrweb": "^2.0.0-alpha.16",
"rrweb-player": "^2.0.0-alpha.16"
}
}