diff --git a/.changeset/unlucky-dogs-dream.md b/.changeset/unlucky-dogs-dream.md deleted file mode 100644 index 1054cd7da..000000000 --- a/.changeset/unlucky-dogs-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ingred-ui": patch ---- - -fix the type information for the Tooltip component diff --git a/CHANGELOG.md b/CHANGELOG.md index bb49d274e..ba0860ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 19.1.1 + +### Patch Changes + +- [#1629](https://github.com/voyagegroup/ingred-ui/pull/1629) [`06331a1e`](https://github.com/voyagegroup/ingred-ui/commit/06331a1e53dc44a382c0e7f33ad27e11fc26ba38) Thanks [@toshi17](https://github.com/toshi17)! - fix the type information for the Tooltip component + ## 19.1.0 ### Minor Changes diff --git a/package.json b/package.json index 178b462d0..35da50e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ingred-ui", - "version": "19.1.0", + "version": "19.1.1", "description": "", "author": "CARTA HOLDINGS, Inc.", "license": "MIT",