From ade9c07cfc5bb9b52de26021c991e3c8cc557a02 Mon Sep 17 00:00:00 2001 From: Viraj-10 Date: Tue, 5 Dec 2023 13:28:51 +0530 Subject: [PATCH] chore: @gluestack-ui/themed version bump to 1.0.21 --- packages/themed/CHANGELOG.md | 6 ++++++ packages/themed/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",