33 lines
866 B
JSON
33 lines
866 B
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
|
|
"changelog": ["@changesets/changelog-github", { "repo": "rrweb-io/rrweb" }],
|
|
"commit": false,
|
|
"fixed": [
|
|
[
|
|
"rrweb",
|
|
"rrweb-snapshot",
|
|
"rrdom",
|
|
"rrdom-nodejs",
|
|
"rrweb-player",
|
|
"@rrweb/all",
|
|
"@rrweb/replay",
|
|
"@rrweb/record",
|
|
"@rrweb/types",
|
|
"@rrweb/packer",
|
|
"@rrweb/web-extension",
|
|
"rrvideo",
|
|
"@rrweb/rrweb-plugin-console-record",
|
|
"@rrweb/rrweb-plugin-console-replay",
|
|
"@rrweb/rrweb-plugin-sequential-id-record",
|
|
"@rrweb/rrweb-plugin-sequential-id-replay",
|
|
"@rrweb/rrweb-plugin-canvas-webrtc-record",
|
|
"@rrweb/rrweb-plugin-canvas-webrtc-replay"
|
|
]
|
|
],
|
|
"linked": [],
|
|
"access": "public",
|
|
"baseBranch": "master",
|
|
"updateInternalDependencies": "patch",
|
|
"ignore": []
|
|
}
|