Skip to content

Commit 73a55a9

Browse files
committed
Set version
1 parent 214942a commit 73a55a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎package-build.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primevue",
3-
"version": "3.6.5-SNAPSHOT",
3+
"version": "3.7.0",
44
"homepage": "https://www.primefaces.org/primevue",
55
"repository": {
66
"type": "git",

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "primevue",
3-
"version": "3.6.5-SNAPSHOT",
3+
"version": "3.7.0",
44
"homepage": "https://www.primefaces.org/primevue",
55
"repository": {
66
"type": "git",

‎src/AppFooter.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="layout-footer">
33
<div class="layout-footer-left">
4-
<span>PrimeVue 3.6.5 on Vue 3.1.5 by </span>
4+
<span>PrimeVue 3.7.0 on Vue 3 by </span>
55
<a href="https://www.primetek.com.tr">PrimeTek</a>
66
</div>
77

‎src/views/setup/Setup.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<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>
1717

1818
<pre v-code.script><code>
19-
npm install primevue@^3.6.2 --save
19+
npm install primevue@^3.7.0 --save
2020
npm install primeicons --save
2121

2222
</code></pre>

0 commit comments

Comments
 (0)