From c8b9a522d109ed86d98fdbf489d2442994f814fc Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] Fix release changeset package names (#1807) --- .changeset/thirty-shirts-grow.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.changeset/thirty-shirts-grow.md b/.changeset/thirty-shirts-grow.md index 9281088e..ff8aed3a 100644 --- a/.changeset/thirty-shirts-grow.md +++ b/.changeset/thirty-shirts-grow.md @@ -1,16 +1,21 @@ --- -"all": patch -"packer": patch -"plugins": patch -"record": patch -"replay": patch +"@rrweb/all": patch +"@rrweb/packer": patch +"@rrweb/rrweb-plugin-canvas-webrtc-record": patch +"@rrweb/rrweb-plugin-canvas-webrtc-replay": patch +"@rrweb/rrweb-plugin-console-record": patch +"@rrweb/rrweb-plugin-console-replay": patch +"@rrweb/rrweb-plugin-sequential-id-record": patch +"@rrweb/rrweb-plugin-sequential-id-replay": patch +"@rrweb/record": patch +"@rrweb/replay": patch "rrdom": patch "rrdom-nodejs": patch "rrweb": patch "rrweb-player": patch "rrweb-snapshot": patch -"types": patch -"utils": patch +"@rrweb/types": patch +"@rrweb/utils": patch --- 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