Skip to content

Commit

Permalink
Release 2.9.0 (#2374)
Browse files Browse the repository at this point in the history
## Description

Bump versions to `2.9.0` in `package.json`, `Podfile.lock` and in the
docs.
  • Loading branch information
j-piasecki committed Jan 13, 2023
1 parent bd7e899 commit f0868f7
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
Expand Up @@ -713,7 +713,7 @@ PODS:
- React-jsi (= 0.71.0)
- React-logger (= 0.71.0)
- React-perflogger (= 0.71.0)
- RNGestureHandler (2.8.0):
- RNGestureHandler (2.9.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -942,7 +942,7 @@ SPEC CHECKSUMS:
React-rncore: cfeb5532ec459f562410e8058b8f49e07cd215d4
React-runtimeexecutor: ac80782d9d76ba2b0f709f4de0c427fe33c352dc
ReactCommon: 20e38a9be5fe1341b5e422220877cc94034776ba
RNGestureHandler: ceea17b82fea276bb0743a28b53a394a6edf5b18
RNGestureHandler: 9d2ebd17a9fef618d9720e3d95ff5e6607acf8d4
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: c618b544ff8bd8865cdca602f00cbcdb92fd6d31
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Expand Up @@ -133,7 +133,7 @@ module.exports = {
label: '2.4.0 – 2.5.0',
},
'2.6.0': {
label: '2.6.0 – 2.8.0',
label: '2.6.0 – 2.9.0',
},
},
},
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Expand Up @@ -390,7 +390,7 @@ PODS:
- React-perflogger (= 0.71.0)
- RNCMaskedView (0.1.10):
- React
- RNGestureHandler (2.8.0):
- RNGestureHandler (2.9.0):
- React-Core
- RNReanimated (2.14.0):
- DoubleConversion
Expand Down Expand Up @@ -648,7 +648,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: ac80782d9d76ba2b0f709f4de0c427fe33c352dc
ReactCommon: 20e38a9be5fe1341b5e422220877cc94034776ba
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNGestureHandler: 62232ba8f562f7dea5ba1b3383494eb5bf97a4d3
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNReanimated: 9b1aae96fb8dbfebd301bc1797a49e5485d4a291
RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-gesture-handler",
"version": "2.8.0",
"version": "2.9.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 f0868f7

Please sign in to comment.