We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5303b55 commit 929c4d4Copy full SHA for 929c4d4
.changeset/solid-shoes-worry.md
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# react-native-vimeo-bridge
2
3
+## 1.0.3
4
+
5
+### Patch Changes
6
7
+- 5303b55: 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
13
## 1.0.2
14
15
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-vimeo-bridge",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "🎥 Easy-to-use Vimeo player for React Native with cross-platform support",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
0 commit comments