diff --git a/components/doc/codeeditor/templates.js b/components/doc/codeeditor/templates.js index 3eeb4cfa71..bab69e7894 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: '^4.0.0-beta.1', + version: '^4.0.0-beta.2', 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 a68e4349fc..655e7ab37d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primevue", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primevue", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1a166ae41f..1787e8afc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primevue", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "homepage": "https://primevue.org/", "repository": { "type": "git",