set new version

pull/2375/head
Tuğçe Küçükoğlu 2022-03-30 16:31:15 +03:00
parent d4bbba7eaf
commit 2f8a632f95
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<template>
<div class="layout-footer">
<div class="layout-footer-left">
<span>PrimeVue 3.12.3-SNAPSHOT on Vue 3 by </span>
<span>PrimeVue 3.12.3 on Vue 3 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a>
</div>

View File

@ -103,10 +103,10 @@
<a href="https://www.primefaces.org/primeblocks-vue/#/" target="_blank"><span>Blocks</span></a>
</li>
<li class="topbar-submenu">
<a tabindex="0" @click="toggleMenu($event, 3)">v3.12.2</a>
<a tabindex="0" @click="toggleMenu($event, 3)">v3.12.3</a>
<transition name="p-connected-overlay" @enter="onMenuEnter">
<ul v-show="activeMenuIndex === 3" style="width: 100%">
<li><router-link to="/"><span class="m-0">v3.12.2</span></router-link></li>
<li><router-link to="/"><span class="m-0">v3.12.3</span></router-link></li>
<li><a href="https://www.primefaces.org/primevue-v2"><span class="m-0">v2.9.1</span></a></li>
</ul>
</transition>

View File

@ -310,7 +310,7 @@ export default {
dependencies: {
...extDependencies,
'vue': dependencies['vue'],
'primevue': '^3.10.0',
'primevue': '^3.12.3',
'primeflex': dependencies['primeflex'],
'primeicons': dependencies['primeicons'],
'@babel/cli': dependencies['@babel/cli'],

View File

@ -13,7 +13,7 @@
<p>PrimeVue is available at <a href="https://www.npmjs.com/package/primevue">npm</a>, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.</p>
<pre v-code.script><code>
npm install primevue@^3.12.2 --save
npm install primevue@^3.12.3 --save
npm install primeicons --save
</code></pre>