From d072762bbb9985869d29b36dfc12f90f6a1f5edb Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Sat, 19 Oct 2024 12:46:08 -0600 Subject: [PATCH] chore(main): release 1.8.9 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc384e6..b26cac0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.9](https://github.com/Arize-ai/ui-components/compare/v1.8.8...v1.8.9) (2024-10-19) + + +### Bug Fixes + +* button styles ([#247](https://github.com/Arize-ai/ui-components/issues/247)) ([5019809](https://github.com/Arize-ai/ui-components/commit/50198092777458f311fb89619978304f5a956490)) + ## [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 4e35321f..32b916b7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.8", + "version": "1.8.9", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",