Run yarn release from packages/audio-studio/. The script will guide you through:
- Lint + build
- Version bump + npm publish (@siteed/audio-studio)
- Publish the compatibility shim (@siteed/expo-audio-studio) — always say Y here
- Docs generation (optional)
- Playground app deploy (optional)
The @siteed/expo-audio-studio shim re-exports everything from @siteed/audio-studio.
It must be published on every audio-studio release with a matching version number.
The shim will be deprecated via npm deprecate once migration adoption is high enough.