Set new version
parent
6af558bec6
commit
1d8124b925
|
@ -2,7 +2,7 @@ import pkg from '../../../package.json';
|
|||
import { services } from './services';
|
||||
|
||||
const PrimeVue = {
|
||||
version: '^3.31.0',
|
||||
version: '^3.32.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.'
|
||||
};
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.31.0",
|
||||
"version": "3.32.0",
|
||||
"homepage": "https://primevue.org/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/primefaces/primevue.git"
|
||||
"type": "git",
|
||||
"url": "https://github.com/primefaces/primevue.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/primefaces/primevue/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"primevue",
|
||||
"vue",
|
||||
"ui framework",
|
||||
"component framework",
|
||||
"ui library",
|
||||
"component library",
|
||||
"material",
|
||||
"bootstrap"
|
||||
"primevue",
|
||||
"vue",
|
||||
"ui framework",
|
||||
"component framework",
|
||||
"ui library",
|
||||
"component library",
|
||||
"material",
|
||||
"bootstrap"
|
||||
],
|
||||
"web-types": "./web-types.json",
|
||||
"vetur": {
|
||||
"tags": "./vetur-tags.json",
|
||||
"attributes": "./vetur-attributes.json"
|
||||
"tags": "./vetur-tags.json",
|
||||
"attributes": "./vetur-attributes.json"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.0.0"
|
||||
"vue": "^3.0.0"
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "primevue",
|
||||
"version": "3.31.0",
|
||||
"version": "3.32.0",
|
||||
"homepage": "https://primevue.org/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -38,7 +38,9 @@
|
|||
"material",
|
||||
"bootstrap",
|
||||
"fluent",
|
||||
"tailwind"
|
||||
"tailwind",
|
||||
"unstyled",
|
||||
"passthrough"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.18.9",
|
||||
|
@ -79,4 +81,4 @@
|
|||
"@docsearch/js": "^3.3.3",
|
||||
"vee-validate": "^4.8.2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue