Version Packages (alpha) (#1199)

This commit is contained in:
github-actions[bot]
2026-04-01 12:00:00 +08:00
committed by GitHub
parent aa4c7f9820
commit dddf1de4da
17 changed files with 109 additions and 23 deletions

View File

@@ -1,5 +1,13 @@
# @rrweb/web-extension
## 2.0.0-alpha.8
### Patch Changes
- Updated dependencies [[`b5e30cf`](https://github.com/rrweb-io/rrweb/commit/b5e30cf6cc7f5335d674ef1917a92bdf2895fe9e), [`979d2b1`](https://github.com/rrweb-io/rrweb/commit/979d2b1847a3d05e2731722952e4d6bd8be54f40), [`bc84246`](https://github.com/rrweb-io/rrweb/commit/bc84246f78849a80dbb8fe9b4e76117afcc5c3f7), [`aa79db7`](https://github.com/rrweb-io/rrweb/commit/aa79db7568578ea3a413292450cd64f07481e5dd)]:
- rrweb-player@2.0.0-alpha.8
- rrweb@2.0.0-alpha.8
## 2.0.0-alpha.7
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@rrweb/web-extension",
"private": true,
"version": "2.0.0-alpha.7",
"version": "2.0.0-alpha.8",
"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.7",
"@rrweb/types": "^2.0.0-alpha.8",
"@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.7",
"rrweb-player": "^2.0.0-alpha.7"
"rrweb": "^2.0.0-alpha.8",
"rrweb-player": "^2.0.0-alpha.8"
}
}