Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.22.0 #3315

Merged
merged 5 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ PODS:
- React-logger (= 0.77.0-rc.6)
- React-perflogger (= 0.77.0-rc.6)
- React-utils (= 0.77.0-rc.6)
- RNGestureHandler (2.21.2):
- RNGestureHandler (2.22.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1801,7 +1801,7 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: aa24ec89395a729888b289410623dbf3430f7cef
ReactCodegen: dac7cff2edc06de7b772ab59febc98a7b7bf4f78
ReactCommon: f4a0a4c9bd9e6b4706d9e77a13a5dc1c3d7aa2a4
RNGestureHandler: 00efce651d14cb7ad42e5df042234dc7c3562312
RNGestureHandler: 0a9b5cfef2b12d8425da917647ece1bf6c43d400
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 0c8754b0ea9edb13b6ce6b60f0f69eb5f164f16a

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.21.2",
"version": "2.22.0",
"description": "Declarative API exposing native platform touch and gesture system to React Native",
"scripts": {
"prepare": "bob build && husky install",
Expand Down
Loading