Skip to content

Commit

Permalink
Set new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 18, 2023
1 parent 8dead95 commit 3d79003
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 47 deletions.
2 changes: 1 addition & 1 deletion components/doc/codeeditor/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import pkg from '../../../package.json';
import { services } from './services';

const PrimeVue = {
version: '^3.36.0',
version: '^3.37.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.'
};
Expand Down
20 changes: 17 additions & 3 deletions package-build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "3.36.1-SNAPSHOT",
"version": "3.37.0",
"homepage": "https://primevue.org/",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,21 @@
"bugs": {
"url": "https://github.com/primefaces/primevue/issues"
},
"keywords": ["primevue", "vue", "vue.js", "vue2", "vue3", "ui library", "component library", "material", "bootstrap", "fluent", "tailwind", "unstyled", "passthrough"],
"keywords": [
"primevue",
"vue",
"vue.js",
"vue2",
"vue3",
"ui library",
"component library",
"material",
"bootstrap",
"fluent",
"tailwind",
"unstyled",
"passthrough"
],
"web-types": "./web-types.json",
"vetur": {
"tags": "./vetur-tags.json",
Expand All @@ -19,4 +33,4 @@
"peerDependencies": {
"vue": "^3.0.0"
}
}
}
82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "3.36.1",
"version": "3.37.0",
"homepage": "https://primevue.org/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -83,4 +83,4 @@
"nuxt-gtag": "^0.6.2",
"vee-validate": "^4.8.2"
}
}
}

0 comments on commit 3d79003

Please sign in to comment.