Skip to content

Commit 31558a9

Browse files
authored
Merge pull request #3248 from gluestack/fix/actionsheet-stale-state
chore: bump version to 3.0.12 and fix stale state issue in Actionshee…
2 parents 865588e + 018fe01 commit 31558a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/gluestack-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gluestack-ui/core
22

3+
## 3.0.12
4+
5+
### Patch Changes
6+
7+
- fix: fixed actionsheet stale state while closing through drag
8+
39
## 3.0.11
410

511
### Patch Changes

packages/gluestack-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gluestack-ui/core",
33
"description": "Universal UI components for React Native, Expo, and Next.js",
4-
"version": "3.0.11",
4+
"version": "3.0.12",
55
"main": "./lib/esm/index.js",
66
"module": "./lib/esm/index.js",
77
"types": "./lib/esm/index.d.ts",

0 commit comments

Comments
 (0)