Skip to content

Commit

Permalink
Release 3.3.0 (#4560)
Browse files Browse the repository at this point in the history
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

<!-- Explain the motivation for this PR. Include "Fixes #<number>" if
applicable. -->

## Test plan

<!-- Provide a minimal but complete code snippet that can be used to
test out this change along with instructions how to run it and a
description of the expected behavior. -->
  • Loading branch information
tomekzaw committed Jun 12, 2023
1 parent fd9bb1f commit 09fafdf
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 41 deletions.
12 changes: 7 additions & 5 deletions Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -505,12 +505,13 @@ PODS:
- React-Core
- RNCPicker (2.4.10):
- React-Core
- RNGestureHandler (2.10.0):
- RNGestureHandler (2.11.0):
- React-Core
- RNReanimated (3.2.0):
- RNReanimated (3.3.0):
- DoubleConversion
- FBLazyVector
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand All @@ -520,6 +521,7 @@ PODS:
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector
Expand Down Expand Up @@ -798,8 +800,8 @@ SPEC CHECKSUMS:
RNCAsyncStorage: b90b71f45b8b97be43bc4284e71a6af48ac9f547
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 0bc2f0a29abcca7b7ed44a2d036aac9ab6d25700
RNGestureHandler: e145476da655f3dbc48ef2f0a08cf7a34338c02b
RNReanimated: 62b4e3a8ab555b73a35ae9b1eae252f9c3a7360b
RNGestureHandler: 026038a97d4c8649ce397a22e162ca58b4e6c230
RNReanimated: 2072c65be5a7fe9f704e99df2ee563c07435a719
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Expand All @@ -808,4 +810,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: f37cea0ea1b6dc523fb88a9c2bdb9993f4b567ce

COCOAPODS: 1.12.0
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^16.13.1",
"react-native": "0.72.0-rc.5",
"react-native-box2d": "^0.2.5",
"react-native-gesture-handler": "^2.10.0",
"react-native-gesture-handler": "^2.11.0",
"react-native-pager-view": "5.4.24",
"react-native-reanimated": "link:../",
"react-native-safe-area-context": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions Example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5888,10 +5888,10 @@ react-native-box2d@^0.2.5:
resolved "https://registry.yarnpkg.com/react-native-box2d/-/react-native-box2d-0.2.5.tgz#4baa407d28c3feb956d9a9bc31e8f24eefe5fb79"
integrity sha512-+Qaf/LMDsodJn3BAIk5hohOb76gXV2krMrWtfENGD+YjRMhO2Du0ylwj1Qu2a8YUTyfd6YB5jmgeU4N27eX3MQ==

react-native-gesture-handler@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.10.0.tgz#54a1840cccac1dc4d5a48b8dc703eac30f077b3d"
integrity sha512-vuNupfa8+6MAUMgbZMk5jSxrmqWyNnR/gR77/iuhdx6cPg1z2MJeeJNmqEtKQcF0InvHp45dOoyRK62peqTJ3Q==
react-native-gesture-handler@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.11.0.tgz#cc325430369030ec420d3d455eb2ea2e3fe2c27a"
integrity sha512-qiGS2HFnuxxA067kcC4PHfp5hzB8pn6K9UqI5kdkM48DLkzv3vUJptdPlffRSvUJggsfwIyAMYVM+xM4sxg2/A==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
Expand Down
14 changes: 8 additions & 6 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1101,18 +1101,19 @@ PODS:
- React-Core
- RNCPicker (2.4.10):
- React-Core
- RNGestureHandler (2.10.0):
- RNGestureHandler (2.11.0):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React
- React-Codegen
- React-RCTFabric
- ReactCommon/turbomodule/core
- RNReanimated (3.2.0):
- RNReanimated (3.3.0):
- DoubleConversion
- FBLazyVector
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
Expand All @@ -1123,6 +1124,7 @@ PODS:
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector
Expand Down Expand Up @@ -1426,7 +1428,7 @@ SPEC CHECKSUMS:
React-perflogger: fdd8c2969761105b1c85432fecdfff0616100cc6
React-RCTActionSheet: 5aaa270460794991553f80d393bcdcb97a372273
React-RCTAnimation: f1e0d1a03ce881c0e45fa151b63b1fd8d4068841
React-RCTAppDelegate: 70cfc996c623b94665dd4145420055a7b1147204
React-RCTAppDelegate: 54280f832c1656a828b6638d65a58bccebb11532
React-RCTBlob: 5d83c1bd6d0b88b308f65a61685fac6cc9b58e84
React-RCTFabric: f02272ef350bab1079393ccbd7e0a39088abbbfc
React-RCTImage: 84508714b0a1858ae4aca6671bc7b4b19294f430
Expand All @@ -1443,8 +1445,8 @@ SPEC CHECKSUMS:
RNCAsyncStorage: b90b71f45b8b97be43bc4284e71a6af48ac9f547
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
RNCPicker: 0bc2f0a29abcca7b7ed44a2d036aac9ab6d25700
RNGestureHandler: 8c8ccd3eb5a8d7b79b79c35635095687845c5534
RNReanimated: 2981a4459dc88e45d4a53907c0b4016843b4b65f
RNGestureHandler: 764b9390ddaa6dc5be66cd248859c7638438e8b3
RNReanimated: 30b0a8bb00d68cb215e2c72fbace23cb15ee0235
RNScreens: 4666ca0a74ee229b2332c5d22d2a8b81ba9202be
RNSVG: a9204714b832d82b483b0cbaee9e675646426b8d
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Expand All @@ -1453,4 +1455,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: aa6908dfa38be86281ee11bf70805ff4622ae1c6

COCOAPODS: 1.12.0
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion FabricExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": "18.2.0",
"react-native": "0.72.0-rc.5",
"react-native-box2d": "^0.2.5",
"react-native-gesture-handler": "^2.10.0",
"react-native-gesture-handler": "^2.11.0",
"react-native-pager-view": "5.4.24",
"react-native-reanimated": "link:../",
"react-native-safe-area-context": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions FabricExample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5556,10 +5556,10 @@ react-native-box2d@^0.2.5:
resolved "https://registry.yarnpkg.com/react-native-box2d/-/react-native-box2d-0.2.5.tgz#4baa407d28c3feb956d9a9bc31e8f24eefe5fb79"
integrity sha512-+Qaf/LMDsodJn3BAIk5hohOb76gXV2krMrWtfENGD+YjRMhO2Du0ylwj1Qu2a8YUTyfd6YB5jmgeU4N27eX3MQ==

react-native-gesture-handler@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.10.0.tgz#54a1840cccac1dc4d5a48b8dc703eac30f077b3d"
integrity sha512-vuNupfa8+6MAUMgbZMk5jSxrmqWyNnR/gR77/iuhdx6cPg1z2MJeeJNmqEtKQcF0InvHp45dOoyRK62peqTJ3Q==
react-native-gesture-handler@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.11.0.tgz#cc325430369030ec420d3d455eb2ea2e3fe2c27a"
integrity sha512-qiGS2HFnuxxA067kcC4PHfp5hzB8pn6K9UqI5kdkM48DLkzv3vUJptdPlffRSvUJggsfwIyAMYVM+xM4sxg2/A==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
Expand Down
6 changes: 3 additions & 3 deletions TVOSExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ PODS:
- React-jsi (= 0.69.8-0)
- React-logger (= 0.69.8-0)
- React-perflogger (= 0.69.8-0)
- RNReanimated (3.2.0):
- RNReanimated (3.3.0):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -538,11 +538,11 @@ SPEC CHECKSUMS:
React-RCTText: e2934b40d4375044329dfeb25bd1dd29d746732d
React-runtimeexecutor: a30b74989ee4642b061c9543ba03b5434f7e67fd
ReactCommon: 7c314443ae0231621001d149b6f8d6f5069a40a0
RNReanimated: f01d3efd40ca9322310c32726603764399c1ad55
RNReanimated: ef0786c058de787aa6523bff8cc3e7e262b379b2
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: b235f0e235cb33113f65992ccd88b9d082ac04f5
YogaKit: 1e22bf2228b3a5ac8cc88965153061ae92c494b5

PODFILE CHECKSUM: 7f78374eef3ebfe51be4a689d935acd27287c5d2

COCOAPODS: 1.12.0
COCOAPODS: 1.12.1
2 changes: 1 addition & 1 deletion WebExample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.6",
"react-native-gesture-handler": "^2.10.0",
"react-native-gesture-handler": "^2.11.0",
"react-native-reanimated": "link:../",
"react-native-web": "~0.18.12"
},
Expand Down
8 changes: 4 additions & 4 deletions WebExample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8218,10 +8218,10 @@ react-native-codegen@^0.71.5:
jscodeshift "^0.13.1"
nullthrows "^1.1.1"

react-native-gesture-handler@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.10.0.tgz#54a1840cccac1dc4d5a48b8dc703eac30f077b3d"
integrity sha512-vuNupfa8+6MAUMgbZMk5jSxrmqWyNnR/gR77/iuhdx6cPg1z2MJeeJNmqEtKQcF0InvHp45dOoyRK62peqTJ3Q==
react-native-gesture-handler@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.11.0.tgz#cc325430369030ec420d3d455eb2ea2e3fe2c27a"
integrity sha512-qiGS2HFnuxxA067kcC4PHfp5hzB8pn6K9UqI5kdkM48DLkzv3vUJptdPlffRSvUJggsfwIyAMYVM+xM4sxg2/A==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"d3-shape": "^3.2.0",
"react-dom": "18.0.0",
"react-native-box2d": "^0.2.5",
"react-native-gesture-handler": "^2.10.0",
"react-native-gesture-handler": "^2.11.0",
"react-native-pager-view": "5.4.24",
"react-native-reanimated": "link:../",
"react-native-safe-area-context": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1439,10 +1439,10 @@ react-native-box2d@^0.2.5:
resolved "https://registry.yarnpkg.com/react-native-box2d/-/react-native-box2d-0.2.5.tgz#4baa407d28c3feb956d9a9bc31e8f24eefe5fb79"
integrity sha512-+Qaf/LMDsodJn3BAIk5hohOb76gXV2krMrWtfENGD+YjRMhO2Du0ylwj1Qu2a8YUTyfd6YB5jmgeU4N27eX3MQ==

react-native-gesture-handler@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.10.0.tgz#54a1840cccac1dc4d5a48b8dc703eac30f077b3d"
integrity sha512-vuNupfa8+6MAUMgbZMk5jSxrmqWyNnR/gR77/iuhdx6cPg1z2MJeeJNmqEtKQcF0InvHp45dOoyRK62peqTJ3Q==
react-native-gesture-handler@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.11.0.tgz#cc325430369030ec420d3d455eb2ea2e3fe2c27a"
integrity sha512-qiGS2HFnuxxA067kcC4PHfp5hzB8pn6K9UqI5kdkM48DLkzv3vUJptdPlffRSvUJggsfwIyAMYVM+xM4sxg2/A==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated",
"version": "3.2.0",
"version": "3.3.0",
"description": "More powerful alternative to Animated library for React Native.",
"scripts": {
"test": "yarn run format:js && yarn run lint:js && yarn run test:unit",
Expand Down Expand Up @@ -142,7 +142,7 @@
"react": "17.0.2",
"react-native": "0.72.0-rc.5",
"react-native-builder-bob": "^0.18.3",
"react-native-gesture-handler": "^2.10.0",
"react-native-gesture-handler": "^2.11.0",
"react-native-web": "~0.18.12",
"react-test-renderer": "17.0.2",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion src/reanimated2/platform-specific/jsVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* with the version used to build the native part of the library in runtime.
* Remember to keep this in sync with the version declared in `package.json`
*/
export const jsVersion = '3.2.0';
export const jsVersion = '3.3.0';
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6484,10 +6484,10 @@ react-native-builder-bob@^0.18.3:
optionalDependencies:
jetifier "^2.0.0"

react-native-gesture-handler@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.10.0.tgz#54a1840cccac1dc4d5a48b8dc703eac30f077b3d"
integrity sha512-vuNupfa8+6MAUMgbZMk5jSxrmqWyNnR/gR77/iuhdx6cPg1z2MJeeJNmqEtKQcF0InvHp45dOoyRK62peqTJ3Q==
react-native-gesture-handler@^2.11.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.11.0.tgz#cc325430369030ec420d3d455eb2ea2e3fe2c27a"
integrity sha512-qiGS2HFnuxxA067kcC4PHfp5hzB8pn6K9UqI5kdkM48DLkzv3vUJptdPlffRSvUJggsfwIyAMYVM+xM4sxg2/A==
dependencies:
"@egjs/hammerjs" "^2.0.17"
hoist-non-react-statics "^3.3.0"
Expand Down

0 comments on commit 09fafdf

Please sign in to comment.