We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ea352 commit 85113dcCopy full SHA for 85113dc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@sfxcode/formkit-primevue",
3
- "version": "1.5.1",
+ "version": "1.5.2",
4
"type": "module",
5
"license": "MIT",
6
"repository": "https://github.com/sfxcode/formkit-primevue",
src/components/app/AppFooter.vue
@@ -4,7 +4,7 @@ const version = ref(import.meta.env.VITE_APP_VERSION)
<template>
<div class="mt-4 layout-footer">
7
- <span class="font-medium ml-2">Formkit (1.2.2) - PrimeVue (3.36) - Version {{ version }}</span>
+ <span class="font-medium ml-2">Formkit (1.3) - PrimeVue (3.40) - Version {{ version }}</span>
8
</div>
9
</template>
10
0 commit comments