Skip to content

Commit ed28e69

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

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

.changeset/vast-bats-clap.md

Lines changed: 0 additions & 10 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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4f1513a]
8+
9+
310
## 1.1.0
411

512
### Minor 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.0",
3+
"version": "1.1.1",
44
"main": "index.js",
55
"scripts": {
66
"start": "expo start --clear",

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

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- 4f1513a: fix(types): preserve TSDoc in YoutubePlayer component props
8+
9+
- Add explicit type annotation to maintain interface reference
10+
- Fix Go to Definition to navigate to YoutubePlayerProps interface
11+
- Ensure IntelliSense displays JSDoc comments for component props
12+
- Prevent TypeScript compiler from inlining props type definition
13+
314
## 1.1.0
415

516
### Minor 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.0",
3+
"version": "1.1.1",
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)