Skip to content

Commit

Permalink
build: 3.2.1 tagged (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Jul 16, 2024
1 parent 2674501 commit 6377e04
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# v3.2.1 (July 16, 2024)
* [#52](https://github.com/sourcetoad/react-native-fs2/pull/54) - Support RN74
* Automatic updates via Dependabot

# v3.2.0 (May 17, 2024)
* [#51](https://github.com/sourcetoad/react-native-fs2/pull/51) - Add Privacy Manifest support.

Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ PODS:
- React-logger (= 0.74.2)
- React-perflogger (= 0.74.2)
- React-utils (= 0.74.2)
- RNFS2 (3.2.0):
- RNFS2 (3.2.1):
- React-Core
- SocketRocket (0.7.0)
- Yoga (0.0.0)
Expand Down Expand Up @@ -1406,7 +1406,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: 56b642bf605ba5afa500d35790928fc1d51565ad
React-utils: 4476b7fcbbd95cfd002f3e778616155241d86e31
ReactCommon: ecad995f26e0d1e24061f60f4e5d74782f003f12
RNFS2: 2240895a249f8fa093b88d36623fef1f96ffe11b
RNFS2: 24fd7b91b365bb113d45cd10b869e791ad9b7a2e
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 11ac5a6bca36f590409f9cee1ac14383ed8460c9

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 6377e04

Please sign in to comment.