From 6b08409f90a1ccbf1a292b664b2a656cb060ad2f Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 20 Jun 2024 23:58:42 +0800 Subject: [PATCH] chore(projects): release v0.0.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3456383..3690938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [v0.0.2](https://github.com/soybeanjs/unocss-preset/compare/v0.0.1...v0.0.2) (2024-06-20) + +###    🚨 Breaking Changes + +- **projects**: export function preset  -  by @honghuangdc [(5ab96)](https://github.com/soybeanjs/unocss-preset/commit/5ab966c) + +###    📖 Documentation + +- **projects**: update CHANGELOG  -  by @honghuangdc [(3042c)](https://github.com/soybeanjs/unocss-preset/commit/3042cb2) + +###    🏡 Chore + +- **deps**: update deps  -  by @honghuangdc [(22e59)](https://github.com/soybeanjs/unocss-preset/commit/22e590a) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.0.1](https://github.com/soybeanjs/unocss-preset/compare/undefined...v0.0.1) (2024-06-12) ###    🚀 Features diff --git a/package.json b/package.json index 7a78476..45803cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/unocss-preset", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "packageManager": "pnpm@9.3.0", "description": "soybeanjs's unocss preset", "author": {