Skip to content

Commit 8486e83

Browse files
committed
chore(release): v0.1.16
1 parent efca199 commit 8486e83

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## v0.1.16
4+
5+
[compare changes](https://github.com/ChrisGV04/cgvweb-ui/compare/v0.1.15...v0.1.16)
6+
7+
### 🚀 Enhancements
8+
9+
- **Icon:** Allow dynamic icons ([1f789f0](https://github.com/ChrisGV04/cgvweb-ui/commit/1f789f0))
10+
- **Button:** Allow custom variants with type safety ([502efdb](https://github.com/ChrisGV04/cgvweb-ui/commit/502efdb))
11+
- **Badge:** Allow custom variants with type safety ([ede1f60](https://github.com/ChrisGV04/cgvweb-ui/commit/ede1f60))
12+
13+
### 🩹 Fixes
14+
15+
- **Types:** Fix DeepPartial not allowing objects ([efca199](https://github.com/ChrisGV04/cgvweb-ui/commit/efca199))
16+
17+
### 🏡 Chore
18+
19+
- **release:** V0.1.15 ([169ace2](https://github.com/ChrisGV04/cgvweb-ui/commit/169ace2))
20+
- Update deps ([8fde0fc](https://github.com/ChrisGV04/cgvweb-ui/commit/8fde0fc))
21+
22+
### ❤️ Contributors
23+
24+
- Christian Gil <mrcgam.christian@gmail.com>
25+
326
## v0.1.15
427

528
[compare changes](https://github.com/ChrisGV04/cgvweb-ui/compare/v0.1.14...v0.1.15)

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cgvweb/ui",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"repository": "https://github.com/ChrisGV04/cgvweb-ui",
55
"license": "MIT",
66
"type": "module",
@@ -30,7 +30,8 @@
3030
"lint": "eslint .",
3131
"lint:fix": "eslint . --fix",
3232
"typecheck": "nuxi typecheck",
33-
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags"
33+
"release": "npm run lint && npm run prepack && changelogen --release --push && npm publish && git push --follow-tags",
34+
"release:minor": "npm run lint && npm run prepack && changelogen --release --push --minor && npm publish && git push --follow-tags"
3435
},
3536
"peerDependencies": {
3637
"@headlessui/vue": "^1.7.0",

0 commit comments

Comments
 (0)