diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json
index 8cdf2531e5..ce1f7a3088 100644
--- a/example/storybook-nativewind/package.json
+++ b/example/storybook-nativewind/package.json
@@ -29,7 +29,7 @@
     "@geometricpanda/storybook-addon-iframe": "^0.2.2",
     "@gluestack-style/react": "^1.0.52",
     "@gluestack-ui/config": "^1.1.17",
-    "@gluestack-ui/themed": "^1.1.16",
+    "@gluestack-ui/themed": "^1.1.17",
     "@gluestack/design-system": "^0.5.36",
     "@legendapp/motion": "^2.2.0",
     "@react-aria/button": "^3.7.0",
diff --git a/packages/config/package.json b/packages/config/package.json
index 2d79abc6e5..6c8714605b 100644
--- a/packages/config/package.json
+++ b/packages/config/package.json
@@ -50,7 +50,7 @@
     "@gluestack-ui/form-control": "0.1.16",
     "@gluestack-ui/icon": "0.1.20",
     "@gluestack-ui/image": "0.1.9",
-    "@gluestack-ui/input": "0.1.26",
+    "@gluestack-ui/input": "0.1.27",
     "@gluestack-ui/link": "0.1.19",
     "@gluestack-ui/menu": "0.2.32",
     "@gluestack-ui/modal": "0.1.31",
@@ -66,14 +66,14 @@
     "@gluestack-ui/switch": "0.1.21",
     "@gluestack-ui/tabs": "0.1.16",
     "@gluestack-ui/textarea": "0.1.20",
-    "@gluestack-ui/themed": "1.1.16",
+    "@gluestack-ui/themed": "1.1.17",
     "@gluestack-ui/toast": "1.0.4",
     "@gluestack-ui/tooltip": "0.1.29",
     "@legendapp/motion": "latest"
   },
   "peerDependencies": {
     "@gluestack-style/react": ">=1.0",
-    "@gluestack-ui/themed": ">=1.1.16"
+    "@gluestack-ui/themed": ">=1.1.17"
   },
   "release-it": {
     "git": {
diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md
index 4236ad93f4..45f6c69c22 100644
--- a/packages/themed/CHANGELOG.md
+++ b/packages/themed/CHANGELOG.md
@@ -1,5 +1,12 @@
 # @gluestack-ui/themed
 
+## 1.1.17
+
+### Patch Changes
+
+- Updated dependencies
+  - @gluestack-ui/input@0.1.27
+
 ## 1.1.16
 
 ### Patch Changes
diff --git a/packages/themed/package.json b/packages/themed/package.json
index 9685d3f2e4..18dbea8026 100644
--- a/packages/themed/package.json
+++ b/packages/themed/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@gluestack-ui/themed",
-  "version": "1.1.16",
+  "version": "1.1.17",
   "main": "build/index.js",
   "types": "build/index.d.ts",
   "module": "build/index",
@@ -49,7 +49,7 @@
     "@gluestack-ui/form-control": "0.1.16",
     "@gluestack-ui/icon": "0.1.20",
     "@gluestack-ui/image": "0.1.9",
-    "@gluestack-ui/input": "0.1.26",
+    "@gluestack-ui/input": "0.1.27",
     "@gluestack-ui/link": "0.1.19",
     "@gluestack-ui/menu": "0.2.32",
     "@gluestack-ui/modal": "0.1.31",
diff --git a/packages/unstyled/input/CHANGELOG.md b/packages/unstyled/input/CHANGELOG.md
index 6770b2a74a..52c4ce3eb0 100644
--- a/packages/unstyled/input/CHANGELOG.md
+++ b/packages/unstyled/input/CHANGELOG.md
@@ -1,5 +1,11 @@
 # @gluestack-ui/input
 
+## 0.1.27
+
+### Patch Changes
+
+- fix: readonly prop value
+
 ## 0.1.26
 
 ### Patch Changes
diff --git a/packages/unstyled/input/package.json b/packages/unstyled/input/package.json
index a79093c096..fc3f2411db 100644
--- a/packages/unstyled/input/package.json
+++ b/packages/unstyled/input/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@gluestack-ui/input",
   "description": "A universal headless input component for React Native, Next.js & React",
-  "version": "0.1.26",
+  "version": "0.1.27",
   "main": "lib/commonjs/index",
   "module": "lib/module/index",
   "types": "lib/typescript/index.d.ts",