Skip to content

Commit f1f88d1

Browse files
authored
Release 3.17.5 (#7425)
## Summary Included fixes: - #7404 - #7422 ## Current state I focused on the examples most related to the applied changes. I didn't test all examples in the example app as there are very little changes in this release that shouldn't affect most of the logic. || Fabric (iOS) | Fabric (Android) | Paper (iOS) | Paper (Android) | Web | MacOS | TVOS (iOS) | TVOS (android) | |-|-|-|-|-|-|-|-|-| | Builds | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Runs | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
1 parent a461651 commit f1f88d1

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

apps/fabric-example/ios/Podfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@ PODS:
18981898
- ReactCommon/turbomodule/bridging
18991899
- ReactCommon/turbomodule/core
19001900
- Yoga
1901-
- RNReanimated (3.17.4):
1901+
- RNReanimated (3.17.5):
19021902
- DoubleConversion
19031903
- glog
19041904
- hermes-engine
@@ -1921,10 +1921,10 @@ PODS:
19211921
- ReactCodegen
19221922
- ReactCommon/turbomodule/bridging
19231923
- ReactCommon/turbomodule/core
1924-
- RNReanimated/reanimated (= 3.17.4)
1925-
- RNReanimated/worklets (= 3.17.4)
1924+
- RNReanimated/reanimated (= 3.17.5)
1925+
- RNReanimated/worklets (= 3.17.5)
19261926
- Yoga
1927-
- RNReanimated/reanimated (3.17.4):
1927+
- RNReanimated/reanimated (3.17.5):
19281928
- DoubleConversion
19291929
- glog
19301930
- hermes-engine
@@ -1947,9 +1947,9 @@ PODS:
19471947
- ReactCodegen
19481948
- ReactCommon/turbomodule/bridging
19491949
- ReactCommon/turbomodule/core
1950-
- RNReanimated/reanimated/apple (= 3.17.4)
1950+
- RNReanimated/reanimated/apple (= 3.17.5)
19511951
- Yoga
1952-
- RNReanimated/reanimated/apple (3.17.4):
1952+
- RNReanimated/reanimated/apple (3.17.5):
19531953
- DoubleConversion
19541954
- glog
19551955
- hermes-engine
@@ -1973,7 +1973,7 @@ PODS:
19731973
- ReactCommon/turbomodule/bridging
19741974
- ReactCommon/turbomodule/core
19751975
- Yoga
1976-
- RNReanimated/worklets (3.17.4):
1976+
- RNReanimated/worklets (3.17.5):
19771977
- DoubleConversion
19781978
- glog
19791979
- hermes-engine
@@ -1996,9 +1996,9 @@ PODS:
19961996
- ReactCodegen
19971997
- ReactCommon/turbomodule/bridging
19981998
- ReactCommon/turbomodule/core
1999-
- RNReanimated/worklets/apple (= 3.17.4)
1999+
- RNReanimated/worklets/apple (= 3.17.5)
20002000
- Yoga
2001-
- RNReanimated/worklets/apple (3.17.4):
2001+
- RNReanimated/worklets/apple (3.17.5):
20022002
- DoubleConversion
20032003
- glog
20042004
- hermes-engine
@@ -2453,7 +2453,7 @@ SPEC CHECKSUMS:
24532453
RNCMaskedView: ae521efb1c6c2b183ae0f8479487db03c826184c
24542454
RNFlashList: 7ad51f0d0d51a3b7b1d1bb07947b927cb352afc4
24552455
RNGestureHandler: ebef699ea17e7c0006c1074e1e423ead60ce0121
2456-
RNReanimated: a33ad0d5a60d06f0aa0199ef035953dd7dcbb385
2456+
RNReanimated: 138503b2c399e5c7dfbe635e9df92610d6dd0ab1
24572457
RNScreens: b6320de0f7e7b7bc1a782a2fb6213a4d98c30b88
24582458
RNSVG: 794f269526df9ddc1f79b3d1a202b619df0368e3
24592459
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

apps/macos-example/macos/Podfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@ PODS:
14781478
- ReactCommon/turbomodule/bridging
14791479
- ReactCommon/turbomodule/core
14801480
- Yoga
1481-
- RNReanimated (3.17.4):
1481+
- RNReanimated (3.17.5):
14821482
- DoubleConversion
14831483
- glog
14841484
- RCT-Folly (= 2024.11.18.00)
@@ -1498,10 +1498,10 @@ PODS:
14981498
- ReactCodegen
14991499
- ReactCommon/turbomodule/bridging
15001500
- ReactCommon/turbomodule/core
1501-
- RNReanimated/reanimated (= 3.17.4)
1502-
- RNReanimated/worklets (= 3.17.4)
1501+
- RNReanimated/reanimated (= 3.17.5)
1502+
- RNReanimated/worklets (= 3.17.5)
15031503
- Yoga
1504-
- RNReanimated/reanimated (3.17.4):
1504+
- RNReanimated/reanimated (3.17.5):
15051505
- DoubleConversion
15061506
- glog
15071507
- RCT-Folly (= 2024.11.18.00)
@@ -1521,9 +1521,9 @@ PODS:
15211521
- ReactCodegen
15221522
- ReactCommon/turbomodule/bridging
15231523
- ReactCommon/turbomodule/core
1524-
- RNReanimated/reanimated/apple (= 3.17.4)
1524+
- RNReanimated/reanimated/apple (= 3.17.5)
15251525
- Yoga
1526-
- RNReanimated/reanimated/apple (3.17.4):
1526+
- RNReanimated/reanimated/apple (3.17.5):
15271527
- DoubleConversion
15281528
- glog
15291529
- RCT-Folly (= 2024.11.18.00)
@@ -1544,7 +1544,7 @@ PODS:
15441544
- ReactCommon/turbomodule/bridging
15451545
- ReactCommon/turbomodule/core
15461546
- Yoga
1547-
- RNReanimated/worklets (3.17.4):
1547+
- RNReanimated/worklets (3.17.5):
15481548
- DoubleConversion
15491549
- glog
15501550
- RCT-Folly (= 2024.11.18.00)
@@ -1564,9 +1564,9 @@ PODS:
15641564
- ReactCodegen
15651565
- ReactCommon/turbomodule/bridging
15661566
- ReactCommon/turbomodule/core
1567-
- RNReanimated/worklets/apple (= 3.17.4)
1567+
- RNReanimated/worklets/apple (= 3.17.5)
15681568
- Yoga
1569-
- RNReanimated/worklets/apple (3.17.4):
1569+
- RNReanimated/worklets/apple (3.17.5):
15701570
- DoubleConversion
15711571
- glog
15721572
- RCT-Folly (= 2024.11.18.00)
@@ -1875,7 +1875,7 @@ SPEC CHECKSUMS:
18751875
ReactCommon: 7490617e54cc60ef0aecee2beaa1f44d4b413e61
18761876
RNCAsyncStorage: c91d753ede6dc21862c4922cd13f98f7cfde578e
18771877
RNGestureHandler: 3aebdd5727d76b567572472b9e52c29536ee0eef
1878-
RNReanimated: 1d63de86d70837c526b39958288723598da1b6c8
1878+
RNReanimated: 8339401089607d70471849bb56af2f76e29dd230
18791879
RNSVG: 67de7abef81f367387b708ba6d2acefe7d4f5895
18801880
SocketRocket: 03f7111df1a343b162bf5b06ead333be808e1e0a
18811881
Yoga: b84121efc79fe86699a15c8ae59e5a6a8bca05c8

apps/paper-example/ios/Podfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ PODS:
17781778
- ReactCommon/turbomodule/bridging
17791779
- ReactCommon/turbomodule/core
17801780
- Yoga
1781-
- RNReanimated (3.17.4):
1781+
- RNReanimated (3.17.5):
17821782
- DoubleConversion
17831783
- glog
17841784
- hermes-engine
@@ -1801,10 +1801,10 @@ PODS:
18011801
- ReactCodegen
18021802
- ReactCommon/turbomodule/bridging
18031803
- ReactCommon/turbomodule/core
1804-
- RNReanimated/reanimated (= 3.17.4)
1805-
- RNReanimated/worklets (= 3.17.4)
1804+
- RNReanimated/reanimated (= 3.17.5)
1805+
- RNReanimated/worklets (= 3.17.5)
18061806
- Yoga
1807-
- RNReanimated/reanimated (3.17.4):
1807+
- RNReanimated/reanimated (3.17.5):
18081808
- DoubleConversion
18091809
- glog
18101810
- hermes-engine
@@ -1827,9 +1827,9 @@ PODS:
18271827
- ReactCodegen
18281828
- ReactCommon/turbomodule/bridging
18291829
- ReactCommon/turbomodule/core
1830-
- RNReanimated/reanimated/apple (= 3.17.4)
1830+
- RNReanimated/reanimated/apple (= 3.17.5)
18311831
- Yoga
1832-
- RNReanimated/reanimated/apple (3.17.4):
1832+
- RNReanimated/reanimated/apple (3.17.5):
18331833
- DoubleConversion
18341834
- glog
18351835
- hermes-engine
@@ -1853,7 +1853,7 @@ PODS:
18531853
- ReactCommon/turbomodule/bridging
18541854
- ReactCommon/turbomodule/core
18551855
- Yoga
1856-
- RNReanimated/worklets (3.17.4):
1856+
- RNReanimated/worklets (3.17.5):
18571857
- DoubleConversion
18581858
- glog
18591859
- hermes-engine
@@ -1876,9 +1876,9 @@ PODS:
18761876
- ReactCodegen
18771877
- ReactCommon/turbomodule/bridging
18781878
- ReactCommon/turbomodule/core
1879-
- RNReanimated/worklets/apple (= 3.17.4)
1879+
- RNReanimated/worklets/apple (= 3.17.5)
18801880
- Yoga
1881-
- RNReanimated/worklets/apple (3.17.4):
1881+
- RNReanimated/worklets/apple (3.17.5):
18821882
- DoubleConversion
18831883
- glog
18841884
- hermes-engine
@@ -2260,7 +2260,7 @@ SPEC CHECKSUMS:
22602260
RNCMaskedView: dc63cbc7b2f614b8b4526e11ed677b36e92cd9fb
22612261
RNFlashList: 857850f98e3fcb048022ca878b699418bb752371
22622262
RNGestureHandler: 1070e4e691b23028309d796cc30652d9875138c7
2263-
RNReanimated: e1a3071c869409374567dfd1a7eaa128c7e56ade
2263+
RNReanimated: baff1cd7240fc1e193a409b597be3022bc22c091
22642264
RNScreens: b44b98aa6f8afe08fd8ecfc1e96e61e7b6a25d60
22652265
RNSVG: 1d73f0c3199936c8e44f4d102d2744f3d258d2fc
22662266
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

apps/tvos-example/ios/Podfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ PODS:
16531653
- React-logger (= 0.79.0-0rc2)
16541654
- React-perflogger (= 0.79.0-0rc2)
16551655
- React-utils (= 0.79.0-0rc2)
1656-
- RNReanimated (3.17.4):
1656+
- RNReanimated (3.17.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 (= 3.17.4)
1680-
- RNReanimated/worklets (= 3.17.4)
1679+
- RNReanimated/reanimated (= 3.17.5)
1680+
- RNReanimated/worklets (= 3.17.5)
16811681
- Yoga
1682-
- RNReanimated/reanimated (3.17.4):
1682+
- RNReanimated/reanimated (3.17.5):
16831683
- DoubleConversion
16841684
- glog
16851685
- hermes-engine
@@ -1702,9 +1702,9 @@ PODS:
17021702
- ReactCodegen
17031703
- ReactCommon/turbomodule/bridging
17041704
- ReactCommon/turbomodule/core
1705-
- RNReanimated/reanimated/apple (= 3.17.4)
1705+
- RNReanimated/reanimated/apple (= 3.17.5)
17061706
- Yoga
1707-
- RNReanimated/reanimated/apple (3.17.4):
1707+
- RNReanimated/reanimated/apple (3.17.5):
17081708
- DoubleConversion
17091709
- glog
17101710
- hermes-engine
@@ -1728,7 +1728,7 @@ PODS:
17281728
- ReactCommon/turbomodule/bridging
17291729
- ReactCommon/turbomodule/core
17301730
- Yoga
1731-
- RNReanimated/worklets (3.17.4):
1731+
- RNReanimated/worklets (3.17.5):
17321732
- DoubleConversion
17331733
- glog
17341734
- hermes-engine
@@ -1751,9 +1751,9 @@ PODS:
17511751
- ReactCodegen
17521752
- ReactCommon/turbomodule/bridging
17531753
- ReactCommon/turbomodule/core
1754-
- RNReanimated/worklets/apple (= 3.17.4)
1754+
- RNReanimated/worklets/apple (= 3.17.5)
17551755
- Yoga
1756-
- RNReanimated/worklets/apple (3.17.4):
1756+
- RNReanimated/worklets/apple (3.17.5):
17571757
- DoubleConversion
17581758
- glog
17591759
- hermes-engine
@@ -2074,7 +2074,7 @@ SPEC CHECKSUMS:
20742074
ReactAppDependencyProvider: ec07a48c499f7f1420c872ba3347ce7937000960
20752075
ReactCodegen: a9e644a22d3ef480d4973dd117c9458da936d12b
20762076
ReactCommon: 975c24e76b57544fa910b0caee34f4adbfe90abb
2077-
RNReanimated: 77b6fd954e4b4e7076feb0ecf62c6f057ecef2fd
2077+
RNReanimated: d29042c429a85fcf0b0013c26ce8f873bc2398b8
20782078
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
20792079
Yoga: d4280c1f5bc3aef681cf28421e3a988c2d77ba31
20802080

packages/react-native-reanimated/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated",
3-
"version": "3.17.4",
3+
"version": "3.17.5",
44
"description": "More powerful alternative to Animated library for React Native.",
55
"scripts": {
66
"test": "jest",

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

+1-1
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 = '3.17.4';
7+
export const jsVersion = '3.17.5';

0 commit comments

Comments
 (0)