diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2a727c..7943819c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 8.3.0 - 7/18/24 +- [improvement] Add containerClassName to Select #244 +- [feature] Allow theming visibleRange for pager #243 + # 8.2.0 - 7/18/24 - [feature] add async filtering for select diff --git a/package.json b/package.json index da822110..d8410298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reablocks", - "version": "8.2.0", + "version": "8.3.0", "description": "Component library for React", "scripts": { "build": "npm run build:js && npm run build:styles && npm run rewrite:stories && npm run build:docs",