From e58e2ded17979e0f5cfaf2074fa90999f67c6a8f Mon Sep 17 00:00:00 2001 From: Lennart Date: Tue, 25 Feb 2025 10:02:05 +0100 Subject: [PATCH 1/2] chore(clerk-js): Fix bundlewatch size --- packages/clerk-js/bundlewatch.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/clerk-js/bundlewatch.config.json b/packages/clerk-js/bundlewatch.config.json index 9e8093a5971..7cd7748e21d 100644 --- a/packages/clerk-js/bundlewatch.config.json +++ b/packages/clerk-js/bundlewatch.config.json @@ -2,7 +2,7 @@ "files": [ { "path": "./dist/clerk.js", "maxSize": "560kB" }, { "path": "./dist/clerk.browser.js", "maxSize": "75kB" }, - { "path": "./dist/clerk.headless.js", "maxSize": "48kB" }, + { "path": "./dist/clerk.headless.js", "maxSize": "48.1KB" }, { "path": "./dist/ui-common*.js", "maxSize": "89KB" }, { "path": "./dist/vendors*.js", "maxSize": "25KB" }, { "path": "./dist/coinbase*.js", "maxSize": "35.5KB" }, From 2ed8200bb6bbdc1e92503949c56c862b3c7bc9c8 Mon Sep 17 00:00:00 2001 From: Lennart Date: Tue, 25 Feb 2025 10:03:35 +0100 Subject: [PATCH 2/2] Create shaggy-pandas-joke.md --- .changeset/shaggy-pandas-joke.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/shaggy-pandas-joke.md diff --git a/.changeset/shaggy-pandas-joke.md b/.changeset/shaggy-pandas-joke.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/shaggy-pandas-joke.md @@ -0,0 +1,2 @@ +--- +---