From e06d10ec2c3f6bec8cd60e3508bad520576f4543 Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Fri, 22 Nov 2024 22:17:56 +0800 Subject: [PATCH] chore(release): v1.2.0 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c93327..8e84ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ # Changelog +## v1.2.0 + +[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.1.0...v1.2.0) + +### 🚀 Enhancements + +- **button:** Add disabled and loading state ([ed419ef](https://github.com/HoshinoSuzumi/rayine-ui/commit/ed419ef)) +- **message:** New component `messages` and `message` ([4406130](https://github.com/HoshinoSuzumi/rayine-ui/commit/4406130)) + +### 🩹 Fixes + +- **docs:** Some colors can not be rendered ([36818ce](https://github.com/HoshinoSuzumi/rayine-ui/commit/36818ce)) +- **docs:** Interactive colors rendering and lint code ([e62f759](https://github.com/HoshinoSuzumi/rayine-ui/commit/e62f759)) +- **docs:** Wrong import path ([6d95d9f](https://github.com/HoshinoSuzumi/rayine-ui/commit/6d95d9f)) + +### 💅 Refactors + +- **message:** BREAKING redesign component props ([222d2e8](https://github.com/HoshinoSuzumi/rayine-ui/commit/222d2e8)) + +### 📖 Documentation + +- **interactive:** Add interactive props ([355843b](https://github.com/HoshinoSuzumi/rayine-ui/commit/355843b)) +- **ui:** Adjust the readability of page title ([ce52146](https://github.com/HoshinoSuzumi/rayine-ui/commit/ce52146)) +- **message,button:** Update docs ([d9ad42d](https://github.com/HoshinoSuzumi/rayine-ui/commit/d9ad42d)) + +### 🏡 Chore + +- **release:** V1.1.0 ([d3bd236](https://github.com/HoshinoSuzumi/rayine-ui/commit/d3bd236)) +- Reformat code ([09a5faa](https://github.com/HoshinoSuzumi/rayine-ui/commit/09a5faa)) + +### ❤️ Contributors + +- HoshinoSuzumi + ## v1.1.0 [compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.7...v1.1.0) diff --git a/package.json b/package.json index b90f17e..7bba434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rayine-ui", - "version": "1.1.0", + "version": "1.2.0", "description": "RayineSoft UI Components", "repository": "HoshinoSuzumi/rayine-ui", "license": "MIT",