diff --git a/packages/tile/CHANGELOG.md b/packages/tile/CHANGELOG.md index bf0d3f194..b71fb49fc 100644 --- a/packages/tile/CHANGELOG.md +++ b/packages/tile/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@weave-design/tile-v1.2.0](https://github.com/Autodesk/hig/compare/@weave-design/tile@1.1.0...@weave-design/tile@1.2.0) (2023-06-28) + + +### Features + +* subtitle and title prop to accept nodes ([350781e](https://github.com/Autodesk/hig/commit/350781e)) + # [@weave-design/tile-v1.1.0](https://github.com/Autodesk/hig/compare/@weave-design/tile@1.0.0...@weave-design/tile@1.1.0) (2023-06-06) diff --git a/packages/tile/package.json b/packages/tile/package.json index f9d7c0a7f..863e382b9 100644 --- a/packages/tile/package.json +++ b/packages/tile/package.json @@ -1,6 +1,6 @@ { "name": "@weave-design/tile", - "version": "1.1.0", + "version": "1.2.0", "description": "Weave Tile component", "author": "Autodesk Inc.", "license": "Apache-2.0",