Skip to content

Commit 1b2855b

Browse files
Version Packages (alpha) (#1175)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f1f5865 commit 1b2855b

File tree

17 files changed

+122
-24
lines changed

17 files changed

+122
-24
lines changed

.changeset/pre.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,40 @@
88
"rrweb-player": "1.0.0-alpha.4",
99
"rrweb-snapshot": "2.0.0-alpha.4",
1010
"@rrweb/types": "2.0.0-alpha.4",
11-
"@rrweb/web-extension": "2.0.0-alpha.4"
11+
"@rrweb/web-extension": "2.0.0-alpha.4",
12+
"rrvideo": "2.0.0-alpha.6"
1213
},
1314
"changesets": [
1415
"calm-bulldogs-speak",
1516
"chatty-cherries-train",
1617
"eight-terms-hunt",
18+
"fast-chefs-smell",
1719
"five-peas-lay",
20+
"fresh-spoons-drive",
1821
"grumpy-ways-own",
1922
"large-ants-prove",
2023
"loud-seals-raise",
2124
"lovely-pears-cross",
2225
"mighty-frogs-sparkle",
2326
"nervous-poets-grin",
27+
"new-snakes-call",
2428
"old-dryers-hide",
29+
"pretty-plums-rescue",
30+
"proud-experts-jam",
2531
"real-masks-explode",
2632
"real-trains-switch",
2733
"serious-ants-juggle",
34+
"sixty-impalas-laugh",
35+
"small-olives-arrive",
2836
"stupid-ghosts-help",
2937
"swift-peas-film",
3038
"tidy-yaks-joke",
39+
"tricky-panthers-guess",
3140
"twenty-lies-switch",
3241
"twenty-planets-repeat",
3342
"violet-melons-itch",
43+
"violet-zebras-cry",
44+
"yellow-mails-cheat",
3445
"young-timers-grow"
3546
]
3647
}

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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d2582e9`](https://github.com/rrweb-io/rrweb/commit/d2582e9a81197130cd93bc1dd778e16fddfb0be3), [`e7f0c80`](https://github.com/rrweb-io/rrweb/commit/e7f0c808c3f348fb27d1acd5fa300a5d92b14d00)]:
8+
9+
10+
311
## 2.0.0-alpha.6
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.6",
3+
"version": "2.0.0-alpha.7",
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.6",
52-
"rrweb-snapshot": "^2.0.0-alpha.6"
51+
"rrdom": "^2.0.0-alpha.7",
52+
"rrweb-snapshot": "^2.0.0-alpha.7"
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d2582e9`](https://github.com/rrweb-io/rrweb/commit/d2582e9a81197130cd93bc1dd778e16fddfb0be3), [`e7f0c80`](https://github.com/rrweb-io/rrweb/commit/e7f0c808c3f348fb27d1acd5fa300a5d92b14d00)]:
8+
9+
310
## 2.0.0-alpha.6
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.6",
3+
"version": "2.0.0-alpha.7",
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.6",
35+
"@rrweb/types": "^2.0.0-alpha.7",
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.6"
50+
"rrweb-snapshot": "^2.0.0-alpha.7"
5151
}
5252
}

packages/rrvideo/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# rrvideo
2+
3+
## 2.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- [#1181](https://github.com/rrweb-io/rrweb/pull/1181) [`f1f5865`](https://github.com/rrweb-io/rrweb/commit/f1f5865dcf19db5637bbb12b220eb2aa0c0219ad) Thanks [@YunFeng0817](https://github.com/YunFeng0817)! - Refactor: Move rrvideo to rrweb's monorepo
8+
9+
- Updated dependencies []:
10+

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.6",
3+
"version": "2.0.0-alpha.7",
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.6"
21+
"@rrweb/types": "^2.0.0-alpha.7"
2222
},
2323
"dependencies": {
2424
"minimist": "^1.2.5",
2525
"puppeteer": "^19.7.2",
26-
"rrweb-player": "^2.0.0-alpha.6"
26+
"rrweb-player": "^2.0.0-alpha.7"
2727
}
2828
}

packages/rrweb-player/CHANGELOG.md

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

3+
## 2.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e0f862b`](https://github.com/rrweb-io/rrweb/commit/e0f862bac7dbaa9cfd778f5ef0f5f3fd8cbe6def), [`267e990`](https://github.com/rrweb-io/rrweb/commit/267e990dc0e45a5acaaa3ee89db7ae9171520d54), [`d2582e9`](https://github.com/rrweb-io/rrweb/commit/d2582e9a81197130cd93bc1dd778e16fddfb0be3), [`a225d8e`](https://github.com/rrweb-io/rrweb/commit/a225d8e1412a69a761c22eb45565fff0b0ce5c11), [`a82a3b4`](https://github.com/rrweb-io/rrweb/commit/a82a3b42b125aaaea607410b49f012933466c523), [`1e6f71b`](https://github.com/rrweb-io/rrweb/commit/1e6f71b3cddcfafe78b9e40edfbd75e485702e4e), [`1e6f71b`](https://github.com/rrweb-io/rrweb/commit/1e6f71b3cddcfafe78b9e40edfbd75e485702e4e), [`4cb4d0e`](https://github.com/rrweb-io/rrweb/commit/4cb4d0e95a540a366bdec157fe78d9f099514818)]:
8+
9+
310
## 2.0.0-alpha.6
411

512
### Patch Changes

packages/rrweb-player/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "rrweb-player",
3-
"version": "2.0.0-alpha.6",
3+
"version": "2.0.0-alpha.7",
44
"devDependencies": {
55
"@rollup/plugin-commonjs": "^22.0.0",
66
"@rollup/plugin-node-resolve": "^13.2.1",
7-
"@rrweb/types": "^2.0.0-alpha.6",
7+
"@rrweb/types": "^2.0.0-alpha.7",
88
"@types/offscreencanvas": "^2019.6.4",
99
"eslint-config-google": "^0.14.0",
1010
"eslint-plugin-svelte3": "^4.0.0",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@tsconfig/svelte": "^1.0.0",
27-
"rrweb": "^2.0.0-alpha.6"
27+
"rrweb": "^2.0.0-alpha.7"
2828
},
2929
"scripts": {
3030
"build": "rollup -c",

packages/rrweb-snapshot/CHANGELOG.md

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

3+
## 2.0.0-alpha.7
4+
5+
### Minor Changes
6+
7+
- [#1170](https://github.com/rrweb-io/rrweb/pull/1170) [`d2582e9`](https://github.com/rrweb-io/rrweb/commit/d2582e9a81197130cd93bc1dd778e16fddfb0be3) Thanks [@mydea](https://github.com/mydea)! - feat: Ensure password inputs remain masked when switching input type
8+
9+
### Patch Changes
10+
11+
- [#1174](https://github.com/rrweb-io/rrweb/pull/1174) [`e7f0c80`](https://github.com/rrweb-io/rrweb/commit/e7f0c808c3f348fb27d1acd5fa300a5d92b14d00) Thanks [@wfk007](https://github.com/wfk007)! - Fix: [#1172](https://github.com/rrweb-io/rrweb/issues/1172) don't replace original onload function of Images
12+
313
## 2.0.0-alpha.6
414

515
### Minor Changes

0 commit comments

Comments
 (0)