Skip to content

Commit d320b80

Browse files
chore(release): version packages (#78)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 390538e commit d320b80

File tree

9 files changed

+45
-15
lines changed

9 files changed

+45
-15
lines changed

.changeset/funny-baths-carry.md

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

packages/core/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/core
22

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- 390538e: chore(docs): replace @remark with @remarks per TSDoc spec
8+
9+
- TSDoc specifies the tag name as `@remarks` (not `@remark`).
10+
- This aligns our comments with the spec and improves tooling support.
11+
- No runtime behavior changes.
12+
- Ref: https://tsdoc.org/pages/tags/remarks/
13+
314
## 2.1.3
415

516
### Patch Changes

packages/core/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/core",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Core package for react-native-youtube-bridge",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

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

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

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- 390538e: chore(docs): replace @remark with @remarks per TSDoc spec
8+
9+
- TSDoc specifies the tag name as `@remarks` (not `@remark`).
10+
- This aligns our comments with the spec and improves tooling support.
11+
- No runtime behavior changes.
12+
- Ref: https://tsdoc.org/pages/tags/remarks/
13+
14+
- Updated dependencies [390538e]
15+
- @react-native-youtube-bridge/core@2.1.4
16+
- @react-native-youtube-bridge/react@2.1.4
17+
318
## 2.1.3
419

520
### 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": "2.1.3",
3+
"version": "2.1.4",
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",

packages/react/CHANGELOG.md

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

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [390538e]
8+
- @react-native-youtube-bridge/core@2.1.4
9+
310
## 2.1.3
411

512
### Patch Changes

packages/react/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/react",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "React implementation for react-native-youtube-bridge",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

packages/web/CHANGELOG.md

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

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [390538e]
8+
- @react-native-youtube-bridge/core@2.1.4
9+
- @react-native-youtube-bridge/react@2.1.4
10+
311
## 2.1.3
412

513
### Patch Changes

packages/web/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/web",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Web implementation for react-native-youtube-bridge",
55
"main": "dist/web.mjs",
66
"exports": {

0 commit comments

Comments
 (0)