From beea4c49936cd95552c642e44f3816e13e5267dc Mon Sep 17 00:00:00 2001 From: mertsincan Date: Thu, 22 Sep 2022 11:08:39 +0100 Subject: [PATCH] Update version --- 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 434c800fbe..53a6b82e94 100644 --- a/package-build.json +++ b/package-build.json @@ -1,6 +1,6 @@ { "name": "primereact", - "version": "8.5.1", + "version": "8.6.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 b96eba4d78..c35f33f63e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "primereact", "private": false, - "version": "8.5.1-SNAPSHOT", + "version": "8.6.0-SNAPSHOT", "scripts": { "dev": "next dev", "start": "next start",