diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ddef67..8471248d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 7.13.2 - 6/12/24 +- [fix] Add missing null check #229 + # 7.13.1 - 6/12/24 - [fix] Add supporting virtual element via FloatingUI #228 diff --git a/package-lock.json b/package-lock.json index 0857c306..9e9e9738 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reablocks", - "version": "7.13.1", + "version": "7.13.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reablocks", - "version": "7.13.1", + "version": "7.13.2", "license": "Apache-2.0", "dependencies": { "@floating-ui/react": "^0.26.16", diff --git a/package.json b/package.json index ef02790c..5f387ebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reablocks", - "version": "7.13.1", + "version": "7.13.2", "description": "Component library for React", "scripts": { "build": "npm run build:js && npm run build:styles && npm run rewrite:stories && npm run build:docs && npm run build:typedoc",