Skip to content

Commit 573b5f5

Browse files
authored
Merge pull request #31 from agmmnn/changeset-release/master
2 parents 07b6577 + 5098ee4 commit 573b5f5

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

.changeset/battery-manage-commands.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/create-tauri-ui/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# create-tauri-ui
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 07b6577: Add `add`, `update`, `remove`, and `list` subcommands for managing batteries in an existing project.
8+
9+
- `create-tauri-ui list` — show installed + available batteries with status
10+
- `create-tauri-ui add <battery>` — install a battery into an existing project (prompts for missing options)
11+
- `create-tauri-ui update <battery>` — re-apply the battery using the latest bundled templates; idempotent patches preserve existing wiring
12+
- `create-tauri-ui remove <battery>` — delete owned files and best-effort revert mount/imports; prints a manual-cleanup checklist for external dependencies
13+
- supported batteries: `debug-panel`, `workflow`
14+
- template (`vite` / `next` / `start` / `react-router` / `astro`) auto-detected from `package.json` and project structure — no manifest file is written to your repo
15+
- `--dir <path>` selects the project directory; `--target-os` sets workflow platforms; `--yes` skips confirmations; `--force` overrides safety checks
16+
317
## 1.0.7
418

519
### Patch Changes

packages/create-tauri-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-tauri-ui",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"description": "🦀 Create modern Tauri desktop apps in just a few simple steps.",
55
"homepage": "https://github.com/agmmnn/tauri-ui",
66
"bugs": {

0 commit comments

Comments
 (0)