diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..29ba3c39 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/Arize-ai/ui-components/compare/v1.0.8...v1.1.0) (2024-01-23) + + +### Features + +* **theme:** change light theme primary ([#185](https://github.com/Arize-ai/ui-components/issues/185)) ([f8ec977](https://github.com/Arize-ai/ui-components/commit/f8ec977b510df07ac6d2d78ad98c7d9489b8f6a1)) diff --git a/package.json b/package.json index f01a1b69..b3a4671e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.8", + "version": "1.1.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",