File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.3.2] ( https://github.com/xiaoluoboding/auth-ui-vue/compare/v0.3.1...v0.3.2 ) (2023-08-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixed the type ([ 36a4356] ( https://github.com/xiaoluoboding/auth-ui-vue/commit/36a43562f52a41578c6883fc73fd63fd446fb27f ) )
7
+
8
+
9
+
1
10
## [ 0.3.1] ( https://github.com/xiaoluoboding/auth-ui-vue/compare/v0.3.0...v0.3.1 ) (2023-08-15)
2
11
3
12
4
13
### Features
5
14
6
- * export more components and helpers ([ fdee7ac ] ( https://github.com/xiaoluoboding/auth-ui-vue/commit/fdee7ac0c164958de30054eee790eb17417a6fd7 ) )
15
+ * export more components and helpers ([ 20cade3 ] ( https://github.com/xiaoluoboding/auth-ui-vue/commit/20cade3c101bb62ceafa1c8c2442188d3d374e02 ) )
7
16
8
17
9
18
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ declare module '@vue/runtime-core' {
16
16
'Logos:nuxtIcon' : typeof import ( '~icons/logos/nuxt-icon' ) [ 'default' ]
17
17
'Logos:vue' : typeof import ( '~icons/logos/vue' ) [ 'default' ]
18
18
'Mdi:heart' : typeof import ( '~icons/mdi/heart' ) [ 'default' ]
19
+ 'Ri:githubFill' : typeof import ( '~icons/ri/github-fill' ) [ 'default' ]
19
20
'Ri:moonLine' : typeof import ( '~icons/ri/moon-line' ) [ 'default' ]
20
21
'Ri:sunLine' : typeof import ( '~icons/ri/sun-line' ) [ 'default' ]
21
22
'Ri:translate2' : typeof import ( '~icons/ri/translate2' ) [ 'default' ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxtbase/auth-ui-vue" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"type" : " module" ,
5
5
"author" :
" xiaoluoboding <[email protected] >" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments