From 98bdeadef3b35bbf4facc24a19ec11d04359b3fb Mon Sep 17 00:00:00 2001 From: changepacks Date: Sun, 30 Aug 2026 11:19:47 +0000 Subject: [PATCH] Update Versions --- .changepacks/changepack_log_kQbMx_I1A9iUKgf2hMJkR.json | 7 ------- packages/components/package.json | 2 +- packages/vite-plugin/package.json | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 .changepacks/changepack_log_kQbMx_I1A9iUKgf2hMJkR.json diff --git a/.changepacks/changepack_log_kQbMx_I1A9iUKgf2hMJkR.json b/.changepacks/changepack_log_kQbMx_I1A9iUKgf2hMJkR.json deleted file mode 100644 index 9d757ca5..00000000 --- a/.changepacks/changepack_log_kQbMx_I1A9iUKgf2hMJkR.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "changes": { - "packages/vite-plugin/package.json": "Patch" - }, - "note": "Avoid re-emitting identical Devup CSS chunks across Vite environment builds", - "date": "2026-08-30T10:18:56.558349Z" -} diff --git a/packages/components/package.json b/packages/components/package.json index f1b7d572..9aef94f1 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -16,7 +16,7 @@ "css-in-js-framework", "react" ], - "version": "0.1.54", + "version": "0.1.55", "type": "module", "scripts": { "lint": "eslint", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 23c0430e..d3f328f7 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -18,7 +18,7 @@ "vite" ], "type": "module", - "version": "1.0.68", + "version": "1.0.69", "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"