Skip to content

Commit

Permalink
Merge pull request #1439 from gluestack/hotfix/1.0.21
Browse files Browse the repository at this point in the history
hot-fix: 1.0.21
  • Loading branch information
Viraj-10 authored Dec 5, 2023
2 parents 0a1247b + ade9c07 commit 1e623c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/themed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/themed

## 1.0.21

### Patch Changes

- fix: popover animation issue

## 1.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/themed/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Motion } from '@legendapp/motion';
import { styled } from '@gluestack-style/react';

export default styled(Motion.View, {}, {
import { AnimatedView } from '@gluestack-style/animation-resolver';
export default styled(AnimatedView, {}, {
componentName: 'PopoverContent',
ancestorStyle: ['_content'],
} as const);

0 comments on commit 1e623c0

Please sign in to comment.