From d4bc61f4bc7f4ced435537cfc43602cfd4c9b3ca Mon Sep 17 00:00:00 2001 From: saseungmin Date: Wed, 18 Jun 2025 11:20:02 +0900 Subject: [PATCH 1/2] chore(release): v0.1.0 --- .changeset/neat-hairs-train.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/neat-hairs-train.md diff --git a/.changeset/neat-hairs-train.md b/.changeset/neat-hairs-train.md new file mode 100644 index 0000000..fef927c --- /dev/null +++ b/.changeset/neat-hairs-train.md @@ -0,0 +1,5 @@ +--- +"react-native-youtube-bridge": minor +--- + +feat: 🎉 Initial Release react-native-youtube-bridge v0.1.0 From 6729d1f4fdf06a05c45dacdd191028fad0301ce6 Mon Sep 17 00:00:00 2001 From: saseungmin Date: Wed, 18 Jun 2025 11:30:18 +0900 Subject: [PATCH 2/2] fix: changeset config --- .changeset/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index d88011f..2be13d4 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -4,7 +4,7 @@ "commit": false, "fixed": [], "linked": [], - "access": "restricted", + "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": []