diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ba3c39..feff95cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/Arize-ai/ui-components/compare/v1.1.2...v1.1.3) (2024-03-04) + + +### Bug Fixes + +* fix transparent primary colors ([#193](https://github.com/Arize-ai/ui-components/issues/193)) ([f070eaa](https://github.com/Arize-ai/ui-components/commit/f070eaa3b3b381c61dcb679fb6d859c86f6a24ad)) + ## [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 5b90361c..c9c41aa5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.2", + "version": "1.1.3", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",