Skip to content

Commit

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

Release 2.13.0 and update react-native versions in building script.

React Native version tester result: https://github.com/piaskowyk/reanimated-rn-version-tester/actions/runs/3440288309

- [x] (Android) Example - ✅
- [x] (iOS) Example - ✅
  • Loading branch information
piaskowyk committed Nov 10, 2022
1 parent 70405ad commit 89fcb76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ PODS:
- React-Core
- RNGestureHandler (2.7.1):
- React-Core
- RNReanimated (2.12.0):
- RNReanimated (2.13.0):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -650,7 +650,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
RNGestureHandler: b7a872907ee289ada902127f2554fa1d2c076122
RNReanimated: 2a91e85fcd343f8af3c58d3425b99fdd285590a5
RNReanimated: ce445c233a6ff5600223484a88ad5704945d972a
RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d
RNSVG: 07dbd870b0dcdecc99b3a202fa37c8ca163caec2
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Expand Down
4 changes: 2 additions & 2 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.5-2)
- React-logger (= 0.69.5-2)
- React-perflogger (= 0.69.5-2)
- RNReanimated (2.12.0):
- RNReanimated (2.13.0):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -538,7 +538,7 @@ SPEC CHECKSUMS:
React-RCTText: 16122ecd9be53be613b2206a13e5cf987835c8cf
React-runtimeexecutor: 44fe73dca7d31245dfc031971a2ce14085c8d5fe
ReactCommon: 3f6173ad12133f7e032f4c8d061dba181115c1c0
RNReanimated: d909c5227c3c61738b8e4e138fb966a65c69cb55
RNReanimated: cae41a7e8804f4055e2263d0b36aa7db55cebf3b
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: 5f6b76dc63952163378af6afc502d8bab96643a1
YogaKit: 1e22bf2228b3a5ac8cc88965153061ae92c494b5
Expand Down
2 changes: 1 addition & 1 deletion createNPMPackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ROOT=$(pwd)

unset CI

versions=("0.70.3" "0.69.6" "0.68.4" "0.67.4" "0.66.4")
versions=("0.70" "0.69" "0.68" "0.67" "0.66")
version_name=("70" "69" "68" "67" "66")

for index in {0..4}
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-reanimated",
"version": "2.12.0",
"version": "2.13.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

0 comments on commit 89fcb76

Please sign in to comment.