Skip to content

Commit 73c5bf7

Browse files
authored
Release(Reanimated): 4.1.5 (#8584)
## Summary Releasing with this fix #8582 after noticing web crashes.
1 parent e3c207b commit 73c5bf7

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

apps/fabric-example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,7 @@ PODS:
24502450
- ReactCommon/turbomodule/core
24512451
- SocketRocket
24522452
- Yoga
2453-
- RNReanimated (4.1.4):
2453+
- RNReanimated (4.1.5):
24542454
- boost
24552455
- DoubleConversion
24562456
- fast_float
@@ -2477,11 +2477,11 @@ PODS:
24772477
- ReactCodegen
24782478
- ReactCommon/turbomodule/bridging
24792479
- ReactCommon/turbomodule/core
2480-
- RNReanimated/reanimated (= 4.1.4)
2480+
- RNReanimated/reanimated (= 4.1.5)
24812481
- RNWorklets
24822482
- SocketRocket
24832483
- Yoga
2484-
- RNReanimated/reanimated (4.1.4):
2484+
- RNReanimated/reanimated (4.1.5):
24852485
- boost
24862486
- DoubleConversion
24872487
- fast_float
@@ -2508,11 +2508,11 @@ PODS:
25082508
- ReactCodegen
25092509
- ReactCommon/turbomodule/bridging
25102510
- ReactCommon/turbomodule/core
2511-
- RNReanimated/reanimated/apple (= 4.1.4)
2511+
- RNReanimated/reanimated/apple (= 4.1.5)
25122512
- RNWorklets
25132513
- SocketRocket
25142514
- Yoga
2515-
- RNReanimated/reanimated/apple (4.1.4):
2515+
- RNReanimated/reanimated/apple (4.1.5):
25162516
- boost
25172517
- DoubleConversion
25182518
- fast_float
@@ -3081,7 +3081,7 @@ SPEC CHECKSUMS:
30813081
RNCClipboard: 4b58c780f63676367640f23c8e114e9bd0cf86ac
30823082
RNCMaskedView: 5ef8c95cbab95334a32763b72896a7b7d07e6299
30833083
RNGestureHandler: 3a73f098d74712952870e948b3d9cf7b6cae9961
3084-
RNReanimated: c8734453f1cf83947ad3ecdf2d5bd0289cb5e801
3084+
RNReanimated: 0b55eea78e5fc2d5f2426afcd51310aac20d2f01
30853085
RNScreens: 6ced6ae8a526512a6eef6e28c2286e1fc2d378c3
30863086
RNSVG: 6f39605a4c4d200b11435c35bd077553c6b5963a
30873087
RNWorklets: c220127c1264b89f8aedd76172be000355215a63

apps/tvos-example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ PODS:
16531653
- React-logger (= 0.79.1-0)
16541654
- React-perflogger (= 0.79.1-0)
16551655
- React-utils (= 0.79.1-0)
1656-
- RNReanimated (4.1.4):
1656+
- RNReanimated (4.1.5):
16571657
- DoubleConversion
16581658
- glog
16591659
- hermes-engine
@@ -1676,10 +1676,10 @@ PODS:
16761676
- ReactCodegen
16771677
- ReactCommon/turbomodule/bridging
16781678
- ReactCommon/turbomodule/core
1679-
- RNReanimated/reanimated (= 4.1.4)
1679+
- RNReanimated/reanimated (= 4.1.5)
16801680
- RNWorklets
16811681
- Yoga
1682-
- RNReanimated/reanimated (4.1.4):
1682+
- RNReanimated/reanimated (4.1.5):
16831683
- DoubleConversion
16841684
- glog
16851685
- hermes-engine
@@ -1702,10 +1702,10 @@ PODS:
17021702
- ReactCodegen
17031703
- ReactCommon/turbomodule/bridging
17041704
- ReactCommon/turbomodule/core
1705-
- RNReanimated/reanimated/apple (= 4.1.4)
1705+
- RNReanimated/reanimated/apple (= 4.1.5)
17061706
- RNWorklets
17071707
- Yoga
1708-
- RNReanimated/reanimated/apple (4.1.4):
1708+
- RNReanimated/reanimated/apple (4.1.5):
17091709
- DoubleConversion
17101710
- glog
17111711
- hermes-engine
@@ -2104,7 +2104,7 @@ SPEC CHECKSUMS:
21042104
ReactAppDependencyProvider: 29fb2827ec6c6c8ee9ee9108e838b4e0e4e1b730
21052105
ReactCodegen: 3a01f76123e04b8b945d43e5ffccae6f90f4a26e
21062106
ReactCommon: 59e7bd3cf331ba77a96a75e6b603abf05883b102
2107-
RNReanimated: b026e1cc8ecef48c43e06be0c81d945aab6d1068
2107+
RNReanimated: 21e542fa7e1593efc95992774532d8841511b6e8
21082108
RNWorklets: 6a96614339d107b99e8c92c7cb0a0f9c5c20ba34
21092109
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
21102110
Yoga: 770a077e3a222f162c2e0c8a95e7e997b7682a8e

packages/react-native-reanimated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "More powerful alternative to Animated library for React Native.",
55
"keywords": [
66
"react-native",

packages/react-native-reanimated/src/platform-specific/jsVersion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* version used to build the native part of the library in runtime. Remember to
55
* keep this in sync with the version declared in `package.json`
66
*/
7-
export const jsVersion = '4.1.4';
7+
export const jsVersion = '4.1.5';

0 commit comments

Comments
 (0)