Skip to content

Commit

Permalink
chore: release version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinchen committed Jun 16, 2024
1 parent b4e31b9 commit 4489fe6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4489fe6

Please sign in to comment.