From 05836ef74d5ecf57577b9fb70a66b99f1e823fd4 Mon Sep 17 00:00:00 2001 From: changepacks Date: Wed, 9 Sep 2026 03:20:56 +0000 Subject: [PATCH] Update Versions --- .changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json | 7 ------- .changepacks/changepack_log_nD6b_45FKd0miP08XC5KZ.json | 7 ------- packages/bun-plugin/package.json | 2 +- packages/rsbuild-plugin/package.json | 2 +- 4 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 .changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json delete mode 100644 .changepacks/changepack_log_nD6b_45FKd0miP08XC5KZ.json diff --git a/.changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json b/.changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json deleted file mode 100644 index d5c98e53..00000000 --- a/.changepacks/changepack_log_Q2rgI4I5CvrWgaizpS24B.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "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 deleted file mode 100644 index 1323a4f9..00000000 --- a/.changepacks/changepack_log_nD6b_45FKd0miP08XC5KZ.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "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 diff --git a/packages/bun-plugin/package.json b/packages/bun-plugin/package.json index 91decd95..0862abfc 100644 --- a/packages/bun-plugin/package.json +++ b/packages/bun-plugin/package.json @@ -18,7 +18,7 @@ "bun" ], "type": "module", - "version": "1.0.16", + "version": "1.0.17", "scripts": { "lint": "eslint", "build": "bun ../../node_modules/@typescript/native/bin/tsc && bun build --target node src/index.cjs.ts --production --env=disable --outfile dist/index.cjs --format cjs --packages external && bun build --target node src/index.ts --production --env=disable --outfile dist/index.mjs --format esm --packages external && bun build --target node src/register.ts --production --env=disable --outfile dist/register.cjs --format cjs --packages external && bun build --target node src/register.ts --production --env=disable --outfile dist/register.mjs --format esm --packages external", diff --git a/packages/rsbuild-plugin/package.json b/packages/rsbuild-plugin/package.json index 1e375e1b..350a52ca 100644 --- a/packages/rsbuild-plugin/package.json +++ b/packages/rsbuild-plugin/package.json @@ -18,7 +18,7 @@ "rsbuild" ], "type": "module", - "version": "1.0.62", + "version": "1.0.63", "scripts": { "lint": "eslint", "build": "bun ../../node_modules/@typescript/native/bin/tsc && bun build --target node src/index.ts --production --env=disable --outfile dist/index.cjs --format cjs --packages external && bun build --target node src/index.ts --production --env=disable --outfile dist/index.mjs --format esm --packages external"