From bf5a490e856437bd921358107d982bafa0de52e5 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Fri, 21 Jun 2024 12:04:42 -0600 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc384e..dc726ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.4.0](https://github.com/Arize-ai/ui-components/compare/v1.3.0...v1.4.0) (2024-06-21) + + +### Features + +* add HardDriveFilled icon ([#215](https://github.com/Arize-ai/ui-components/issues/215)) ([14016e7](https://github.com/Arize-ai/ui-components/commit/14016e7276733b2d41b0c07f52fd860aa2b646c7)) +* **icons:** Add folder filled icon ([#219](https://github.com/Arize-ai/ui-components/issues/219)) ([dc346ca](https://github.com/Arize-ai/ui-components/commit/dc346ca5e5820957337b8c56a6fbd7f3c93183b1)) +* **icons:** Compare icon ([#217](https://github.com/Arize-ai/ui-components/issues/217)) ([2bd514c](https://github.com/Arize-ai/ui-components/commit/2bd514c3640305ec880ec1c2f5e7ac6a55fadfd2)) +* new database icon ([#207](https://github.com/Arize-ai/ui-components/issues/207)) ([8d52e84](https://github.com/Arize-ai/ui-components/commit/8d52e8460d02eabe9ecdfc2fe140e77ac08fd5e3)) +* progress bar ([#220](https://github.com/Arize-ai/ui-components/issues/220)) ([8c87af4](https://github.com/Arize-ai/ui-components/commit/8c87af41c683651c866f3a6e3eec4515753f6d68)) +* **tabs:** initial selected tab ([#216](https://github.com/Arize-ai/ui-components/issues/216)) ([255f74c](https://github.com/Arize-ai/ui-components/commit/255f74cc47e52127da31a439d0710777ddd71c91)) +* trace icon ([#221](https://github.com/Arize-ai/ui-components/issues/221)) ([f1f2cd2](https://github.com/Arize-ai/ui-components/commit/f1f2cd2e11e621ba762a06395b99b2a8ff4b833b)) + + +### Bug Fixes + +* database icon ([#209](https://github.com/Arize-ai/ui-components/issues/209)) ([124facf](https://github.com/Arize-ai/ui-components/commit/124facf9bf2840c8f174ce97c98fef37296a6bd6)) + ## [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 8dd303c..cd93e1b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.1", + "version": "1.4.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",