From fdb09192686e9eb80b1ccde8e68a4b39c9c8b73f Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Sat, 23 Nov 2024 18:46:26 +0800 Subject: [PATCH] chore(release): v1.3.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e84ba6..670160a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog +## v1.3.0 + +[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.2.0...v1.3.0) + +### 🚀 Enhancements + +- **Button): add match and invert color mode refactor(docs:** Update docs ([0e070c8](https://github.com/HoshinoSuzumi/rayine-ui/commit/0e070c8)) + +### 💅 Refactors + +- **button:** Export defineComponent instead of setup ([15aa231](https://github.com/HoshinoSuzumi/rayine-ui/commit/15aa231)) + +### 📖 Documentation + +- **message:** Fix typo ([f68fa2f](https://github.com/HoshinoSuzumi/rayine-ui/commit/f68fa2f)) + +### 🏡 Chore + +- Show the version of rayine-ui in the header ([421de5a](https://github.com/HoshinoSuzumi/rayine-ui/commit/421de5a)) +- Lint code ([69cbab8](https://github.com/HoshinoSuzumi/rayine-ui/commit/69cbab8)) + +### ❤️ Contributors + +- HoshinoSuzumi ([@HoshinoSuzumi](http://github.com/HoshinoSuzumi)) + ## v1.2.0 [compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.1.0...v1.2.0) diff --git a/package.json b/package.json index 18701cf..84746fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rayine-ui", - "version": "1.2.0", + "version": "1.3.0", "description": "RayineSoft UI Components", "repository": "HoshinoSuzumi/rayine-ui", "homepage": "https://rayui.uniiem.com",