Skip to content

Commit

Permalink
v4.2.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 14, 2024
1 parent 6d43029 commit aec47f4
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@
"engines": {
"node": ">=12.11.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/auto-import-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primevue/auto-import-resolver",
"version": "4.2.1",
"version": "4.2.2",
"author": "PrimeTek Informatics",
"description": "",
"homepage": "https://primevue.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primevue/core",
"version": "4.2.1",
"version": "4.2.2",
"author": "PrimeTek Informatics",
"description": "",
"homepage": "https://primevue.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primevue/forms",
"version": "4.2.1",
"version": "4.2.2",
"author": "PrimeTek Informatics",
"description": "",
"homepage": "https://primevue.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primevue/icons",
"version": "4.2.1",
"version": "4.2.2",
"author": "PrimeTek Informatics",
"description": "",
"homepage": "https://primevue.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primevue/metadata",
"version": "4.2.1",
"version": "4.2.2",
"author": "PrimeTek Informatics",
"description": "",
"homepage": "https://primevue.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primevue/nuxt-module",
"version": "4.2.1",
"version": "4.2.2",
"author": "PrimeTek Informatics",
"description": "Nuxt module for PrimeVue",
"homepage": "https://primevue.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/primevue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "4.2.1",
"version": "4.2.2",
"author": "PrimeTek Informatics",
"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 370+ ready to use UI blocks to build spectacular applications in no time.",
"homepage": "https://primevue.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primevue/themes",
"version": "4.2.1",
"version": "4.2.2",
"author": "PrimeTek Informatics",
"description": "",
"homepage": "https://primevue.org/",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-publish-summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
"publishedPackages": [
{
"name": "@primevue/core",
"version": "4.2.1"
"version": "4.2.2"
},
{
"name": "@primevue/metadata",
"version": "4.2.1"
"version": "4.2.2"
},
{
"name": "@primevue/themes",
"version": "4.2.1"
"version": "4.2.2"
},
{
"name": "@primevue/auto-import-resolver",
"version": "4.2.1"
"version": "4.2.2"
},
{
"name": "@primevue/forms",
"version": "4.2.1"
"version": "4.2.2"
},
{
"name": "@primevue/icons",
"version": "4.2.1"
"version": "4.2.2"
},
{
"name": "primevue",
"version": "4.2.1"
"version": "4.2.2"
},
{
"name": "@primevue/nuxt-module",
"version": "4.2.1"
"version": "4.2.2"
}
]
}

0 comments on commit aec47f4

Please sign in to comment.