Skip to content

Commit

Permalink
build: 3.3.2 tagged (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Nov 19, 2024
1 parent 30889a8 commit e932bec
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# v3.3.2 (November 15, 2024)
* Fix peering for greater than RN74

# v3.3.1 (October 14, 2024)
* [#70](https://github.com/sourcetoad/react-native-fs2/pull/70) - Support for update media file.

# v3.3.0 (October 14, 2024)
* [#68](https://github.com/sourcetoad/react-native-fs2/pull/68) - Media file support.
* Automatic updates via Dependabot

# v3.2.1 (July 16, 2024)
* [#52](https://github.com/sourcetoad/react-native-fs2/pull/54) - Support RN74
* Automatic updates via Dependabot
Expand Down
10 changes: 5 additions & 5 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.3.1):
- RNFS2 (3.3.2):
- React-Core
- SocketRocket (0.7.0)
- Yoga (0.0.0)
Expand Down Expand Up @@ -1353,10 +1353,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 4bc164e5b5e6cfc288d2b5ff28643ea15fa1a589
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: 01d3e052018c2a13937aca1860fbedbccd4a41b7
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
RCTDeprecation: b03c35057846b685b3ccadc9bfe43e349989cdb2
Expand Down Expand Up @@ -1406,9 +1406,9 @@ SPEC CHECKSUMS:
React-runtimescheduler: 56b642bf605ba5afa500d35790928fc1d51565ad
React-utils: 4476b7fcbbd95cfd002f3e778616155241d86e31
ReactCommon: ecad995f26e0d1e24061f60f4e5d74782f003f12
RNFS2: c59091e3173254a1bde1324ea93c11312587f1bb
RNFS2: d4014a7e153e32381b03a65788da3cda07f3fc53
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 2f71ecf38d934aecb366e686278102a51679c308
Yoga: 11ac5a6bca36f590409f9cee1ac14383ed8460c9

PODFILE CHECKSUM: 366924dc3d50dddc6a283bbef58f81be37fc585d

Expand Down
2 changes: 1 addition & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5410,7 +5410,7 @@ react-native-blob-jsi-helper@^0.3.1:
integrity sha512-/stY23PFePcJMwQsnnySLC4aNWiJnje0i/9tQFK6JCFOE8QclgWvCvUITS5Im0SO8mR3VzDLwAhbppWBjYWpLA==

"react-native-fs2@file:..":
version "3.2.1"
version "3.3.2"
dependencies:
base-64 "^1.0.0"
utf8 "^3.0.0"
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.3.1",
"version": "3.3.2",
"description": "Native filesystem access for react-native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit e932bec

Please sign in to comment.