Skip to content

Commit 13d5092

Browse files
Version Packages (alpha)
1 parent be6bf52 commit 13d5092

File tree

39 files changed

+270
-60
lines changed

39 files changed

+270
-60
lines changed

.changeset/pre.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"@rrweb/rrweb-plugin-sequential-id-record": "2.0.0-alpha.14",
2020
"@rrweb/rrweb-plugin-sequential-id-replay": "2.0.0-alpha.14",
2121
"@rrweb/record": "2.0.0-alpha.14",
22-
"@rrweb/replay": "2.0.0-alpha.14"
22+
"@rrweb/replay": "2.0.0-alpha.14",
23+
"@rrweb/utils": "2.0.0-alpha.16"
2324
},
2425
"changesets": [
2526
"attribute-text-reductions",
@@ -37,6 +38,8 @@
3738
"cold-hounds-teach",
3839
"controller-finish-flag",
3940
"cool-grapes-hug",
41+
"cool-horses-bow",
42+
"cuddly-bikes-fail",
4043
"cuddly-readers-warn",
4144
"curvy-apples-lay",
4245
"curvy-balloons-brake",
@@ -61,9 +64,13 @@
6164
"fresh-cars-impress",
6265
"fresh-spoons-drive",
6366
"friendly-numbers-leave",
67+
"giant-rats-chew",
6468
"gold-apples-joke",
69+
"gold-experts-type",
6570
"gold-terms-look",
71+
"great-cows-camp",
6672
"grumpy-ways-own",
73+
"happy-carrots-hide",
6774
"hip-worms-relax",
6875
"hungry-dodos-taste",
6976
"inlineImage-maybeNot-crossOrigin",
@@ -117,8 +124,10 @@
117124
"serious-eggs-greet",
118125
"shadow-dom-unbusify",
119126
"silent-plants-perform",
127+
"silly-knives-chew",
120128
"silver-pots-sit",
121129
"silver-windows-float",
130+
"six-llamas-brush",
122131
"sixty-impalas-laugh",
123132
"skip-mask-check-on-leaf-elements",
124133
"slimy-eagles-grow",
@@ -145,8 +154,11 @@
145154
"twenty-goats-kneel",
146155
"twenty-lies-switch",
147156
"twenty-planets-repeat",
157+
"two-boats-boil",
158+
"unlucky-mirrors-invite",
148159
"violet-melons-itch",
149160
"violet-zebras-cry",
161+
"wicked-dolphins-tie",
150162
"wicked-lions-return",
151163
"wise-spiders-jog",
152164
"witty-kids-talk",

packages/all/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rrweb/all
22

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
8+
9+
- Updated dependencies [[`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c), [`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
10+
- @rrweb/packer@2.0.0-alpha.17
11+
12+
- @rrweb/types@2.0.0-alpha.17
13+
314
## 2.0.0-alpha.15
415

516
### Major Changes

packages/all/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/all",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -56,9 +56,9 @@
5656
"typescript": "^5.4.5"
5757
},
5858
"dependencies": {
59-
"@rrweb/types": "^2.0.0-alpha.16",
60-
"@rrweb/packer": "^2.0.0-alpha.16",
61-
"rrweb": "^2.0.0-alpha.16"
59+
"@rrweb/types": "^2.0.0-alpha.17",
60+
"@rrweb/packer": "^2.0.0-alpha.17",
61+
"rrweb": "^2.0.0-alpha.17"
6262
},
6363
"browserslist": [
6464
"supports es6-class"

packages/packer/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/packer
22

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
8+
9+
- Updated dependencies [[`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158)]:
10+
- @rrweb/types@2.0.0-alpha.17
11+
312
## 2.0.0-alpha.15
413

514
### Major Changes

packages/packer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/packer",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -78,7 +78,7 @@
7878
},
7979
"dependencies": {
8080
"fflate": "^0.4.4",
81-
"@rrweb/types": "^2.0.0-alpha.16"
81+
"@rrweb/types": "^2.0.0-alpha.17"
8282
},
8383
"browserslist": [
8484
"supports es6-class"

packages/plugins/rrweb-plugin-canvas-webrtc-record/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/rrweb-plugin-canvas-webrtc-record
22

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
8+
9+
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
10+
11+
312
## 2.0.0-alpha.15
413

514
### Major Changes

packages/plugins/rrweb-plugin-canvas-webrtc-record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-canvas-webrtc-record",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-canvas-webrtc-record.umd.cjs",
@@ -43,12 +43,12 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"rrweb": "^2.0.0-alpha.16",
46+
"rrweb": "^2.0.0-alpha.17",
4747
"typescript": "^5.4.5",
4848
"vite": "^5.3.1",
4949
"vite-plugin-dts": "^3.9.1"
5050
},
5151
"peerDependencies": {
52-
"rrweb": "^2.0.0-alpha.16"
52+
"rrweb": "^2.0.0-alpha.17"
5353
}
5454
}

packages/plugins/rrweb-plugin-canvas-webrtc-replay/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/rrweb-plugin-canvas-webrtc-replay
22

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
8+
9+
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
10+
11+
312
## 2.0.0-alpha.15
413

514
### Major Changes

packages/plugins/rrweb-plugin-canvas-webrtc-replay/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-canvas-webrtc-replay",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-canvas-webrtc-replay.umd.cjs",
@@ -43,12 +43,12 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"rrweb": "^2.0.0-alpha.16",
46+
"rrweb": "^2.0.0-alpha.17",
4747
"typescript": "^5.4.5",
4848
"vite": "^5.3.1",
4949
"vite-plugin-dts": "^3.9.1"
5050
},
5151
"peerDependencies": {
52-
"rrweb": "^2.0.0-alpha.16"
52+
"rrweb": "^2.0.0-alpha.17"
5353
}
5454
}

packages/plugins/rrweb-plugin-console-record/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rrweb/rrweb-plugin-console-record
22

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
8+
9+
- [#1530](https://github.com/rrweb-io/rrweb/pull/1530) [`874933b`](https://github.com/rrweb-io/rrweb/commit/874933b55069759b932b3365025449afc9b2f5c7) Thanks [@pauldambra](https://github.com/pauldambra)! - corrects behaviour of console.assert logging to only capture logs when the provided assertion is falsey
10+
11+
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
12+
13+
314
## 2.0.0-alpha.15
415

516
### Major Changes

packages/plugins/rrweb-plugin-console-record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-console-record",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-console-record.umd.cjs",
@@ -45,14 +45,14 @@
4545
},
4646
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4747
"devDependencies": {
48-
"rrweb": "^2.0.0-alpha.16",
48+
"rrweb": "^2.0.0-alpha.17",
4949
"typescript": "^5.4.5",
5050
"vite": "^5.3.1",
5151
"vite-plugin-dts": "^3.9.1",
5252
"vitest": "^1.4.0",
5353
"puppeteer": "^20.9.0"
5454
},
5555
"peerDependencies": {
56-
"rrweb": "^2.0.0-alpha.16"
56+
"rrweb": "^2.0.0-alpha.17"
5757
}
5858
}

packages/plugins/rrweb-plugin-console-replay/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/rrweb-plugin-console-replay
22

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
8+
9+
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
10+
11+
312
## 2.0.0-alpha.15
413

514
### Major Changes

packages/plugins/rrweb-plugin-console-replay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-console-replay",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-console-replay.umd.cjs",
@@ -43,13 +43,13 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.16",
47-
"rrweb": "^2.0.0-alpha.16",
46+
"@rrweb/rrweb-plugin-console-record": "^2.0.0-alpha.17",
47+
"rrweb": "^2.0.0-alpha.17",
4848
"typescript": "^5.4.5",
4949
"vite": "^5.3.1",
5050
"vite-plugin-dts": "^3.9.1"
5151
},
5252
"peerDependencies": {
53-
"rrweb": "^2.0.0-alpha.16"
53+
"rrweb": "^2.0.0-alpha.17"
5454
}
5555
}

packages/plugins/rrweb-plugin-sequential-id-record/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/rrweb-plugin-sequential-id-record
22

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
8+
9+
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
10+
11+
312
## 2.0.0-alpha.15
413

514
### Major Changes

packages/plugins/rrweb-plugin-sequential-id-record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-sequential-id-record",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-sequential-id-record.umd.cjs",
@@ -43,12 +43,12 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"rrweb": "^2.0.0-alpha.16",
46+
"rrweb": "^2.0.0-alpha.17",
4747
"typescript": "^5.4.5",
4848
"vite": "^5.3.1",
4949
"vite-plugin-dts": "^3.9.1"
5050
},
5151
"peerDependencies": {
52-
"rrweb": "^2.0.0-alpha.16"
52+
"rrweb": "^2.0.0-alpha.17"
5353
}
5454
}

packages/plugins/rrweb-plugin-sequential-id-replay/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rrweb/rrweb-plugin-sequential-id-replay
22

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
8+
9+
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
10+
11+
312
## 2.0.0-alpha.15
413

514
### Major Changes

packages/plugins/rrweb-plugin-sequential-id-replay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/rrweb-plugin-sequential-id-replay",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"description": "",
55
"type": "module",
66
"main": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs",
@@ -43,13 +43,13 @@
4343
},
4444
"homepage": "https://github.com/rrweb-io/rrweb#readme",
4545
"devDependencies": {
46-
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.16",
47-
"rrweb": "^2.0.0-alpha.16",
46+
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.17",
47+
"rrweb": "^2.0.0-alpha.17",
4848
"typescript": "^5.4.5",
4949
"vite": "^5.3.1",
5050
"vite-plugin-dts": "^3.9.1"
5151
},
5252
"peerDependencies": {
53-
"rrweb": "^2.0.0-alpha.16"
53+
"rrweb": "^2.0.0-alpha.17"
5454
}
5555
}

packages/record/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @rrweb/record
22

3+
## 2.0.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [`db20184`](https://github.com/rrweb-io/rrweb/commit/db201841accd2b5df3cd7c88779aa62ab158501c) Thanks [@Juice10](https://github.com/Juice10)! - Keep package version in sync with other packages
8+
9+
- [#1515](https://github.com/rrweb-io/rrweb/pull/1515) [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6) Thanks [@okejminja](https://github.com/okejminja)! - Added support for deprecated addRule & removeRule methods
10+
11+
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`68076b7`](https://github.com/rrweb-io/rrweb/commit/68076b724ff19d198d4f351a05063b85e1705a8c), [`8059d96`](https://github.com/rrweb-io/rrweb/commit/8059d9695146626b102b2059a3a9b932d5f598f6), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
12+
13+
- @rrweb/types@2.0.0-alpha.17
14+
315
## 2.0.0-alpha.15
416

517
### Major Changes

packages/record/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rrweb/record",
3-
"version": "2.0.0-alpha.16",
3+
"version": "2.0.0-alpha.17",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -55,8 +55,8 @@
5555
"typescript": "^5.4.5"
5656
},
5757
"dependencies": {
58-
"@rrweb/types": "^2.0.0-alpha.16",
59-
"rrweb": "^2.0.0-alpha.16"
58+
"@rrweb/types": "^2.0.0-alpha.17",
59+
"rrweb": "^2.0.0-alpha.17"
6060
},
6161
"browserslist": [
6262
"supports es6-class"

0 commit comments

Comments
 (0)