Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/poor-coins-know.md

This file was deleted.

7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example

## 1.1.3

### Patch Changes

- Updated dependencies [4037df5]
- react-native-youtube-bridge@1.1.3

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.1.2",
"version": "1.1.3",
"main": "index.js",
"scripts": {
"start": "expo start --clear",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-native-youtube-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# react-native-youtube-bridge

## 1.1.3

### Patch Changes

- 4037df5: chore: include src folder in package.json files

- Add src to files array for better debugging experience
- Enables accurate source maps and stack traces for library users
- Follows React Native library best practices

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-youtube-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-youtube-bridge",
"version": "1.1.2",
"version": "1.1.3",
"description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support",
"main": "./lib/module/index.js",
"types": "./lib/typescript/index.d.ts",
Expand Down