Skip to content

Commit

Permalink
new dev iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 24, 2022
1 parent 64ebb8a commit 93bc680
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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": "3.17.0",
"version": "3.18.0",
"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": "3.17.1-SNAPSHOT",
"version": "3.18.0",
"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 3.17.1-SNAPSHOT on Vue 3 by </span>
<span>PrimeVue 3.18.0 on Vue 3 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 @@ -223,11 +223,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)">v3.17.0</a>
<a tabindex="0" @click="toggleMenu($event, 3)">v3.18.0</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.17.0</span></router-link>
<router-link to="/"><span class="m-0">v3.18.0</span></router-link>
</li>
<li>
<a href="https://www.primefaces.org/primevue-v2"><span class="m-0">v2.10.0</span></a>
Expand Down
2 changes: 1 addition & 1 deletion src/views/liveeditor/LiveEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export default {
dependencies: {
...extDependencies,
vue: dependencies['vue'],
primevue: '^3.17.0',
primevue: '^3.18.0',
primeflex: dependencies['primeflex'],
primeicons: dependencies['primeicons'],
'@babel/cli': dependencies['@babel/cli'],
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 @@ -16,7 +16,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.17.1-SNAPSHOT --save
npm install primevue@^3.18.0 --save
npm install primeicons --save

</code></pre>
Expand Down

0 comments on commit 93bc680

Please sign in to comment.