From 6bfb6715e9c51414f09a94848aeaac82b1920282 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Thu, 19 Dec 2024 14:36:00 +0000 Subject: [PATCH] set version --- packages/primeng/package.json | 2 +- packages/themes/package.json | 2 +- pnpm-publish-summary.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/primeng/package.json b/packages/primeng/package.json index 149ea2f514f..3dd696625a5 100644 --- a/packages/primeng/package.json +++ b/packages/primeng/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "19.0.0", + "version": "19.0.1", "author": "PrimeTek Informatics", "description": "PrimeNG is an open source UI library for Angular 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://primeng.org/", diff --git a/packages/themes/package.json b/packages/themes/package.json index 67126758a39..500cc49fc31 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,6 +1,6 @@ { "name": "@primeng/themes", - "version": "19.0.0", + "version": "19.0.1", "author": "PrimeTek Informatics", "description": "", "homepage": "https://primeng.org/", diff --git a/pnpm-publish-summary.json b/pnpm-publish-summary.json index 17a49cc64d6..2c30ddbc84b 100644 --- a/pnpm-publish-summary.json +++ b/pnpm-publish-summary.json @@ -2,11 +2,11 @@ "publishedPackages": [ { "name": "primeng", - "version": "19.0.0" + "version": "19.0.1" }, { "name": "@primeng/themes", - "version": "19.0.0" + "version": "19.0.1" } ] }