Skip to content

Commit

Permalink
Release 2.13.0 (#2592)
Browse files Browse the repository at this point in the history
## Description

Release 2.13.0
  • Loading branch information
j-piasecki authored Sep 18, 2023
1 parent d08fab0 commit 2cdcdf6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ PODS:
- React-jsi (= 0.72.0-rc.5)
- React-logger (= 0.72.0-rc.5)
- React-perflogger (= 0.72.0-rc.5)
- RNGestureHandler (2.12.0):
- RNGestureHandler (2.13.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1300,11 +1300,11 @@ SPEC CHECKSUMS:
React-runtimescheduler: 7c3287c689ba5bbff52ef95400fb8d6964cc8eae
React-utils: cbbe99dc2e49db0a3fbb425c304f511a422f0ca2
ReactCommon: 01b6643cfeef0d9078c8125378066d20cc34ddfe
RNGestureHandler: d8224aad6d7081834ae6e6cf925397059485b69e
RNGestureHandler: 3237ee31ff056842bbe7ed0e943efacc2fc22105
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: 258bd5f6f188432f18cc3f854497f1cf6a0f21c1
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 91003e48a586df93324958b314f617825e98fcd1

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1
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.12.0',
label: '2.6.0 – 2.13.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 @@ -496,7 +496,7 @@ PODS:
- React-perflogger (= 0.72.0-rc.5)
- RNCMaskedView (0.1.10):
- React
- RNGestureHandler (2.12.0):
- RNGestureHandler (2.13.0):
- React-Core
- RNReanimated (3.3.0):
- DoubleConversion
Expand Down Expand Up @@ -774,7 +774,7 @@ SPEC CHECKSUMS:
React-utils: cbbe99dc2e49db0a3fbb425c304f511a422f0ca2
ReactCommon: 01b6643cfeef0d9078c8125378066d20cc34ddfe
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5
RNGestureHandler: 6e4dc6b7ab3a385386d4e36228bd065e5a611394
RNReanimated: 9f7068e43b9358a46a688d94a5a3adb258139457
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.12.0",
"version": "2.13.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 2cdcdf6

Please sign in to comment.