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

@@ -20,6 +20,7 @@
"clean-shrimps-lay",
"cold-eyes-hunt",
"controller-finish-flag",
"curvy-apples-lay",
"date-now-guard",
"eight-terms-hunt",
"empty-bikes-cheer",
@@ -32,6 +33,8 @@
"fresh-spoons-drive",
"gold-terms-look",
"grumpy-ways-own",
"itchy-dryers-double",
"khaki-dots-bathe",
"large-ants-prove",
"lazy-toes-confess",
"little-radios-thank",
@@ -53,6 +56,7 @@
"real-masks-explode",
"real-trains-switch",
"rich-crews-protect",
"rich-jars-remember",
"serious-ants-juggle",
"sixty-impalas-laugh",
"small-olives-arrive",

View File

@@ -1,5 +1,13 @@
# rrdom-nodejs
## 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), [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7)]:
- rrweb-snapshot@2.0.0-alpha.11
- rrdom@2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom-nodejs",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"scripts": {
"dev": "rollup -c -w",
"bundle": "rollup --config",
@@ -48,8 +48,8 @@
"cssom": "^0.5.0",
"cssstyle": "^2.3.0",
"nwsapi": "^2.2.0",
"rrdom": "^2.0.0-alpha.10",
"rrweb-snapshot": "^2.0.0-alpha.10"
"rrdom": "^2.0.0-alpha.11",
"rrweb-snapshot": "^2.0.0-alpha.11"
},
"browserslist": [
"supports es6-class"

View File

@@ -1,5 +1,12 @@
# rrdom
## 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), [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7)]:
- rrweb-snapshot@2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "rrdom",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
"license": "MIT",
"main": "lib/rrdom.cjs",
@@ -32,7 +32,7 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^20.0.0",
"@rrweb/types": "^2.0.0-alpha.10",
"@rrweb/types": "^2.0.0-alpha.11",
"@types/jest": "^27.4.1",
"@types/puppeteer": "^5.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
@@ -47,6 +47,6 @@
"ts-jest": "^27.1.3"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.10"
"rrweb-snapshot": "^2.0.0-alpha.11"
}
}

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "rrvideo",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"description": "transform rrweb session into video",
"main": "build/index.js",
"bin": {
@@ -26,13 +26,13 @@
"@types/node": "^18.15.11",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"@rrweb/types": "^2.0.0-alpha.10"
"@rrweb/types": "^2.0.0-alpha.11"
},
"dependencies": {
"@open-tech-world/cli-progress-bar": "^2.0.2",
"fs-extra": "^11.1.1",
"minimist": "^1.2.5",
"playwright": "^1.32.1",
"rrweb-player": "^2.0.0-alpha.10"
"rrweb-player": "^2.0.0-alpha.11"
}
}

View File

@@ -1,5 +1,14 @@
# rrweb-player
## 2.0.0-alpha.11
### Patch Changes
- [#1287](https://github.com/rrweb-io/rrweb/pull/1287) [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7) Thanks [@Juice10](https://github.com/Juice10)! - Upgrade all projects to typescript 4.9.5
- 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
## 2.0.0-alpha.10
### Patch Changes

View File

@@ -1,10 +1,10 @@
{
"name": "rrweb-player",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rrweb/types": "^2.0.0-alpha.10",
"@rrweb/types": "^2.0.0-alpha.11",
"@types/offscreencanvas": "^2019.6.4",
"eslint-config-google": "^0.14.0",
"eslint-plugin-svelte3": "^4.0.0",
@@ -24,7 +24,7 @@
},
"dependencies": {
"@tsconfig/svelte": "^1.0.0",
"rrweb": "^2.0.0-alpha.10"
"rrweb": "^2.0.0-alpha.11"
},
"scripts": {
"build": "rollup -c",

View File

@@ -1,5 +1,15 @@
# rrweb-snapshot
## 2.0.0-alpha.11
### Patch Changes
- [#1279](https://github.com/rrweb-io/rrweb/pull/1279) [`11f6567`](https://github.com/rrweb-io/rrweb/commit/11f6567fd81ef9ed0f954a7b6d5e39653f56004f) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Extend to run fixBrowserCompatibilityIssuesInCSS over inline stylesheets
- [#1287](https://github.com/rrweb-io/rrweb/pull/1287) [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7) Thanks [@Juice10](https://github.com/Juice10)! - Upgrade all projects to typescript 4.9.5
- [#1287](https://github.com/rrweb-io/rrweb/pull/1287) [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7) Thanks [@Juice10](https://github.com/Juice10)! - Add workaround for Chrome/Edge CSS `@import` escaping bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1472259
## 2.0.0-alpha.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "rrweb-snapshot",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"scripts": {
"prepare": "npm run prepack",

View File

@@ -1,5 +1,18 @@
# rrweb
## 2.0.0-alpha.11
### Patch Changes
- [#1279](https://github.com/rrweb-io/rrweb/pull/1279) [`11f6567`](https://github.com/rrweb-io/rrweb/commit/11f6567fd81ef9ed0f954a7b6d5e39653f56004f) Thanks [@eoghanmurray](https://github.com/eoghanmurray)! - Extend to run fixBrowserCompatibilityIssuesInCSS over inline stylesheets
- [#1287](https://github.com/rrweb-io/rrweb/pull/1287) [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7) Thanks [@Juice10](https://github.com/Juice10)! - Upgrade all projects to typescript 4.9.5
- Updated dependencies [[`11f6567`](https://github.com/rrweb-io/rrweb/commit/11f6567fd81ef9ed0f954a7b6d5e39653f56004f), [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7), [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7)]:
- rrweb-snapshot@2.0.0-alpha.11
- @rrweb/types@2.0.0-alpha.11
- rrdom@2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "rrweb",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"description": "record and replay the web",
"scripts": {
"prepare": "npm run prepack",
@@ -81,13 +81,13 @@
"tslib": "^2.3.1"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.10",
"@rrweb/types": "^2.0.0-alpha.11",
"@types/css-font-loading-module": "0.0.7",
"@xstate/fsm": "^1.4.0",
"base64-arraybuffer": "^1.0.1",
"fflate": "^0.4.4",
"mitt": "^3.0.0",
"rrdom": "^2.0.0-alpha.10",
"rrweb-snapshot": "^2.0.0-alpha.10"
"rrdom": "^2.0.0-alpha.11",
"rrweb-snapshot": "^2.0.0-alpha.11"
}
}

View File

@@ -1,5 +1,14 @@
# @rrweb/types
## 2.0.0-alpha.11
### Patch Changes
- [#1287](https://github.com/rrweb-io/rrweb/pull/1287) [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7) Thanks [@Juice10](https://github.com/Juice10)! - Upgrade all projects to typescript 4.9.5
- Updated dependencies [[`11f6567`](https://github.com/rrweb-io/rrweb/commit/11f6567fd81ef9ed0f954a7b6d5e39653f56004f), [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7), [`efdc167`](https://github.com/rrweb-io/rrweb/commit/efdc167ca6c039d04af83612e3d92498bb9b41a7)]:
- rrweb-snapshot@2.0.0-alpha.11
## 2.0.0-alpha.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@rrweb/types",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"publishConfig": {
"access": "public"
},
@@ -43,7 +43,7 @@
"vite-plugin-dts": "^1.7.3"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.10"
"rrweb-snapshot": "^2.0.0-alpha.11"
},
"browserslist": [
"supports es6-class"

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"
}
}