Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #426 from gluestack/release/@gluestack-style/anima…
Browse files Browse the repository at this point in the history
…tion-plugin@0.1.12

Release/@gluestack style/animation plugin@0.1.12
  • Loading branch information
ankit-tailor authored Sep 13, 2023
2 parents 6b7ea75 + 0c08aa5 commit 1f6b77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/animation-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-style/animation-plugin",
"version": "0.1.11",
"version": "0.1.12",
"description": "A gluestack-style plugin for animation properties, utilizing animation libraries.",
"keywords": [
"react",
Expand Down
1 change: 1 addition & 0 deletions packages/animation-plugin/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ export class AnimationResolver implements IStyledPlugin {
NewComponent.displayName = 'StyledComponent';
return NewComponent;
}
return null;
}

wrapperComponentMiddleWare() {
Expand Down

0 comments on commit 1f6b77a

Please sign in to comment.