Skip to content

Commit d2b1b03

Browse files
authored
chore: v1.0.2 (#47)
1 parent 8a31904 commit d2b1b03

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.changeset/breezy-baths-make.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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",

0 commit comments

Comments
 (0)