From f3e70e8e80eb0652057bd5c3c1e6025177d9c4be Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 15 Oct 2024 13:58:34 -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..276cf00e 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.6...v1.9.0) (2024-10-15) + + +### Features + +* title as an element ([#244](https://github.com/Arize-ai/ui-components/issues/244)) ([a1a7d00](https://github.com/Arize-ai/ui-components/commit/a1a7d005b0728784f3c9a990f5706a521a64b64d)) + ## [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 6635d202..8f067738 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.6", + "version": "1.9.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",