Skip to content

Commit

Permalink
Release 2.7.0 (#2250)
Browse files Browse the repository at this point in the history
## Description

Bump version to 2.7.0
  • Loading branch information
j-piasecki authored Oct 3, 2022
1 parent 9cd2905 commit bbb85d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ PODS:
- React-jsi (= 0.70.0)
- React-logger (= 0.70.0)
- React-perflogger (= 0.70.0)
- RNGestureHandler (2.6.0):
- RNGestureHandler (2.7.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -974,7 +974,7 @@ SPEC CHECKSUMS:
React-rncore: 8858fe6b719170c20c197a8fd2dd53507bdae04b
React-runtimeexecutor: 80c195ffcafb190f531fdc849dc2d19cb4bb2b34
ReactCommon: de55f940495d7bf87b5d7bf55b5b15cdd50d7d7b
RNGestureHandler: 182b4e135cc4fec4988687e2f123e302dc6b4b71
RNGestureHandler: 9497ef13d44f0cf470c9b41798e8804e9aca26ad
RNScreens: bb17bdc9eca378fefc6103fb52c35b4f7ef0a791
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: 82c9e8f652789f67d98bed5aef9d6653f71b04a9
Expand Down
3 changes: 3 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ module.exports = {
'2.4.0': {
label: '2.4.0 – 2.5.0',
},
'2.6.0': {
label: '2.6.0 – 2.7.0',
},
},
},
theme: {
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ PODS:
- React-perflogger (= 0.70.0)
- RNCMaskedView (0.1.10):
- React
- RNGestureHandler (2.6.0):
- RNGestureHandler (2.7.0):
- React-Core
- RNReanimated (2.10.0):
- DoubleConversion
Expand Down Expand Up @@ -638,7 +638,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 80c195ffcafb190f531fdc849dc2d19cb4bb2b34
ReactCommon: de55f940495d7bf87b5d7bf55b5b15cdd50d7d7b
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNGestureHandler: 920eb17f5b1e15dae6e5ed1904045f8f90e0b11e
RNGestureHandler: 7673697e7c0e9391adefae4faa087442bc04af33
RNReanimated: 60e291d42c77752a0f6d6f358387bdf225a87c6e
RNScreens: 0df01424e9e0ed7827200d6ed1087ddd06c493f9
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.6.2",
"version": "2.7.0",
"description": "Experimental implementation of a new declarative API for gesture handling in react-native",
"scripts": {
"prepare": "bob build",
Expand Down

0 comments on commit bbb85d8

Please sign in to comment.