diff --git a/packages/beasties-webpack-plugin/package.json b/packages/beasties-webpack-plugin/package.json index 8b9a438..ddae458 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.3.0", + "version": "0.3.1", "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 1b8523f..255c1e3 100644 --- a/packages/beasties/package.json +++ b/packages/beasties/package.json @@ -1,6 +1,6 @@ { "name": "beasties", - "version": "0.3.0", + "version": "0.3.1", "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 861588c..1441bfb 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.3.0", + "version": "0.3.1", "packageManager": "pnpm@10.7.1", "description": "", "license": "MIT",