Skip to content

Commit 5cbfcae

Browse files
committed
chore(release): v0.1.7
1 parent ce0b4c4 commit 5cbfcae

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## v0.1.7
4+
5+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.6...v0.1.7)
6+
7+
### 🏡 Chore
8+
9+
- Bump deps ([24db3af](https://github.com/BayBreezy/ui-thing-cli/commit/24db3af))
10+
- **add:** Remove overrides addition logic ([86dcae6](https://github.com/BayBreezy/ui-thing-cli/commit/86dcae6))
11+
- **datatables:** Update datatables comp ([ce0b4c4](https://github.com/BayBreezy/ui-thing-cli/commit/ce0b4c4))
12+
13+
### ❤️ Contributors
14+
15+
- Behon Baker <behon.baker@yahoo.com>
16+
317
## v0.1.6
418

519
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.5...v0.1.6)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-thing",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "CLI used to add Nuxt 3 components to a project",
55
"type": "module",
66
"types": "./dist/index.d.ts",
@@ -70,4 +70,4 @@
7070
"typescript": "^5.4.2",
7171
"vitest": "^1.4.0"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)