Skip to content

Commit bde1bfb

Browse files
committed
chore(release): New Version
1 parent de84613 commit bde1bfb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/components/app/AppTopbar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const items = ref([
3232
{ label: 'InputText', icon: 'pi pi-fw pi-user-edit', route: '/inputs/inputText' },
3333
{ label: 'Textarea', icon: 'pi pi-fw pi-user-edit', route: '/inputs/textArea' },
3434
{ label: 'InputNumber', icon: 'pi pi-fw pi-user-edit', route: '/inputs/inputNumber' },
35+
{ label: 'InputOtp', icon: 'pi pi-fw pi-user-edit', route: '/inputs/inputOtp' },
3536
{ label: 'InputMask', icon: 'pi pi-fw pi-user-edit', route: '/inputs/inputMask' },
3637
{ label: 'Calendar', icon: 'pi pi-fw pi-user-edit', route: '/inputs/calendar' },
3738
{ label: 'Chips', icon: 'pi pi-fw pi-user-edit', route: '/inputs/chips' },

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
33
"type": "module",
4-
"version": "1.9.3",
4+
"version": "1.9.4",
55
"author": {
66
"name": "Tom",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)