Skip to content

Commit 52f3df1

Browse files
committed
v0.3.0
1 parent 76081c6 commit 52f3df1

File tree

4 files changed

+18
-336
lines changed

4 files changed

+18
-336
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pnpm tauri build
6363
## Features
6464

6565
- Components-based UI design with [shadcn/ui](https://ui.shadcn.com/). [Radix UI](https://www.radix-ui.com/) for UI primitives.
66-
- Cross-platfom native looking window controls with [tauri-controls](https://github.com/agmmnn/tauri-controls). (only vite for now)
66+
- Native-looking window controls with [tauri-controls](https://github.com/agmmnn/tauri-controls).
6767
- Support for dark and light modes.
6868
- [Lucide Icons](https://lucide.dev/), [Radix Icons](https://icons.radix-ui.com/).
6969
- [Bundle size optimized](https://github.com/johnthagen/min-sized-rust) [`Cargo.toml`](/src-tauri/Cargo.toml) (.msi 2.5mb, .dmg 1.9mb, .deb 2mb)
@@ -73,11 +73,12 @@ pnpm tauri build
7373

7474
## Update Components
7575

76+
### shadcn/ui
77+
7678
Update all components:
7779

7880
```bash
7981
npx shadcn-ui@latest add --overwrite
80-
8182
# press "a" to select all components
8283
```
8384

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tauri-ui",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "🦀 Create modern Tauri desktop apps in just a few simple steps.",
55
"main": "index.js",
66
"author": "agmmnn",
@@ -48,7 +48,7 @@
4848
"kolorist": "^1.8.0",
4949
"minimist": "^1.2.8",
5050
"prompts": "^2.4.2",
51-
"tauri-controls": "^0.0.6",
51+
"tauri-controls": "^0.0.7",
5252
"typescript": "^5.1.6",
5353
"unbuild": "^1.2.1"
5454
}

0 commit comments

Comments
 (0)