Version Packages (alpha) (#1286)

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 a6812827e0
commit 8f03b3ae2a
17 changed files with 98 additions and 23 deletions

View File

@@ -1,5 +1,13 @@
# @rrweb/web-extension
## 2.0.0-alpha.11
### Patch Changes
- Updated dependencies [[`11f6567`](https://github.com/rrweb-io/rrweb/commit/11f6567fd81ef9ed0f954a7b6d5e39653f56004f), [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7)]:
- rrweb@2.0.0-alpha.11
- rrweb-player@2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@rrweb/web-extension",
"private": true,
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"description": "The web extension of rrweb which helps to run rrweb on any website out of box",
"author": "rrweb-io",
"license": "MIT",
@@ -16,7 +16,7 @@
"prepublish": "npm run pack:chrome && npm run pack:firefox"
},
"devDependencies": {
"@rrweb/types": "^2.0.0-alpha.10",
"@rrweb/types": "^2.0.0-alpha.11",
"@types/react-dom": "^18.0.6",
"@types/webextension-polyfill": "^0.9.1",
"@vitejs/plugin-react": "^2.1.0",
@@ -40,7 +40,7 @@
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.1",
"rrweb": "^2.0.0-alpha.10",
"rrweb-player": "^2.0.0-alpha.10"
"rrweb": "^2.0.0-alpha.11",
"rrweb-player": "^2.0.0-alpha.11"
}
}