|
1 | 1 | { |
2 | 2 | "$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json", |
3 | | - "changelog": ["@changesets/changelog-github", { "repo": "mixpanel/rrweb" }], |
| 3 | + "changelog": ["@changesets/changelog-github", { "repo": "rrweb-io/rrweb" }], |
4 | 4 | "commit": false, |
5 | 5 | "fixed": [ |
6 | 6 | [ |
7 | | - "@mixpanel/rrweb", |
8 | | - "@mixpanel/rrweb-snapshot", |
9 | | - "@mixpanel/rrdom", |
10 | | - "@mixpanel/rrdom-nodejs", |
11 | | - "@mixpanel/rrweb-player", |
12 | | - "@mixpanel/rrweb-all", |
13 | | - "@mixpanel/rrweb-replay", |
14 | | - "@mixpanel/rrweb-record", |
15 | | - "@mixpanel/rrweb-types", |
16 | | - "@mixpanel/rrweb-packer", |
17 | | - "@mixpanel/rrweb-utils", |
18 | | - "@mixpanel/rrweb-web-extension", |
19 | | - "@mixpanel/rrvideo", |
20 | | - "@mixpanel/rrweb-plugin-console-record", |
21 | | - "@mixpanel/rrweb-plugin-console-replay", |
22 | | - "@mixpanel/rrweb-plugin-sequential-id-record", |
23 | | - "@mixpanel/rrweb-plugin-sequential-id-replay", |
24 | | - "@mixpanel/rrweb-plugin-canvas-webrtc-record", |
25 | | - "@mixpanel/rrweb-plugin-canvas-webrtc-replay" |
| 7 | + "rrweb", |
| 8 | + "rrweb-snapshot", |
| 9 | + "rrdom", |
| 10 | + "rrdom-nodejs", |
| 11 | + "rrweb-player", |
| 12 | + "@rrweb/all", |
| 13 | + "@rrweb/replay", |
| 14 | + "@rrweb/record", |
| 15 | + "@rrweb/types", |
| 16 | + "@rrweb/packer", |
| 17 | + "@rrweb/utils", |
| 18 | + "@rrweb/web-extension", |
| 19 | + "rrvideo", |
| 20 | + "@rrweb/rrweb-plugin-console-record", |
| 21 | + "@rrweb/rrweb-plugin-console-replay", |
| 22 | + "@rrweb/rrweb-plugin-sequential-id-record", |
| 23 | + "@rrweb/rrweb-plugin-sequential-id-replay", |
| 24 | + "@rrweb/rrweb-plugin-canvas-webrtc-record", |
| 25 | + "@rrweb/rrweb-plugin-canvas-webrtc-replay" |
26 | 26 | ] |
27 | 27 | ], |
28 | 28 | "linked": [], |
|
0 commit comments