diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index f89af0495..8974357f0 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@weave-design/button-v1.1.0](https://github.com/Autodesk/hig/compare/@weave-design/button@1.0.0...@weave-design/button@1.1.0) (2023-08-24) + + +### Features + +* add buttonRef prop ([92ce3a4](https://github.com/Autodesk/hig/commit/92ce3a4)) + # @weave-design/button-v1.0.0 (2023-02-26) diff --git a/packages/button/package.json b/packages/button/package.json index 8324add31..c29fd3774 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@weave-design/button", - "version": "1.0.0", + "version": "1.1.0", "description": "Weave Button", "author": "Autodesk Inc.", "license": "Apache-2.0",