diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ba3c39..4e5f58cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.7](https://github.com/Arize-ai/ui-components/compare/v1.1.6...v1.1.7) (2024-03-14) + + +### Bug Fixes + +* update component colors ([#197](https://github.com/Arize-ai/ui-components/issues/197)) ([fd148cb](https://github.com/Arize-ai/ui-components/commit/fd148cb1d8235a76a6201bc44bd8ebeeafeef23a)) + ## [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 29c858d3..e2497adc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.6", + "version": "1.1.7", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",