Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.13.0 #3763

Merged
merged 2 commits into from
Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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