Skip to content

Commit 89de831

Browse files
committed
chore: release v0.3.2
1 parent aae09cc commit 89de831

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
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+
110
## [0.3.1](https://github.com/xiaoluoboding/auth-ui-vue/compare/v0.3.0...v0.3.1) (2023-08-15)
211

312

413
### Features
514

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))
716

817

918

components.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ declare module '@vue/runtime-core' {
1616
'Logos:nuxtIcon': typeof import('~icons/logos/nuxt-icon')['default']
1717
'Logos:vue': typeof import('~icons/logos/vue')['default']
1818
'Mdi:heart': typeof import('~icons/mdi/heart')['default']
19+
'Ri:githubFill': typeof import('~icons/ri/github-fill')['default']
1920
'Ri:moonLine': typeof import('~icons/ri/moon-line')['default']
2021
'Ri:sunLine': typeof import('~icons/ri/sun-line')['default']
2122
'Ri:translate2': typeof import('~icons/ri/translate2')['default']

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtbase/auth-ui-vue",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"type": "module",
55
"author": "xiaoluoboding <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)