From b5577ab1d0ef23ea4f27135d1d79a323b4619e53 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 6 Aug 2024 11:33:38 -0600 Subject: [PATCH] chore(main): release 1.7.0-0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc384e6..83ba21b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.0-0](https://github.com/Arize-ai/ui-components/compare/v1.6.2-0...v1.7.0-0) (2024-08-06) + + +### Features + +* export utils ([#228](https://github.com/Arize-ai/ui-components/issues/228)) ([3abbdd8](https://github.com/Arize-ai/ui-components/commit/3abbdd8d7ec682a1bb9b949bd1a46c0ec7bce8bc)) +* timer and row expand icons ([#229](https://github.com/Arize-ai/ui-components/issues/229)) ([f004dba](https://github.com/Arize-ai/ui-components/commit/f004dbafdd7a3042c73b05e7b72c11463425253c)) + ## [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 68178c0c..dd7822a1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.0", + "version": "1.7.0-0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",