From 923df0cdfd8af3108f23fb5e6f471cdc75bfc5bd Mon Sep 17 00:00:00 2001 From: mertsincan Date: Wed, 7 Sep 2022 12:38:41 +0100 Subject: [PATCH] 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 fa6ab5281c..81ac342052 100644 --- a/package-build.json +++ b/package-build.json @@ -1,6 +1,6 @@ { "name": "primereact", - "version": "8.5.0", + "version": "8.5.1", "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 90f730a21b..9404057572 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "primereact", "private": false, - "version": "8.5.0", + "version": "8.5.1-SNAPSHOT", "scripts": { "dev": "next dev", "build": "next build && next export",