From 73bb7e28990ba82767832839a7791d7440a7437d Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 6 Apr 2025 16:23:03 -0700 Subject: [PATCH] chore: release v0.3.0 --- packages/beasties-webpack-plugin/package.json | 2 +- packages/beasties/package.json | 2 +- packages/vite-plugin-beasties/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/beasties-webpack-plugin/package.json b/packages/beasties-webpack-plugin/package.json index ccf6d1e..8b9a438 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.2.0", + "version": "0.3.0", "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 138d3e8..1b8523f 100644 --- a/packages/beasties/package.json +++ b/packages/beasties/package.json @@ -1,6 +1,6 @@ { "name": "beasties", - "version": "0.2.0", + "version": "0.3.0", "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 ab937b0..ee16561 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.0.0", + "version": "0.3.0", "packageManager": "pnpm@10.7.1", "description": "", "license": "MIT", -- 2.51.2