From b00367166683bf0e9d61aab2419e7de328f6c7fb Mon Sep 17 00:00:00 2001 From: owjs3901 Date: Wed, 9 Sep 2026 11:34:37 +0900 Subject: [PATCH] chore: add changepacks for the absolute CSS path fixes Two patch entries, one per package actually changed: @devup-ui/bun-plugin v1.0.16 -> v1.0.17 @devup-ui/rsbuild-plugin v1.0.62 -> v1.0.63 Generated with `bunx @changepacks/cli`, then narrowed to the changed packages: `-y` selects all 11 projects, which would publish nine packages that this branch does not touch. `bunx @changepacks/cli check` confirms only the two above are marked changed. --- .changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json | 7 +++++++ .changepacks/changepack_log_nD6b_45FKd0miP08XC5KZ.json | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 .changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json create mode 100644 .changepacks/changepack_log_nD6b_45FKd0miP08XC5KZ.json diff --git a/.changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json b/.changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json new file mode 100644 index 00000000..d5c98e53 --- /dev/null +++ b/.changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json @@ -0,0 +1,7 @@ +{ + "changes": { + "packages/rsbuild-plugin/package.json": "Patch" + }, + "note": "Emit the extracted stylesheet import relative to the importing file instead of an absolute path", + "date": "2026-09-09T02:33:46.141063900Z" +} \ No newline at end of file diff --git a/.changepacks/changepack_log_nD6b_45FKd0miP08XC5KZ.json b/.changepacks/changepack_log_nD6b_45FKd0miP08XC5KZ.json new file mode 100644 index 00000000..1323a4f9 --- /dev/null +++ b/.changepacks/changepack_log_nD6b_45FKd0miP08XC5KZ.json @@ -0,0 +1,7 @@ +{ + "changes": { + "packages/bun-plugin/package.json": "Patch" + }, + "note": "Resolve the extracted stylesheet to a virtual id so parallel checkouts stop importing each other's CSS", + "date": "2026-09-09T02:33:25.632377900Z" +} \ No newline at end of file