We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46dc2b9 commit 89896e6Copy full SHA for 89896e6
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v0.1.16
4
+
5
+[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.15...v0.1.16)
6
7
+### 🚀 Enhancements
8
9
+- **component:** Add Listbox component ([46dc2b9](https://github.com/BayBreezy/ui-thing-cli/commit/46dc2b9))
10
11
+### ❤️ Contributors
12
13
+- Behon Baker <behon.baker@yahoo.com>
14
15
## v0.1.15
16
17
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.14...v0.1.15)
package.json
@@ -1,6 +1,6 @@
{
"name": "ui-thing",
- "version": "0.1.15",
+ "version": "0.1.16",
"description": "CLI used to add Nuxt 3 components to a project",
"type": "module",
"types": "./dist/index.d.ts",
0 commit comments