@gradio/video 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,16 +1,25 @@
|
|
1
1
|
# @gradio/video
|
2
2
|
|
3
|
+
## 0.1.4
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`6204ccac5`](https://github.com/gradio-app/gradio/commit/6204ccac5967763e0ebde550d04d12584243a120), [`4d3aad33a`](https://github.com/gradio-app/gradio/commit/4d3aad33a0b66639dbbb2928f305a79fb7789b2d), [`854b482f5`](https://github.com/gradio-app/gradio/commit/854b482f598e0dc47673846631643c079576da9c), [`f1409f95e`](https://github.com/gradio-app/gradio/commit/f1409f95ed39c5565bed6a601e41f94e30196a57)]:
|
8
|
+
- @gradio/image@0.3.4
|
9
|
+
- @gradio/upload@0.4.0
|
10
|
+
- @gradio/client@0.8.0
|
11
|
+
|
3
12
|
## 0.1.3
|
4
13
|
|
5
14
|
### Fixes
|
6
15
|
|
7
|
-
- [#6279](https://github.com/gradio-app/gradio/pull/6279) [`3cdeabc68`](https://github.com/gradio-app/gradio/commit/3cdeabc6843000310e1a9e1d17190ecbf3bbc780) - Ensure source selection does not get hidden in overflow.
|
16
|
+
- [#6279](https://github.com/gradio-app/gradio/pull/6279) [`3cdeabc68`](https://github.com/gradio-app/gradio/commit/3cdeabc6843000310e1a9e1d17190ecbf3bbc780) - Ensure source selection does not get hidden in overflow. Thanks [@hannahblair](https://github.com/hannahblair)!
|
8
17
|
|
9
18
|
## 0.1.2
|
10
19
|
|
11
20
|
### Fixes
|
12
21
|
|
13
|
-
- [#6234](https://github.com/gradio-app/gradio/pull/6234) [`aaa55ce85`](https://github.com/gradio-app/gradio/commit/aaa55ce85e12f95aba9299445e9c5e59824da18e) - Video/Audio fixes.
|
22
|
+
- [#6234](https://github.com/gradio-app/gradio/pull/6234) [`aaa55ce85`](https://github.com/gradio-app/gradio/commit/aaa55ce85e12f95aba9299445e9c5e59824da18e) - Video/Audio fixes. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
14
23
|
|
15
24
|
## 0.1.1
|
16
25
|
|
@@ -182,4 +191,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
182
191
|
- @gradio/image@0.1.0
|
183
192
|
- @gradio/utils@0.0.2
|
184
193
|
- @gradio/atoms@0.0.2
|
185
|
-
- @gradio/upload@0.0.2
|
194
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/video",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.4",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -8,11 +8,11 @@
|
|
8
8
|
"private": false,
|
9
9
|
"dependencies": {
|
10
10
|
"@gradio/atoms": "^0.2.1",
|
11
|
-
"@gradio/client": "^0.
|
11
|
+
"@gradio/client": "^0.8.0",
|
12
12
|
"@gradio/icons": "^0.2.0",
|
13
|
-
"@gradio/image": "^0.3.
|
13
|
+
"@gradio/image": "^0.3.4",
|
14
14
|
"@gradio/statustracker": "^0.3.1",
|
15
|
-
"@gradio/upload": "^0.
|
15
|
+
"@gradio/upload": "^0.4.0",
|
16
16
|
"@gradio/utils": "^0.2.0",
|
17
17
|
"@gradio/wasm": "^0.2.0"
|
18
18
|
},
|