diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 9aa9cf5895..4dee219894 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/themed +## 1.0.28 + +### Patch Changes + +- bump animation resolver version + ## 1.0.27 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index 5b48ceff4b..91a39ee250 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.0.27", + "version": "1.0.28", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index", @@ -30,8 +30,8 @@ "license": "ISC", "dependencies": { "@expo/html-elements": "latest", - "@gluestack-style/animation-resolver": "^1.0.2", - "@gluestack-style/legend-motion-animation-driver": "^1.0.2", + "@gluestack-style/animation-resolver": "1.0.3", + "@gluestack-style/legend-motion-animation-driver": "1.0.3", "@gluestack-ui/accordion": "^0.0.2", "@gluestack-ui/actionsheet": "0.2.33", "@gluestack-ui/alert": "^0.1.12",