Skip to content

Commit 621dce2

Browse files
Version Packages (alpha)
1 parent 4aa14ca commit 621dce2

File tree

17 files changed

+87
-22
lines changed

17 files changed

+87
-22
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
"rrweb-snapshot": "2.0.0-alpha.4",
1010
"@rrweb/types": "2.0.0-alpha.4",
1111
"@rrweb/web-extension": "2.0.0-alpha.4",
12-
"rrvideo": "2.0.0-alpha.6"
12+
"rrvideo": "2.0.0-alpha.6",
13+
"@tutor/rrweb": "0.0.3"
1314
},
1415
"changesets": [
1516
"calm-bulldogs-speak",
1617
"chatty-cherries-train",
18+
"controller-finish-flag",
1719
"eight-terms-hunt",
1820
"fast-chefs-smell",
1921
"five-peas-lay",
@@ -25,8 +27,10 @@
2527
"mighty-frogs-sparkle",
2628
"nervous-poets-grin",
2729
"new-snakes-call",
30+
"nice-pugs-reply",
2831
"old-dryers-hide",
2932
"pretty-plums-rescue",
33+
"pretty-schools-remember",
3034
"proud-experts-jam",
3135
"real-masks-explode",
3236
"real-trains-switch",

packages/rrdom-nodejs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# rrdom-nodejs
22

3+
## 2.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d0fdc0f`](https://github.com/tutorio-dev/tutor-rrweb/commit/d0fdc0f273bb156a1faab4782b40fbec8dccf915)]:
8+
9+
10+
311
## 2.0.0-alpha.7
412

513
### Patch Changes

packages/rrdom-nodejs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrdom-nodejs",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
44
"scripts": {
55
"dev": "rollup -c -w",
66
"bundle": "rollup --config",
@@ -48,8 +48,8 @@
4848
"cssom": "^0.5.0",
4949
"cssstyle": "^2.3.0",
5050
"nwsapi": "^2.2.0",
51-
"rrdom": "^2.0.0-alpha.7",
52-
"rrweb-snapshot": "^2.0.0-alpha.7"
51+
"rrdom": "^2.0.0-alpha.8",
52+
"rrweb-snapshot": "^2.0.0-alpha.8"
5353
},
5454
"browserslist": [
5555
"supports es6-class"

packages/rrdom/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# rrdom
22

3+
## 2.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d0fdc0f`](https://github.com/tutorio-dev/tutor-rrweb/commit/d0fdc0f273bb156a1faab4782b40fbec8dccf915)]:
8+
9+
310
## 2.0.0-alpha.7
411

512
### Patch Changes

packages/rrdom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrdom",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
44
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
55
"license": "MIT",
66
"main": "lib/rrdom.cjs",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@rollup/plugin-commonjs": "^20.0.0",
35-
"@rrweb/types": "^2.0.0-alpha.7",
35+
"@rrweb/types": "^2.0.0-alpha.8",
3636
"@types/jest": "^27.4.1",
3737
"@types/puppeteer": "^5.4.4",
3838
"@typescript-eslint/eslint-plugin": "^5.23.0",
@@ -47,6 +47,6 @@
4747
"ts-jest": "^27.1.3"
4848
},
4949
"dependencies": {
50-
"rrweb-snapshot": "^2.0.0-alpha.7"
50+
"rrweb-snapshot": "^2.0.0-alpha.8"
5151
}
5252
}

packages/rrvideo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# rrvideo
22

3+
## 2.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b5e30cf`](https://github.com/tutorio-dev/tutor-rrweb/commit/b5e30cf6cc7f5335d674ef1917a92bdf2895fe9e)]:
8+
9+
310
## 2.0.0-alpha.7
411

512
### Patch Changes

packages/rrvideo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrvideo",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
44
"description": "transform rrweb session into video",
55
"main": "build/index.js",
66
"bin": {
@@ -18,11 +18,11 @@
1818
"license": "MIT",
1919
"devDependencies": {
2020
"@types/minimist": "^1.2.1",
21-
"@rrweb/types": "^2.0.0-alpha.7"
21+
"@rrweb/types": "^2.0.0-alpha.8"
2222
},
2323
"dependencies": {
2424
"minimist": "^1.2.5",
2525
"puppeteer": "^19.7.2",
26-
"rrweb-player": "^2.0.0-alpha.7"
26+
"rrweb-player": "^2.0.0-alpha.8"
2727
}
2828
}

packages/rrweb-player/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rrweb-player
22

3+
## 2.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- [#1198](https://github.com/rrweb-io/rrweb/pull/1198) [`b5e30cf`](https://github.com/tutorio-dev/tutor-rrweb/commit/b5e30cf6cc7f5335d674ef1917a92bdf2895fe9e) Thanks [@charliegracie](https://github.com/charliegracie)! - Reset the finished flag in Controller `goto` instead of `handleProgressClick` so that it is properly handled if `goto` is called directly.
8+
39
## 2.0.0-alpha.7
410

511
### Patch Changes

packages/rrweb-player/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "rrweb-player",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.0-alpha.8",
44
"devDependencies": {
55
"@rollup/plugin-commonjs": "^22.0.0",
66
"@rollup/plugin-node-resolve": "^13.2.1",
7-
"@rrweb/types": "^2.0.0-alpha.7",
7+
"@rrweb/types": "^2.0.0-alpha.8",
88
"@types/offscreencanvas": "^2019.6.4",
99
"eslint-config-google": "^0.14.0",
1010
"eslint-plugin-svelte3": "^4.0.0",

packages/rrweb-snapshot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rrweb-snapshot
22

3+
## 2.0.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- [#1148](https://github.com/rrweb-io/rrweb/pull/1148) [`d0fdc0f`](https://github.com/tutorio-dev/tutor-rrweb/commit/d0fdc0f273bb156a1faab4782b40fbec8dccf915) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Improve: Add try catch to snapshot.ts 's masking text function. Fixes [#1118](https://github.com/rrweb-io/rrweb/issues/1118).
8+
39
## 2.0.0-alpha.7
410

511
### Minor Changes

0 commit comments

Comments
 (0)