diff --git a/CHANGELOG.md b/CHANGELOG.md index 458baa88..fbcbad29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 7.13.0 - 6/12/24 +- [improvement] Update popper.js to floating ui #226 + # 7.12.0 - 6/11/24 - [feature] Add Callout component #225 diff --git a/package-lock.json b/package-lock.json index b1f4c00d..5824b530 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reablocks", - "version": "7.12.0", + "version": "7.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "reablocks", - "version": "7.12.0", + "version": "7.13.0", "license": "Apache-2.0", "dependencies": { "@floating-ui/react": "^0.26.16", diff --git a/package.json b/package.json index 8d9e15bd..0e172f9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reablocks", - "version": "7.12.0", + "version": "7.13.0", "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",