diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index f262d823d6..ae60c71336 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/themed +## 1.0.21 + +### Patch Changes + +- fix: popover animation issue + ## 1.0.20 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 89e69c0550..c133984467 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.0.20", + "version": "1.0.21", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index",