From e7565d62af915320461867e0eaa82da4f664ea14 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Fri, 18 Oct 2024 15:48:39 -0600 Subject: [PATCH] chore(main): release 1.9.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc384e6..fcd3a6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.0](https://github.com/Arize-ai/ui-components/compare/v1.8.7...v1.9.0) (2024-10-18) + + +### Features + +* add message and message filled icons ([#246](https://github.com/Arize-ai/ui-components/issues/246)) ([af5e35a](https://github.com/Arize-ai/ui-components/commit/af5e35ab7d0efac43c425baf7d7657dd9004835c)) + ## [1.3.0](https://github.com/Arize-ai/ui-components/compare/v1.2.0...v1.3.0) (2024-05-07) diff --git a/package.json b/package.json index 36f2bc3e..8f067738 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.7", + "version": "1.9.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",