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 2 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
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Use latest stable Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '16.1'
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
Expand Down
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.3)
- React-perflogger (= 0.77.0-rc.3)
- React-utils (= 0.77.0-rc.3)
- RNGestureHandler (2.21.2):
- RNGestureHandler (2.22.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1801,7 +1801,7 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: b779989664507490f90a3bf34576e493e46f00e4
ReactCodegen: cc251e1677641dac5f365d79f5325eb7913118bf
ReactCommon: 6b674ec949332e7e83a527bb6d84f13329e27e6c
RNGestureHandler: 00efce651d14cb7ad42e5df042234dc7c3562312
RNGestureHandler: 0a9b5cfef2b12d8425da917647ece1bf6c43d400
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: e30730c63678d5a706ed8760e3f76f4f410f7718

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