set new version

pull/2325/head
Tuğçe Küçükoğlu 2022-03-16 14:31:30 +03:00
parent cd236742c6
commit dad04fb31a
5 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "primevue", "name": "primevue",
"version": "3.12.2-SNAPSHOT", "version": "3.12.2",
"homepage": "https://www.primefaces.org/primevue", "homepage": "https://www.primefaces.org/primevue",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "primevue", "name": "primevue",
"version": "3.12.1-SNAPSHOT", "version": "3.12.2",
"homepage": "https://www.primefaces.org/primevue", "homepage": "https://www.primefaces.org/primevue",
"repository": { "repository": {
"type": "git", "type": "git",

View File

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

View File

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

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> <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> <pre v-code.script><code>
npm install primevue@^3.12.2-SNAPSHOT --save npm install primevue@^3.12.2 --save
npm install primeicons --save npm install primeicons --save
</code></pre> </code></pre>