Skip to content

Commit

Permalink
Bump version to 2.20.2 (#3185)
Browse files Browse the repository at this point in the history
## Description

2.20.2 was released, but it does not come from `main`, therefore `package.json` was not updated

## Test plan

❓
  • Loading branch information
m-bert authored Oct 25, 2024
1 parent 8b23af9 commit e20bf5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ PODS:
- React-logger (= 0.76.0)
- React-perflogger (= 0.76.0)
- React-utils (= 0.76.0)
- RNGestureHandler (2.20.0):
- RNGestureHandler (2.20.2):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1799,7 +1799,7 @@ SPEC CHECKSUMS:
React-utils: d9624101245ebaab39c9f1bd786132da0b4f27ff
ReactCodegen: dbfef1fef26f42c900bb1884fa149d49d501d64d
ReactCommon: 429ca28cd813c31359c73ffac6dc24f93347d522
RNGestureHandler: 1c3eb45564648200b19a9db8d2823a49a30a928d
RNGestureHandler: c48fc5dc2ca9b1ab399210f261c203b47152103f
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: f8ec45ce98bba1bc93dd28f2ee37215180e6d2b6

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-gesture-handler",
"version": "2.20.0",
"version": "2.20.2",
"description": "Declarative API exposing native platform touch and gesture system to React Native",
"scripts": {
"prepare": "bob build && husky install",
Expand Down

0 comments on commit e20bf5e

Please sign in to comment.