diff --git a/.changeset/calm-dolls-cheat.md b/.changeset/calm-dolls-cheat.md deleted file mode 100644 index f595937..0000000 --- a/.changeset/calm-dolls-cheat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@react-native-youtube-bridge/react": patch -"@react-native-youtube-bridge/core": patch ---- - -fix: remove private flag to enable npm publishing diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ead6f94..62dcd2f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @react-native-youtube-bridge/core +## 1.0.1 + +### Patch Changes + +- 3a3112d: fix: remove private flag to enable npm publishing + ## 1.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7a5fd9a..ac4bb2b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-youtube-bridge/core", - "version": "1.0.0", + "version": "1.0.1", "description": "Core package for react-native-youtube-bridge", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/react-native-youtube-bridge/CHANGELOG.md b/packages/react-native-youtube-bridge/CHANGELOG.md index 04c7393..893e6f1 100644 --- a/packages/react-native-youtube-bridge/CHANGELOG.md +++ b/packages/react-native-youtube-bridge/CHANGELOG.md @@ -1,5 +1,13 @@ # react-native-youtube-bridge +## 1.0.1 + +### Patch Changes + +- Updated dependencies [3a3112d] + - @react-native-youtube-bridge/react@1.0.1 + - @react-native-youtube-bridge/core@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/react-native-youtube-bridge/package.json b/packages/react-native-youtube-bridge/package.json index c818681..141b39d 100644 --- a/packages/react-native-youtube-bridge/package.json +++ b/packages/react-native-youtube-bridge/package.json @@ -1,6 +1,6 @@ { "name": "react-native-youtube-bridge", - "version": "1.0.0", + "version": "1.0.1", "description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support", "main": "./lib/module/index.js", "types": "./lib/typescript/index.d.ts", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b1907ac..ce1c72c 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @react-native-youtube-bridge/react +## 1.0.1 + +### Patch Changes + +- 3a3112d: fix: remove private flag to enable npm publishing +- Updated dependencies [3a3112d] + - @react-native-youtube-bridge/core@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/react/package.json b/packages/react/package.json index 430a772..d57eb2f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-youtube-bridge/react", - "version": "1.0.0", + "version": "1.0.1", "description": "React implementation for react-native-youtube-bridge", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index e2da9b0..7258400 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,13 @@ # @react-native-youtube-bridge/web +## 1.0.1 + +### Patch Changes + +- Updated dependencies [3a3112d] + - @react-native-youtube-bridge/react@1.0.1 + - @react-native-youtube-bridge/core@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/web/package.json b/packages/web/package.json index dd41d53..c6a3cff 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-youtube-bridge/web", - "version": "1.0.0", + "version": "1.0.1", "description": "Web implementation for react-native-youtube-bridge", "main": "dist/web.mjs", "exports": {