From 9a777aac0f87cd49d0608333c9c23698940f90cc Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Tue, 4 Jun 2024 10:30:34 -0600 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc384e6..c7260dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.0](https://github.com/Arize-ai/ui-components/compare/v1.3.0...v1.4.0) (2024-06-04) + + +### Features + +* add HardDriveFilled icon ([#215](https://github.com/Arize-ai/ui-components/issues/215)) ([14016e7](https://github.com/Arize-ai/ui-components/commit/14016e7276733b2d41b0c07f52fd860aa2b646c7)) +* new database icon ([#207](https://github.com/Arize-ai/ui-components/issues/207)) ([8d52e84](https://github.com/Arize-ai/ui-components/commit/8d52e8460d02eabe9ecdfc2fe140e77ac08fd5e3)) + + +### 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 4ef1cd79..cd93e1bf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.4", + "version": "1.4.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",