Merge pull request #2449 from tugcekucukoglu/version-vue3

set new version
pull/2450/head 3.12.5
Tuğçe Küçükoğlu 2022-04-13 11:44:57 +03:00 committed by GitHub
commit 80a5c444fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
<template>
<div class="layout-footer">
<div class="layout-footer-left">
<span>PrimeVue 3.12.5-SNAPSHOT on Vue 3 by </span>
<span>PrimeVue 3.12.5 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.4</a>
<a tabindex="0" @click="toggleMenu($event, 3)">v3.12.5</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.4</span></router-link></li>
<li><router-link to="/"><span class="m-0">v3.12.5</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

@ -1,7 +1,7 @@
<template>
<section id="blocks-section" class="landing-blocks pt-8 overflow-hidden">
<div class="section-header">PrimeBlocks</div>
<p class="section-detail">280+ ready to copy-paste UI blocks to build spectacular applications in no time.</p>
<p class="section-detail">350+ ready to copy-paste UI blocks to build spectacular applications in no time.</p>
<div class="flex justify-content-center mt-4">
<a href="https://www.primefaces.org/primeblocks-vue" class="font-semibold p-3 border-round flex align-items-center linkbox active z-2">
<span>Learn More</span>

View File

@ -58,7 +58,7 @@
<img src="demo/images/landing/blocks-icon.svg" alt="primevue templates" />
<div class="name">
<b>Prime Blocks</b>
<span>280+ UI Blocks</span>
<span>350+ UI Blocks</span>
</div>
</div>
</div>

View File

@ -310,7 +310,7 @@ export default {
dependencies: {
...extDependencies,
'vue': dependencies['vue'],
'primevue': '^3.12.4',
'primevue': '^3.12.5',
'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.4 --save
npm install primevue@^3.12.5 --save
npm install primeicons --save
</code></pre>