diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ba3c39..a2a921dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.0](https://github.com/Arize-ai/ui-components/compare/v1.1.7...v1.2.0) (2024-03-27) + + +### Features + +* add icons to icon library ([#199](https://github.com/Arize-ai/ui-components/issues/199)) ([d34fca8](https://github.com/Arize-ai/ui-components/commit/d34fca8bc4af5253841765726a5558c94c17495e)) +* border control on title ([#198](https://github.com/Arize-ai/ui-components/issues/198)) ([2d8b3b1](https://github.com/Arize-ai/ui-components/commit/2d8b3b16dd1be90b9f4f7ae1e21b7efbf9b75e76)) +* **radio:** add typescript support for accepting ract node ([#200](https://github.com/Arize-ai/ui-components/issues/200)) ([838d1cb](https://github.com/Arize-ai/ui-components/commit/838d1cb6f6bbd1604a27b2a02137f558f1a994c5)) + ## [1.1.0](https://github.com/Arize-ai/ui-components/compare/v1.0.8...v1.1.0) (2024-01-23) diff --git a/package.json b/package.json index f4d02f4b..84e0a26a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.8", + "version": "1.2.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",