Skip to content

Commit

Permalink
chore(release): v1.10.3-next
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Jan 31, 2024
1 parent 84b574f commit 3c5ba41
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vidstack-workspace",
"version": "1.10.2",
"version": "1.10.3",
"private": true,
"type": "module",
"workspaces": [
Expand Down
3 changes: 2 additions & 1 deletion packages/react/mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,5 +736,6 @@
"_shouldInvert": "Om",
"_skipTimeUpdates": "Mm",
"_watchDuration": "Pm",
"_watchRole": "Qm"
"_watchRole": "Qm",
"_watchSupported": "Sm"
}
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": "@vidstack/react",
"version": "1.10.2",
"version": "1.10.3",
"description": "UI component library for building high-quality, accessible video and audio experiences on the web.",
"license": "MIT",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion packages/vidstack/mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,5 +768,6 @@
"_watchScrubbing": "kn",
"_cancelShowing": "nn",
"_watchDuration": "pn",
"_skipTimeUpdates": "qn"
"_skipTimeUpdates": "qn",
"_watchSupported": "rn"
}
2 changes: 1 addition & 1 deletion packages/vidstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vidstack",
"version": "1.10.2",
"version": "1.10.3",
"description": "UI component library for building high-quality, accessible video and audio experiences on the web.",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 3c5ba41

Please sign in to comment.