Skip to content

Commit

Permalink
Merge pull request #2321 from tugcekucukoglu/version
Browse files Browse the repository at this point in the history
set new version
  • Loading branch information
tugcekucukoglu authored Mar 16, 2022
2 parents ea2d442 + 57475c5 commit c20f6fa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "2.9.0",
"version": "2.9.1",
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "2.9.0",
"version": "2.9.1",
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/AppFooter.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="layout-footer">
<div class="layout-footer-left">
<span>PrimeVue 2.9.0 on Vue 2 by </span>
<span>PrimeVue 2.9.1 on Vue 2 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/AppTopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,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)">v2.9.0</a>
<a tabindex="0" @click="toggleMenu($event, 3)">v2.9.1</a>
<transition name="p-connected-overlay" @enter="onMenuEnter">
<ul v-show="activeMenuIndex === 3" style="width: 100%">
<li><router-link to="/"><span class="m-0">v2.9.0</span></router-link></li>
<li><router-link to="/"><span class="m-0">v2.9.1</span></router-link></li>
<li><a href="https://www.primefaces.org/primevue"><span class="m-0">v3.12.1</span></a></li>
</ul>
</transition>
Expand Down
2 changes: 1 addition & 1 deletion src/views/setup/Setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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>

<CodeHighlight lang="js">
npm install primevue@^2.9.0 --save
npm install primevue@^2.9.1 --save
npm install primeicons --save
</CodeHighlight>

Expand Down

0 comments on commit c20f6fa

Please sign in to comment.