diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcf7740..2d415806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 8.7.3 - 11/1/24 +- [fix] fix disabled option for select #266 + # 8.7.2 - [fix] Add initial state for checkbox #265 diff --git a/package-lock.json b/package-lock.json index a1908689..271ec1eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reablocks", - "version": "8.7.2", + "version": "8.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reablocks", - "version": "8.7.2", + "version": "8.7.3", "license": "Apache-2.0", "dependencies": { "@floating-ui/react": "^0.26.16", diff --git a/package.json b/package.json index d106b613..efab46b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reablocks", - "version": "8.7.2", + "version": "8.7.3", "description": "Component library for React", "scripts": { "build": "npm run build:js && npm run build:styles && npm run rewrite:stories && npm run build:docs",