Skip to content

Commit

Permalink
chore: release v0.1.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
litingyes committed Oct 8, 2024
1 parent 2415778 commit 3b68076
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v0.1.0-beta.8

[compare changes](https://github.com/litingyes/coolui/compare/v0.1.0-beta.7...v0.1.0-beta.8)

### 📖 Documentation

- **fonts:** Add DM Sans and Noto Sans SC ([05d377f](https://github.com/litingyes/coolui/commit/05d377f))
- Add preset doc ([82801d6](https://github.com/litingyes/coolui/commit/82801d6))
- Move preset options position ([b3eaa71](https://github.com/litingyes/coolui/commit/b3eaa71))
- **index:** Update components path ([e938821](https://github.com/litingyes/coolui/commit/e938821))
- **start:** Remove unocss dep ([d6c98c7](https://github.com/litingyes/coolui/commit/d6c98c7))
- **i18n:** Refactor struct ([bd91754](https://github.com/litingyes/coolui/commit/bd91754))
- **vue:** Init ([3521561](https://github.com/litingyes/coolui/commit/3521561))
- Update i18n for footer ([5e54008](https://github.com/litingyes/coolui/commit/5e54008))
- **guide:** Add reason for maintain component library ([2415778](https://github.com/litingyes/coolui/commit/2415778))

### 🏡 Chore

- Init vue logic ([7f2ab67](https://github.com/litingyes/coolui/commit/7f2ab67))

### ❤️ Contributors

- Liting ([@litingyes](http://github.com/litingyes))

## v0.1.0-beta.7

[compare changes](https://github.com/litingyes/coolui/compare/v0.1.0-beta.6...v0.1.0-beta.7)
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coolui/docs",
"type": "module",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"private": true,
"description": "Docs for coolui",
"author": "litingyes <[email protected]> (https://litingyes.top/)",
Expand Down
2 changes: 1 addition & 1 deletion examples/viteReact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coolui/example-vite-react",
"type": "module",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/viteVue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cssui/example-vite-vue",
"type": "module",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coolui/monorepo",
"type": "module",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"private": true,
"description": "Opinionated and lightweight ui library",
"author": "litingyes <[email protected]> (https://litingyes.top/)",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coolui/preset",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"description": "Unocss preset for Cool UI",
"author": "litingyes <[email protected]> (https://litingyes.top/)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coolui/vue",
"type": "module",
"version": "0.1.0-beta.7",
"version": "0.1.0-beta.8",
"description": "Vue library for Cool UI",
"author": "litingyes <[email protected]> (https://litingyes.top/)",
"license": "MIT",
Expand Down

0 comments on commit 3b68076

Please sign in to comment.