Skip to content

Commit

Permalink
chore(release): v0.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Feb 26, 2024
1 parent 83868ab commit e308486
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.0.30

[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.29...v0.0.30)

### 🚀 Enhancements

- **init-command:** Add --yes option to skip questions and just use defaults values ([a030aa0](https://github.com/BayBreezy/ui-thing-cli/commit/a030aa0))
- **add-command:** Add -a `all` option to the add command. This will add all components to the project and install the deps ([83868ab](https://github.com/BayBreezy/ui-thing-cli/commit/83868ab))

### ❤️ Contributors

- BayBreezy <behon.baker@yahoo.com>

## v0.0.29

[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.0.28...v0.0.29)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-thing",
"version": "0.0.29",
"version": "0.0.30",
"description": "CLI used to add Nuxt 3 components to a project",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -70,4 +70,4 @@
"typescript": "^5.3.3",
"vitest": "^1.3.1"
}
}
}

0 comments on commit e308486

Please sign in to comment.