Skip to content

Commit 6377e04

Browse files
authored
build: 3.2.1 tagged (#59)
1 parent 2674501 commit 6377e04

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# v3.2.1 (July 16, 2024)
4+
* [#52](https://github.com/sourcetoad/react-native-fs2/pull/54) - Support RN74
5+
* Automatic updates via Dependabot
6+
37
# v3.2.0 (May 17, 2024)
48
* [#51](https://github.com/sourcetoad/react-native-fs2/pull/51) - Add Privacy Manifest support.
59

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ PODS:
11671167
- React-logger (= 0.74.2)
11681168
- React-perflogger (= 0.74.2)
11691169
- React-utils (= 0.74.2)
1170-
- RNFS2 (3.2.0):
1170+
- RNFS2 (3.2.1):
11711171
- React-Core
11721172
- SocketRocket (0.7.0)
11731173
- Yoga (0.0.0)
@@ -1406,7 +1406,7 @@ SPEC CHECKSUMS:
14061406
React-runtimescheduler: 56b642bf605ba5afa500d35790928fc1d51565ad
14071407
React-utils: 4476b7fcbbd95cfd002f3e778616155241d86e31
14081408
ReactCommon: ecad995f26e0d1e24061f60f4e5d74782f003f12
1409-
RNFS2: 2240895a249f8fa093b88d36623fef1f96ffe11b
1409+
RNFS2: 24fd7b91b365bb113d45cd10b869e791ad9b7a2e
14101410
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
14111411
Yoga: 11ac5a6bca36f590409f9cee1ac14383ed8460c9
14121412

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-fs2",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Native filesystem access for react-native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)