From 384f60c05a95cfd6d945266c80cfa2451412b928 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 15 Oct 2024 12:52:13 -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..04a24aad 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.5...v1.9.0) (2024-10-15) + + +### Features + +* sizing, arrow position for accordion ([#243](https://github.com/Arize-ai/ui-components/issues/243)) ([6181007](https://github.com/Arize-ai/ui-components/commit/618100785af43bec92afb3b395ed626dc9cf217f)) + ## [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 7bfd4b50..8f067738 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.5", + "version": "1.9.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",