Skip to content

Commit

Permalink
chore(release): v1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Dec 13, 2023
1 parent be67987 commit c09b8da
Show file tree
Hide file tree
Showing 5 changed files with 18 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.9.6",
"version": "1.9.7",
"private": true,
"type": "module",
"workspaces": [
Expand Down
9 changes: 8 additions & 1 deletion packages/react/mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,5 +623,12 @@
"_watchTrack": "Hk",
"_$provider": "Ik",
"_providerQueue": "Jk",
"_watchProvider": "Kk"
"_watchProvider": "Kk",
"_clearRetryTimer": "Mk",
"_getTrackValue": "Nk",
"_loadSource": "Rk",
"_onFatalError": "Ok",
"_onFragLoading": "Pk",
"_onNetworkError": "Qk",
"_retryLoadingTimer": "Lk"
}
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.9.6",
"version": "1.9.7",
"description": "UI component library for building high-quality, accessible video and audio experiences on the web.",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 7 additions & 1 deletion packages/vidstack/mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -615,5 +615,11 @@
"_$provider": "uk",
"_providerQueue": "vk",
"_watchProvider": "wk",
"_getTrackValue": "xk"
"_getTrackValue": "xk",
"_clearRetryTimer": "zk",
"_loadSource": "Dk",
"_onFatalError": "Ak",
"_onFragLoading": "Bk",
"_onNetworkError": "Ck",
"_retryLoadingTimer": "yk"
}
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.9.6",
"version": "1.9.7",
"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 c09b8da

Please sign in to comment.