Skip to content

Commit

Permalink
Release 2.11.0 (#2504)
Browse files Browse the repository at this point in the history
## Description

Bump version to 2.11.0
  • Loading branch information
j-piasecki authored Jun 7, 2023
1 parent 4d5aae1 commit e9336bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ PODS:
- React-jsi (= 0.71.0)
- React-logger (= 0.71.0)
- React-perflogger (= 0.71.0)
- RNGestureHandler (2.10.2):
- RNGestureHandler (2.11.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -942,7 +942,7 @@ SPEC CHECKSUMS:
React-rncore: cfeb5532ec459f562410e8058b8f49e07cd215d4
React-runtimeexecutor: ac80782d9d76ba2b0f709f4de0c427fe33c352dc
ReactCommon: 20e38a9be5fe1341b5e422220877cc94034776ba
RNGestureHandler: 4ee9a02471d38d0f3c919b1657d76273903a3d54
RNGestureHandler: 764b9390ddaa6dc5be66cd248859c7638438e8b3
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: c618b544ff8bd8865cdca602f00cbcdb92fd6d31
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports = {
label: '2.4.0 – 2.5.0',
},
'2.6.0': {
label: '2.6.0 – 2.10.0',
label: '2.6.0 – 2.11.0',
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ PODS:
- React-perflogger (= 0.71.0)
- RNCMaskedView (0.1.10):
- React
- RNGestureHandler (2.10.2):
- RNGestureHandler (2.11.0):
- React-Core
- RNReanimated (2.14.0):
- DoubleConversion
Expand Down Expand Up @@ -692,7 +692,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: ac80782d9d76ba2b0f709f4de0c427fe33c352dc
ReactCommon: 20e38a9be5fe1341b5e422220877cc94034776ba
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNGestureHandler: f75d81410b40aaa99e71ae8f8bb7a88620c95042
RNGestureHandler: 026038a97d4c8649ce397a22e162ca58b4e6c230
RNReanimated: 9b1aae96fb8dbfebd301bc1797a49e5485d4a291
RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
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.10.2",
"version": "2.11.0",
"description": "Experimental implementation of a new declarative API for gesture handling in react-native",
"scripts": {
"prepare": "bob build && husky install",
Expand Down

0 comments on commit e9336bd

Please sign in to comment.