From 99ac9f15a7042c61a7de03874a13819df1cd4b08 Mon Sep 17 00:00:00 2001 From: ankit-tailor Date: Tue, 7 May 2024 19:37:02 +0530 Subject: [PATCH] 1.1.24 --- example/storybook-nativewind/package.json | 2 +- packages/config/package.json | 4 ++-- packages/themed/CHANGELOG.md | 6 ++++++ packages/themed/package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/example/storybook-nativewind/package.json b/example/storybook-nativewind/package.json index d63006dfe..a4de84b69 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.56", "@gluestack-ui/config": "^1.1.18", - "@gluestack-ui/themed": "^1.1.23", + "@gluestack-ui/themed": "^1.1.24", "@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 cbeea5d4d..d1a90e8d3 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -66,14 +66,14 @@ "@gluestack-ui/switch": "0.1.21", "@gluestack-ui/tabs": "0.1.16", "@gluestack-ui/textarea": "0.1.21", - "@gluestack-ui/themed": "1.1.23", + "@gluestack-ui/themed": "1.1.24", "@gluestack-ui/toast": "1.0.4", "@gluestack-ui/tooltip": "0.1.30", "@legendapp/motion": "latest" }, "peerDependencies": { "@gluestack-style/react": ">=1.0.56", - "@gluestack-ui/themed": ">=1.1.23" + "@gluestack-ui/themed": ">=1.1.24" }, "release-it": { "git": { diff --git a/packages/themed/CHANGELOG.md b/packages/themed/CHANGELOG.md index 4aaf97abd..9063c7931 100644 --- a/packages/themed/CHANGELOG.md +++ b/packages/themed/CHANGELOG.md @@ -1,5 +1,11 @@ # @gluestack-ui/themed +## 1.1.24 + +### Patch Changes + +- Version bump + ## 1.1.23 ### Patch Changes diff --git a/packages/themed/package.json b/packages/themed/package.json index f50ba259e..718630596 100644 --- a/packages/themed/package.json +++ b/packages/themed/package.json @@ -1,6 +1,6 @@ { "name": "@gluestack-ui/themed", - "version": "1.1.23", + "version": "1.1.24", "main": "build/index.js", "types": "build/index.d.ts", "module": "build/index",