Skip to content

Commit 4eec4d0

Browse files
chore(release): version packages (#58)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4037df5 commit 4eec4d0

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

.changeset/poor-coins-know.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4037df5]
8+
9+
310
## 1.1.2
411

512
### Patch Changes

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"main": "index.js",
55
"scripts": {
66
"start": "expo start --clear",

packages/react-native-youtube-bridge/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# react-native-youtube-bridge
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 4037df5: chore: include src folder in package.json files
8+
9+
- Add src to files array for better debugging experience
10+
- Enables accurate source maps and stack traces for library users
11+
- Follows React Native library best practices
12+
313
## 1.1.2
414

515
### Patch Changes

packages/react-native-youtube-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-youtube-bridge",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "🎥 Easy-to-use YouTube player for React Native with cross-platform support",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/index.d.ts",

0 commit comments

Comments
 (0)