From 4489fe6b4cd48ede5f4179dc2e2a1ed7ca9271bf Mon Sep 17 00:00:00 2001 From: shervinchen Date: Sun, 16 Jun 2024 11:18:40 +0300 Subject: [PATCH] chore: release version 0.8.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da0946..22a5e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # raw-ui +## 0.8.0 + +### Features + +- feat(Theme): add new colors to the palette ([c625630](https://github.com/shervinchen/raw-ui/commit/c625630)) +- feat(Layout): add basic feature ([c921972](https://github.com/shervinchen/raw-ui/commit/c921972)) + +### Docs + +- docs(server-render): add basic content ([c6115cb](https://github.com/shervinchen/raw-ui/commit/c6115cb)) +- docs(Icon): add basic content ([361fe1a](https://github.com/shervinchen/raw-ui/commit/361fe1a)) +- docs(Layout): add basic content ([3b813fb](https://github.com/shervinchen/raw-ui/commit/3b813fb)) + +### Tests + +- test(Layout): add basic unit tests ([81c7d89](https://github.com/shervinchen/raw-ui/commit/81c7d89)) + +### Chore + +- chore: remove useless mock config ([b4e31b9](https://github.com/shervinchen/raw-ui/commit/b4e31b9)) + ## 0.7.0 ### Minor Changes diff --git a/package.json b/package.json index ff86e85..cfe07a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raw-ui", - "version": "0.7.0", + "version": "0.8.0", "description": "Minimalist and customizable React UI library for Web Applications.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js",