diff --git a/package.json b/package.json index 9612e7b..a5ef2e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@unocss-preset-useful/monorepo", "type": "module", - "version": "0.3.7", + "version": "0.3.8", "private": true, "packageManager": "pnpm@8.7.4", "scripts": { diff --git a/packages/core/package.json b/packages/core/package.json index 08f8281..1d1fcb2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "unocss-preset-useful", "type": "module", - "version": "0.3.7", + "version": "0.3.8", "description": "My useful preset about unocss usage.", "author": "Chris ", "license": "MIT", diff --git a/playground/package.json b/playground/package.json index e4d94d6..aebcacc 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "type": "module", - "version": "0.0.0", + "version": "0.3.8", "private": true, "scripts": { "dev": "vite",