Skip to content

Commit

Permalink
Release 3.0.0-rc.8 (software-mansion#3819)
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk authored and fluiddot committed Jun 5, 2023
1 parent 6323db8 commit 84b13a6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 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 (3.0.0-rc.7):
- RNReanimated (3.0.0-rc.8):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -650,7 +650,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
RNGestureHandler: b7a872907ee289ada902127f2554fa1d2c076122
RNReanimated: a1cf5a56c16b1aa400c7d8d4cb45e0f9773d25b0
RNReanimated: e6c9dc235b60a291ad6f2f6c029bc4333fdc7dd7
RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d
RNSVG: 07dbd870b0dcdecc99b3a202fa37c8ca163caec2
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Expand Down
4 changes: 2 additions & 2 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ PODS:
- React-Codegen
- React-RCTFabric
- ReactCommon/turbomodule/core
- RNReanimated (3.0.0-rc.7):
- RNReanimated (3.0.0-rc.8):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -1018,7 +1018,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 7401c4a40f8728fd89df4a56104541b760876117
ReactCommon: c9246996e73bf75a2c6c3ff15f1e16707cdc2da9
RNGestureHandler: 8e5218fe0fde045c6f318202fc51ce3638deee54
RNReanimated: 0e6700bdca5bc9b5cabd9defb551378cefca21cc
RNReanimated: 5fe97ed1710f9d0c90bd97b275c4ba6b58fa9b45
RNScreens: 208223c783496e6d0aa92ffdf307f61d58756fc1
RNSVG: 8ef4c60d9378eab6996a3f006dfb5784e6dab302
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Expand Down
5 changes: 0 additions & 5 deletions FabricExample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1774,11 +1774,6 @@
resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.41.tgz#f6ecf57d1b12d2befcce00e928a6a097c22980aa"
integrity sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA==

"@types/invariant@^2.2.35":
version "2.2.35"
resolved "https://registry.yarnpkg.com/@types/invariant/-/invariant-2.2.35.tgz#cd3ebf581a6557452735688d8daba6cf0bd5a3be"
integrity sha512-DxX1V9P8zdJPYQat1gHyY0xj3efl8gnMVjiM9iCY6y27lj+PoQWkgjt8jDqmovPqULkKVpKRg8J36iQiA+EtEg==

"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44"
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 (3.0.0-rc.7):
- RNReanimated (3.0.0-rc.8):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -538,7 +538,7 @@ SPEC CHECKSUMS:
React-RCTText: 16122ecd9be53be613b2206a13e5cf987835c8cf
React-runtimeexecutor: 44fe73dca7d31245dfc031971a2ce14085c8d5fe
ReactCommon: 3f6173ad12133f7e032f4c8d061dba181115c1c0
RNReanimated: 79d2d414d251e8dd8e280d0d5b32224eab311909
RNReanimated: 3fe548cade4cee739282b4d36af15b7233ecfe4e
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: 5f6b76dc63952163378af6afc502d8bab96643a1
YogaKit: 1e22bf2228b3a5ac8cc88965153061ae92c494b5
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": "3.0.0-rc.7",
"version": "3.0.0-rc.8",
"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 84b13a6

Please sign in to comment.