Set new version

pull/1792/head
Cagatay Civici 2021-11-18 17:37:01 +03:00
parent 3810fa5278
commit b038d74ce6
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "3.9.0",
"version": "3.9.1",
"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.9.0 on Vue 3 by </span>
<span>PrimeVue 3.9.1 on Vue 3 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a>
</div>

View File

@ -311,7 +311,7 @@ export default {
dependencies: {
...extDependencies,
'vue': dependencies['vue'],
'primevue': '^3.9.0',
'primevue': '^3.9.1',
'primeflex': dependencies['primeflex'],
'primeicons': dependencies['primeicons'],
'@babel/cli': dependencies['@babel/cli'],

View File

@ -12,7 +12,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.9.0 --save
npm install primevue@^3.9.1 --save
npm install primeicons --save
</code></pre>