Skip to content

Commit 8eeaba7

Browse files
authored
Fix release changeset package names (#1807)
1 parent acba854 commit 8eeaba7

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

.changeset/thirty-shirts-grow.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
---
2-
"all": patch
3-
"packer": patch
4-
"plugins": patch
5-
"record": patch
6-
"replay": patch
2+
"@rrweb/all": patch
3+
"@rrweb/packer": patch
4+
"@rrweb/rrweb-plugin-canvas-webrtc-record": patch
5+
"@rrweb/rrweb-plugin-canvas-webrtc-replay": patch
6+
"@rrweb/rrweb-plugin-console-record": patch
7+
"@rrweb/rrweb-plugin-console-replay": patch
8+
"@rrweb/rrweb-plugin-sequential-id-record": patch
9+
"@rrweb/rrweb-plugin-sequential-id-replay": patch
10+
"@rrweb/record": patch
11+
"@rrweb/replay": patch
712
"rrdom": patch
813
"rrdom-nodejs": patch
914
"rrweb": patch
1015
"rrweb-player": patch
1116
"rrweb-snapshot": patch
12-
"types": patch
13-
"utils": patch
17+
"@rrweb/types": patch
18+
"@rrweb/utils": patch
1419
---
1520

1621
Provide a /umd/ output folder alongside the /dist/ one so that we can serve UMD (Universal Module Definition) files with a .js extension, without upsetting expectations set by package.json that all .js files in /dist/ are modules

0 commit comments

Comments
 (0)