Skip to content

Commit

Permalink
set new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 18, 2022
1 parent d256069 commit f8ddfd1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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.10.1-SNAPSHOT",
"version": "2.10.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.2 on Vue 2 by </span>
<span>PrimeVue 2.10.1 on Vue 2 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="menu-category">PrimeIcons</div>
<div class="menu-items">
<router-link to="/icons">Icons v5</router-link>
<router-link to="/icons">Icons v6</router-link>
</div>

<div class="menu-category">Form</div>
Expand Down
6 changes: 3 additions & 3 deletions src/AppTopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
<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.2</a>
<a tabindex="0" @click="toggleMenu($event, 3)">v2.10.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.2</span></router-link></li>
<li><a href="https://www.primefaces.org/primevue"><span class="m-0">v3.16.2</span></a></li>
<li><router-link to="/"><span class="m-0">v2.10.1</span></router-link></li>
<li><a href="https://www.primefaces.org/primevue"><span class="m-0">v3.20.0</span></a></li>
</ul>
</transition>
</li>
Expand Down

0 comments on commit f8ddfd1

Please sign in to comment.