Commit 8486e83 1 parent efca199 commit 8486e83 Copy full SHA for 8486e83
File tree 2 files changed +26
-2
lines changed
2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
26
## v0.1.15
4
27
5
28
[ compare changes] ( https://github.com/ChrisGV04/cgvweb-ui/compare/v0.1.14...v0.1.15 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cgvweb/ui" ,
3
- "version" : " 0.1.15 " ,
3
+ "version" : " 0.1.16 " ,
4
4
"repository" : " https://github.com/ChrisGV04/cgvweb-ui" ,
5
5
"license" : " MIT" ,
6
6
"type" : " module" ,
30
30
"lint" : " eslint ." ,
31
31
"lint:fix" : " eslint . --fix" ,
32
32
"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"
34
35
},
35
36
"peerDependencies" : {
36
37
"@headlessui/vue" : " ^1.7.0" ,
You can’t perform that action at this time.
0 commit comments