diff --git a/CHANGELOG.md b/CHANGELOG.md index 2481606..e64ef09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/fabric-ds/react/compare/v1.5.0...v1.5.1) (2023-03-02) + + +### Bug Fixes + +* **modal:** cleanup scroll-doctor lock on unmount ([74a5c89](https://github.com/fabric-ds/react/commit/74a5c896d4cf8c7b111526e68500f66b0a9de5f7)) + ## [1.5.1-next.1](https://github.com/fabric-ds/react/compare/v1.5.0...v1.5.1-next.1) (2023-03-01) diff --git a/package-lock.json b/package-lock.json index 983a7a3..75595b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fabric-ds/react", - "version": "1.5.1-next.1", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fabric-ds/react", - "version": "1.5.1-next.1", + "version": "1.5.1", "license": "ISC", "dependencies": { "@chbphone55/classnames": "^2.0.0", diff --git a/package.json b/package.json index f7a8989..82959d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fabric-ds/react", - "version": "1.5.1-next.1", + "version": "1.5.1", "repository": "git@github.com:fabric-ds/react.git", "license": "ISC", "type": "module",