From a8d877e773962f718f61036b0a5a80c77b085157 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 22 Aug 2022 19:42:18 +0300 Subject: [PATCH 1/2] Fixed email --- pages/uikit/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/uikit/index.js b/pages/uikit/index.js index c03af4bb8e..b93ea436f8 100644 --- a/pages/uikit/index.js +++ b/pages/uikit/index.js @@ -224,7 +224,7 @@ const UIKitPage = (props) => {
- Contact Us + Contact Us From 6358c42b6fef9a2254164c4c31ae537840d4285c Mon Sep 17 00:00:00 2001 From: mertsincan Date: Mon, 22 Aug 2022 17:51:10 +0100 Subject: [PATCH 2/2] new iteration --- package-build.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-build.json b/package-build.json index 4483282d14..fa6ab5281c 100644 --- a/package-build.json +++ b/package-build.json @@ -1,6 +1,6 @@ { "name": "primereact", - "version": "8.4.0", + "version": "8.5.0", "private": false, "author": "PrimeTek Informatics", "description": "PrimeReact is an open source UI library for React 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 280+ ready to use UI blocks to build spectacular applications in no time.", diff --git a/package.json b/package.json index a9300d21d8..bbf64a2d5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "primereact", "private": false, - "version": "8.4.0", + "version": "8.5.0-SNAPSHOT", "scripts": { "dev": "next dev", "build": "next build && next export",