Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Aug 17, 2022
1 parent 6668dd1 commit 3eca471
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ PODS:
- React-Core
- RNGestureHandler (2.5.0):
- React-Core
- RNReanimated (2.9.1):
- RNReanimated (2.10.0):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -510,7 +510,7 @@ SPEC CHECKSUMS:
FBLazyVector: 0cab5b1620c2810b4a2a814e4d9490c480e35917
FBReactNativeSpec: 0b6e1cbcc2f1c4a47d03f8ab9961759d0f644c05
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
glog: 476ee3e89abb49e07f822b48323c51c57124b572
hermes-engine: 83648c4de4acf97aacf1f68d457b1b6bb015388c
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
Expand Down Expand Up @@ -546,7 +546,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
RNGestureHandler: bad495418bcbd3ab47017a38d93d290ebd406f50
RNReanimated: 2c54cf0072b49ae4ae0d46ac8930394699ed3667
RNReanimated: 60e291d42c77752a0f6d6f358387bdf225a87c6e
RNScreens: 4a1af06327774490d97342c00aee0c2bafb497b7
RNSVG: ce9d996113475209013317e48b05c21ee988d42e
Yoga: f2aa7bc41e39cbf8edc0251a86fa89193b51491b
Expand Down
4 changes: 2 additions & 2 deletions createNPMPackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ROOT=$(pwd)

unset CI

versions=("0.69.1" "0.68.2" "0.67.3" "0.66.3" "0.65.1")
version_name=("69" "68" "67" "66" "65")
versions=("0.70.0-rc.4" "0.69.4" "0.68.3" "0.67.4" "0.66.4")
version_name=("70" "69" "68" "67" "66")

for index in {0..4}
do
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.9.1",
"version": "2.10.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 3eca471

Please sign in to comment.