Version Packages (alpha) (#1526)

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 d4c1440389
commit f8b3f4f8a2
39 changed files with 270 additions and 60 deletions

View File

@@ -1,5 +1,16 @@
# @rrweb/types
## 2.0.0-alpha.17
### Minor Changes
- [#1503](https://github.com/rrweb-io/rrweb/pull/1503) [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158) Thanks [@Juice10](https://github.com/Juice10)! - Support top-layer <dialog> components. Fixes #1381.
### Patch Changes
- Updated dependencies [[`40bbc25`](https://github.com/rrweb-io/rrweb/commit/40bbc25fc287badc317a53f2d3f21b1c9f2b211b), [`335639a`](https://github.com/rrweb-io/rrweb/commit/335639af9b0ce7f70eb0f38ce113d877c7325158), [`d350da8`](https://github.com/rrweb-io/rrweb/commit/d350da8552d8616dd118ee550bdfbce082986562), [`be6bf52`](https://github.com/rrweb-io/rrweb/commit/be6bf52c248c35de1b3491e3a3440ff61f876414)]:
- rrweb-snapshot@2.0.0-alpha.17
## 2.0.0-alpha.16
### Patch Changes

View File

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