Skip to content

Commit 192cb0b

Browse files
committed
chore(release): v0.1.9
1 parent 557e58c commit 192cb0b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.1.9
4+
5+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.8...v0.1.9)
6+
7+
### 🏡 Chore
8+
9+
- **form-elements:** Use nuxt's `useId` composable instead of the one from radix-vue ([17a952e](https://github.com/BayBreezy/ui-thing-cli/commit/17a952e))
10+
- Bump deps ([557e58c](https://github.com/BayBreezy/ui-thing-cli/commit/557e58c))
11+
12+
### ❤️ Contributors
13+
14+
- Behon Baker <behon.baker@yahoo.com>
15+
316
## v0.1.8
417

518
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.7...v0.1.8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-thing",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "CLI used to add Nuxt 3 components to a project",
55
"type": "module",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)