From e3a6f5bd54c0c776324b364e4f35a1dcf85bb31e Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 5 Feb 2024 14:17:30 +0300 Subject: [PATCH] Set new version --- components/doc/codeeditor/templates.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/doc/codeeditor/templates.js b/components/doc/codeeditor/templates.js index 9ee2c8127a..dbb3f98897 100644 --- a/components/doc/codeeditor/templates.js +++ b/components/doc/codeeditor/templates.js @@ -2,7 +2,7 @@ import pkg from '../../../package.json'; import { services } from './services'; const PrimeVue = { - version: '^3.47.0', + version: '^3.48.0', description: 'PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 400+ ready to use UI blocks to build spectacular applications in no time.' }; diff --git a/package-lock.json b/package-lock.json index bd2a3ddb56..881fe5e1ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primevue", - "version": "3.47.2", + "version": "3.48.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primevue", - "version": "3.47.2", + "version": "3.48.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1f7527d860..0da3baa36e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primevue", - "version": "3.47.2", + "version": "3.48.0", "homepage": "https://primevue.org/", "repository": { "type": "git",