Skip to content

Commit ff195a1

Browse files
committed
chore: version bump
1 parent 81ecbe6 commit ff195a1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

apps/common-app/src/examples/AudioFile/AudioFile.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const AudioFile: FC = () => {
3535
type: 'audio/*',
3636
multiple: false,
3737
});
38+
3839
if (result.canceled === false) {
3940
audioBufferSourceNodeRef.current?.stop();
4041
setIsPlaying(false);

apps/fabric-example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ PODS:
16561656
- React-logger (= 0.76.0)
16571657
- React-perflogger (= 0.76.0)
16581658
- React-utils (= 0.76.0)
1659-
- RNAudioAPI (0.3.0-rc1):
1659+
- RNAudioAPI (0.3.0-rc2):
16601660
- DoubleConversion
16611661
- glog
16621662
- hermes-engine
@@ -2152,13 +2152,13 @@ SPEC CHECKSUMS:
21522152
React-utils: d9624101245ebaab39c9f1bd786132da0b4f27ff
21532153
ReactCodegen: dbfef1fef26f42c900bb1884fa149d49d501d64d
21542154
ReactCommon: 429ca28cd813c31359c73ffac6dc24f93347d522
2155-
RNAudioAPI: 988ab6ec4fc80771859b0dd0dd86ea1571ccde09
2155+
RNAudioAPI: 837e19b456700c09bfd3d3c0068b82d2a11c68d0
21562156
RNGestureHandler: 0e5ae8d72ef4afb855e98dcdbe60f27d938abe13
21572157
RNReanimated: 006a5d3961bf09c1e96d62ed436e02b2e43b89bb
21582158
RNScreens: e389d6a6a66a4f0d3662924ecae803073ccce8ec
21592159
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
2160-
Yoga: f8ec45ce98bba1bc93dd28f2ee37215180e6d2b6
2160+
Yoga: 1d66db49f38fd9e576a1d7c3b081e46ab4c28b9e
21612161

21622162
PODFILE CHECKSUM: d4b0da00bac00e3eab4bc0a377fa848fc7bb5276
21632163

2164-
COCOAPODS: 1.15.2
2164+
COCOAPODS: 1.16.2

packages/react-native-audio-api/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-audio-api",
3-
"version": "0.3.0-rc1",
3+
"version": "0.3.0-rc2",
44
"description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)