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
11 changes: 0 additions & 11 deletions .changeset/funny-baths-carry.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @react-native-youtube-bridge/core

## 2.1.4

### Patch Changes

- 390538e: chore(docs): replace @remark with @remarks per TSDoc spec

- TSDoc specifies the tag name as `@remarks` (not `@remark`).
- This aligns our comments with the spec and improves tooling support.
- No runtime behavior changes.
- Ref: https://tsdoc.org/pages/tags/remarks/

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-youtube-bridge/core",
"version": "2.1.3",
"version": "2.1.4",
"description": "Core package for react-native-youtube-bridge",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-native-youtube-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# react-native-youtube-bridge

## 2.1.4

### Patch Changes

- 390538e: chore(docs): replace @remark with @remarks per TSDoc spec

- TSDoc specifies the tag name as `@remarks` (not `@remark`).
- This aligns our comments with the spec and improves tooling support.
- No runtime behavior changes.
- Ref: https://tsdoc.org/pages/tags/remarks/

- Updated dependencies [390538e]
- @react-native-youtube-bridge/core@2.1.4
- @react-native-youtube-bridge/react@2.1.4

## 2.1.3

### 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": "2.1.3",
"version": "2.1.4",
"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
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @react-native-youtube-bridge/react

## 2.1.4

### Patch Changes

- Updated dependencies [390538e]
- @react-native-youtube-bridge/core@2.1.4

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-youtube-bridge/react",
"version": "2.1.3",
"version": "2.1.4",
"description": "React implementation for react-native-youtube-bridge",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @react-native-youtube-bridge/web

## 2.1.4

### Patch Changes

- Updated dependencies [390538e]
- @react-native-youtube-bridge/core@2.1.4
- @react-native-youtube-bridge/react@2.1.4

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-youtube-bridge/web",
"version": "2.1.3",
"version": "2.1.4",
"description": "Web implementation for react-native-youtube-bridge",
"main": "dist/web.mjs",
"exports": {
Expand Down