diff --git a/packages/beasties-webpack-plugin/package.json b/packages/beasties-webpack-plugin/package.json index 4739f2d..6e0c3b6 100644 --- a/packages/beasties-webpack-plugin/package.json +++ b/packages/beasties-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "beasties-webpack-plugin", - "version": "0.4.1", + "version": "0.4.2", "description": "Webpack plugin to inline critical CSS and lazy-load the rest.", "author": "The Chromium Authors", "contributors": [ diff --git a/packages/beasties/package.json b/packages/beasties/package.json index a683c43..583056f 100644 --- a/packages/beasties/package.json +++ b/packages/beasties/package.json @@ -1,6 +1,6 @@ { "name": "beasties", - "version": "0.4.1", + "version": "0.4.2", "description": "Inline critical CSS and lazy-load the rest.", "author": "The Chromium Authors", "contributors": [ diff --git a/packages/vite-plugin-beasties/package.json b/packages/vite-plugin-beasties/package.json index 6423278..40df69e 100644 --- a/packages/vite-plugin-beasties/package.json +++ b/packages/vite-plugin-beasties/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-beasties", "type": "module", - "version": "0.4.1", + "version": "0.4.2", "packageManager": "pnpm@10.33.0", "description": "", "license": "MIT",