Skip to content

Commit

Permalink
Release 3.0.1 (#4163)
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
Release of 3.0.1
<!-- 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
piaskowyk committed Mar 3, 2023
1 parent a38678d commit 1134b95
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ PODS:
- React-Core
- RNGestureHandler (2.9.0):
- React-Core
- RNReanimated (3.0.0):
- RNReanimated (3.0.1):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -695,7 +695,7 @@ SPEC CHECKSUMS:
RNCMaskedView: bc0170f389056201c82a55e242e5d90070e18e5a
RNCPicker: 914b557e20b3b8317b084aca9ff4b4edb95f61e4
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNReanimated: a71e12c5fcf4f01bd7cfc286cb83467cab89e5c2
RNReanimated: 42295301c43f974340a510ba18d5a2031c191c30
RNScreens: ea4cd3a853063cda19a4e3c28d2e52180c80f4eb
RNSVG: d787d64ca06b9158e763ad2638a8c4edce00782a
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 @@ -779,7 +779,7 @@ PODS:
- React-Codegen
- React-RCTFabric
- ReactCommon/turbomodule/core
- RNReanimated (3.0.0):
- RNReanimated (3.0.1):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -1077,7 +1077,7 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 7bf0dafc7b727d93c8cb94eb00a9d3753c446c3e
ReactCommon: 6f65ea5b7d84deb9e386f670dd11ce499ded7b40
RNGestureHandler: 9d2ebd17a9fef618d9720e3d95ff5e6607acf8d4
RNReanimated: a318e90c84206fbf6ef10eefc50c4ef5289d206d
RNReanimated: a199a8a5d0b933b127ef0deb3ba6859b32c45d7c
RNScreens: a838934f2f0d915c8a756409d674a862b70b1677
RNSVG: f49e247b4ea8b56c27ac52aa92259361b202ba7e
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 (3.0.0):
- RNReanimated (3.0.1):
- DoubleConversion
- FBLazyVector
- FBReactNativeSpec
Expand Down Expand Up @@ -538,7 +538,7 @@ SPEC CHECKSUMS:
React-RCTText: 16122ecd9be53be613b2206a13e5cf987835c8cf
React-runtimeexecutor: 44fe73dca7d31245dfc031971a2ce14085c8d5fe
ReactCommon: 3f6173ad12133f7e032f4c8d061dba181115c1c0
RNReanimated: a6d92c5a9476b1be4ea6918222a7d2a0bfbe97b2
RNReanimated: 3e76b1653327d4a649432e25c32b4ad09c1ca223
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",
"version": "3.0.1",
"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
2 changes: 1 addition & 1 deletion src/reanimated2/platform-specific/checkVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 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`
*/
const jsVersion = '3.0.0';
const jsVersion = '3.0.1';

/**
* Checks that native and js versions of reanimated match.
Expand Down

0 comments on commit 1134b95

Please sign in to comment.