Skip to content

chore: released 0.6.3 #524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/fabric-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2244,7 +2244,7 @@ PODS:
- React-perflogger (= 0.80.0)
- React-utils (= 0.80.0)
- SocketRocket
- RNAudioAPI (0.6.2):
- RNAudioAPI (0.6.3):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2271,10 +2271,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNAudioAPI/audioapi (= 0.6.2)
- RNAudioAPI/audioapi (= 0.6.3)
- SocketRocket
- Yoga
- RNAudioAPI/audioapi (0.6.2):
- RNAudioAPI/audioapi (0.6.3):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2301,10 +2301,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNAudioAPI/audioapi/ios (= 0.6.2)
- RNAudioAPI/audioapi/ios (= 0.6.3)
- SocketRocket
- Yoga
- RNAudioAPI/audioapi/ios (0.6.2):
- RNAudioAPI/audioapi/ios (0.6.3):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2898,7 +2898,7 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: 3267432b637c9b38e86961b287f784ee1b08dde0
ReactCodegen: d82f538f70f00484d418803f74b5a0ea09cc8689
ReactCommon: b028d09a66e60ebd83ca59d8cc9a1216360db147
RNAudioAPI: cf546900c6e4ece2f50f4323e9a149eb5126cb10
RNAudioAPI: 183be6eff02514571758fcf08cddd1cba27c21ad
RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
RNReanimated: 402e6a3b84071df4da6264630a1b99962a113d2d
RNScreens: ee2abe7e0c548eed14e92742e81ed991165c56aa
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-audio-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-audio-api",
"version": "0.6.2",
"version": "0.6.3",
"description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
"bin": {
"setup-rn-audio-api-web": "./scripts/setup-rn-audio-api-web.js"
Expand Down
Loading