File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @react-native-youtube-bridge/core " : patch
3+ " @react-native-youtube-bridge/react " : patch
4+ " react-native-youtube-bridge " : patch
5+ " @react-native-youtube-bridge/web " : patch
6+ ---
7+
8+ fix: migrate from bun to pnpm to resolve workspace dependency resolution issues
9+ - Bun changeset publish fails to resolve workspace dependencies
10+ - Migrated from bun to pnpm for stable monorepo workflow
11+ - Updated CI/CD configurations for pnpm compatibility
Original file line number Diff line number Diff line change 99 "typecheck" : " pnpm -r run typecheck" ,
1010 "build" : " pnpm -r run build" ,
1111 "lint" : " biome format packages/** --write" ,
12- "release " : " changeset version && changeset publish "
12+ "changeset " : " changeset"
1313 },
1414 "keywords" : [
1515 " react-native" ,
You can’t perform that action at this time.
0 commit comments