diff --git a/packages/beasties-webpack-plugin/package.json b/packages/beasties-webpack-plugin/package.json index ad74079..5532cc9 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.2", + "version": "0.4.3", "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 583056f..e79ad98 100644 --- a/packages/beasties/package.json +++ b/packages/beasties/package.json @@ -1,6 +1,6 @@ { "name": "beasties", - "version": "0.4.2", + "version": "0.4.3", "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 b29989a..18ea865 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.2", + "version": "0.4.3", "packageManager": "pnpm@11.13.0", "description": "", "license": "MIT",