Skip to content

Commit b838033

Browse files
committed
chore(main): release 1.9.0
1 parent 087208d commit b838033

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/Arize-ai/ui-components/compare/v1.8.9...v1.9.0) (2025-01-14)
4+
5+
6+
### Features
7+
8+
* Add new ImageOutline icon ([#250](https://github.com/Arize-ai/ui-components/issues/250)) ([b0fb727](https://github.com/Arize-ai/ui-components/commit/b0fb7279a1d7a3d8671973e33aada9515609eb65))
9+
* add save outline and fill icons ([#251](https://github.com/Arize-ai/ui-components/issues/251)) ([8f81ef4](https://github.com/Arize-ai/ui-components/commit/8f81ef49ea614ac25226d5f7981a19110d7d1d15))
10+
* add the ability to un-mount global styles ([#253](https://github.com/Arize-ai/ui-components/issues/253)) ([087208d](https://github.com/Arize-ai/ui-components/commit/087208dfdb5b77f067bd91992fb10f527692d496))
11+
312
## [1.3.0](https://github.com/Arize-ai/ui-components/compare/v1.2.0...v1.3.0) (2024-05-07)
413

514

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-0",
2+
"version": "1.9.0",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)