Skip to content

Commit 4489fe6

Browse files
committed
chore: release version 0.8.0
1 parent b4e31b9 commit 4489fe6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# raw-ui
22

3+
## 0.8.0
4+
5+
### Features
6+
7+
- feat(Theme): add new colors to the palette ([c625630](https://github.com/shervinchen/raw-ui/commit/c625630))
8+
- feat(Layout): add basic feature ([c921972](https://github.com/shervinchen/raw-ui/commit/c921972))
9+
10+
### Docs
11+
12+
- docs(server-render): add basic content ([c6115cb](https://github.com/shervinchen/raw-ui/commit/c6115cb))
13+
- docs(Icon): add basic content ([361fe1a](https://github.com/shervinchen/raw-ui/commit/361fe1a))
14+
- docs(Layout): add basic content ([3b813fb](https://github.com/shervinchen/raw-ui/commit/3b813fb))
15+
16+
### Tests
17+
18+
- test(Layout): add basic unit tests ([81c7d89](https://github.com/shervinchen/raw-ui/commit/81c7d89))
19+
20+
### Chore
21+
22+
- chore: remove useless mock config ([b4e31b9](https://github.com/shervinchen/raw-ui/commit/b4e31b9))
23+
324
## 0.7.0
425

526
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raw-ui",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Minimalist and customizable React UI library for Web Applications.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)